OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AES_wrap_key
(Results
1 - 4
of
4
) sorted by null
/external/openssl/crypto/aes/
aes.h
135
int
AES_wrap_key
(AES_KEY *key, const unsigned char *iv,
aes_wrap.c
62
int
AES_wrap_key
(AES_KEY *key, const unsigned char *iv,
157
r =
AES_wrap_key
(&wctx, iv, otmp, key, keylen);
/external/openssl/include/openssl/
aes.h
135
int
AES_wrap_key
(AES_KEY *key, const unsigned char *iv,
/external/openssl/crypto/cms/
cms_env.c
685
wkeylen =
AES_wrap_key
(&actx, NULL, wkey, ec->key, ec->keylen);
Completed in 1224 milliseconds