Searched refs:AES_wrap_key (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/aes/ |
D | aes_wrap.c | 62 int AES_wrap_key(AES_KEY *key, const unsigned char *iv, in AES_wrap_key() function 157 r = AES_wrap_key(&wctx, iv, otmp, key, keylen); in AES_wrap_unwrap_test()
|
D | aes.h | 135 int AES_wrap_key(AES_KEY *key, const unsigned char *iv,
|
/external/openssl/include/openssl/ |
D | aes.h | 135 int AES_wrap_key(AES_KEY *key, const unsigned char *iv,
|
/external/openssl/crypto/cms/ |
D | cms_env.c | 685 wkeylen = AES_wrap_key(&actx, NULL, wkey, ec->key, ec->keylen); in cms_RecipientInfo_kekri_encrypt()
|