Searched refs:AES_unwrap_key (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/aes/ |
H A D | aes_wrap.c | 27 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv, in AES_unwrap_key() function
|
/third_party/openssl/crypto/aes/ |
H A D | aes_wrap.c | 27 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv, in AES_unwrap_key() function
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | aes.rs | 33 pub fn AES_unwrap_key( in AES_unwrap_key() functions
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | aes.h | 101 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | aes.h | 83 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv,
|
/third_party/openssl/include/openssl/ |
H A D | aes.h | 101 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv,
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | aes.rs | 234 #[corresponds(AES_unwrap_key)] 244 let written = ffi::AES_unwrap_key(
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 456 res = AES_unwrap_key(&actx, NULL, plain, cipher, (n + 1) * 8); in aes_unwrap()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 529 res = AES_unwrap_key(&actx, NULL, plain, cipher, (n + 1) * 8); in aes_unwrap()
|
Completed in 9 milliseconds