OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AES_unwrap_key
(Results
1 - 4
of
4
) sorted by null
/external/openssl/crypto/aes/
aes.h
138
int
AES_unwrap_key
(AES_KEY *key, const unsigned char *iv,
aes_wrap.c
99
int
AES_unwrap_key
(AES_KEY *key, const unsigned char *iv,
166
r =
AES_unwrap_key
(&wctx, iv, ptmp, otmp, r);
/external/openssl/include/openssl/
aes.h
138
int
AES_unwrap_key
(AES_KEY *key, const unsigned char *iv,
/external/openssl/crypto/cms/
cms_env.c
762
ukeylen =
AES_unwrap_key
(&actx, NULL, ukey,
Completed in 266 milliseconds