Searched refs:AES_wrap_key (Results 1 - 3 of 3) sorted by relevance
/external/openssl/crypto/aes/ |
H A D | aes.h | 130 int AES_wrap_key(AES_KEY *key, const unsigned char *iv,
|
H A D | aes_wrap.c | 62 int AES_wrap_key(AES_KEY *key, const unsigned char *iv, function 157 r = AES_wrap_key(&wctx, iv, otmp, key, keylen);
|
/external/openssl/include/openssl/ |
H A D | aes.h | 130 int AES_wrap_key(AES_KEY *key, const unsigned char *iv,
|
Completed in 163 milliseconds