Home
last modified time | relevance | path

Searched refs:aes_128_wrap (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher_ctx.rs983 cipher_wrap_test(Cipher::aes_128_wrap(), pt, ct, key, Some(iv)); in test_aes128_wrap()
993 cipher_wrap_test(Cipher::aes_128_wrap(), pt, ct, key, None); in test_aes128_wrap_default_iv()
H A Dcipher.rs211 pub fn aes_128_wrap() -> &'static CipherRef { in aes_128_wrap() functions
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c3651 static const EVP_CIPHER aes_128_wrap = { variable
3662 return &aes_128_wrap; in EVP_aes_128_wrap()
/third_party/openssl/crypto/evp/
H A De_aes.c3657 static const EVP_CIPHER aes_128_wrap = { variable
3668 return &aes_128_wrap; in EVP_aes_128_wrap()

Completed in 13 milliseconds