Searched refs:cipher_wrap_test (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | cipher_ctx.rs | 944 fn cipher_wrap_test(cipher: &CipherRef, pt: &str, ct: &str, key: &str, iv: Option<&str>) { in cipher_wrap_test() functions 983 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() 1004 cipher_wrap_test(Cipher::aes_128_wrap_pad(), pt, ct, key, Some(iv)); in test_aes128_wrap_pad() 1014 cipher_wrap_test(Cipher::aes_128_wrap_pad(), pt, ct, key, None); in test_aes128_wrap_pad_default_iv() 1025 cipher_wrap_test(Cipher::aes_192_wrap(), pt, ct, key, Some(iv)); in test_aes192_wrap() 1035 cipher_wrap_test(Cipher::aes_192_wrap(), pt, ct, key, None); in test_aes192_wrap_default_iv() 1046 cipher_wrap_test(Cipher::aes_192_wrap_pad(), pt, ct, key, Some(iv)); in test_aes192_wrap_pad() 1056 cipher_wrap_test(Cipher::aes_192_wrap_pad(), pt, ct, key, None); in test_aes192_wrap_pad_default_iv() 1067 cipher_wrap_test(Ciphe in test_aes256_wrap() [all...] |
Completed in 2 milliseconds