Home
last modified time | relevance | path

Searched refs:AES_unwrap_key (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/aes/
H A Daes_wrap.c27 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv, in AES_unwrap_key() function
/third_party/openssl/crypto/aes/
H A Daes_wrap.c27 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 Daes.rs33 pub fn AES_unwrap_key( in AES_unwrap_key() functions
/third_party/node/deps/openssl/openssl/include/openssl/
H A Daes.h101 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv,
/third_party/openssl/ohos_lite/include/openssl/
H A Daes.h83 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv,
/third_party/openssl/include/openssl/
H A Daes.h101 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv,
/third_party/rust/crates/rust-openssl/openssl/src/
H A Daes.rs234 #[corresponds(AES_unwrap_key)]
244 let written = ffi::AES_unwrap_key(
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c456 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 Dcrypto_openssl.c529 res = AES_unwrap_key(&actx, NULL, plain, cipher, (n + 1) * 8); in aes_unwrap()

Completed in 9 milliseconds