OpenSSL: Implement aes_wrap() and aes_unwrap()
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 27 Jan 2015 11:57:59 +0000 (13:57 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 28 Jan 2015 11:09:31 +0000 (13:09 +0200)
commitf19c907822ad0dec3480b1435b615ae22c5533a1
tree0b3f659ff97c78ce931eddc58d4ef5d56ebbefd1
parentfee31f76cdc389c549efdea4d6cfbdef3c76b62d
OpenSSL: Implement aes_wrap() and aes_unwrap()

This replaces the implementation in aes-wrap.c and aes-unwrap.c with
OpenSSL AES_wrap_key() and AES_unwrap_key() functions when building
hostapd or wpa_supplicant with OpenSSL.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/Android.mk
hostapd/Makefile
src/crypto/crypto_openssl.c
wpa_supplicant/Android.mk
wpa_supplicant/Makefile