Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher_ctx.rs1067 cipher_wrap_test(Cipher::aes_256_wrap(), pt, ct, key, Some(iv)); in test_aes256_wrap()
1077 cipher_wrap_test(Cipher::aes_256_wrap(), pt, ct, key, None); in test_aes256_wrap_default_iv()
H A Dcipher.rs325 pub fn aes_256_wrap() -> &'static CipherRef { in aes_256_wrap() functions
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c3679 static const EVP_CIPHER aes_256_wrap = { variable
3690 return &aes_256_wrap; in EVP_aes_256_wrap()
/third_party/openssl/crypto/evp/
H A De_aes.c3685 static const EVP_CIPHER aes_256_wrap = { variable
3696 return &aes_256_wrap; in EVP_aes_256_wrap()

Completed in 13 milliseconds