Home
last modified time | relevance | path

Searched refs:AES_wrap_key (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/aes/
Daes_wrap.c62 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()
Daes.h135 int AES_wrap_key(AES_KEY *key, const unsigned char *iv,
/external/openssl/include/openssl/
Daes.h135 int AES_wrap_key(AES_KEY *key, const unsigned char *iv,
/external/openssl/crypto/cms/
Dcms_env.c685 wkeylen = AES_wrap_key(&actx, NULL, wkey, ec->key, ec->keylen); in cms_RecipientInfo_kekri_encrypt()