Home
last modified time | relevance | path

Searched defs:expected_ciphertext_3 (Results 1 – 3 of 3) sorted by relevance

/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/aes/
Dctr.rs41 let expected_ciphertext_3 = hex!("5ae4df3edbd5d35e5b4f09020db03eab"); in aes_128_ctr_test_encrypt() localVariable
46 let expected_ciphertext_3 = hex!("1e031dda2fbe03d1792170a0f3009cee"); in aes_128_ctr_test_encrypt() localVariable
100 let expected_ciphertext_3 = hex!("2b0930daa23de94ce87017ba2d84988d"); in aes_256_ctr_test_encrypt() localVariable
105 let expected_ciphertext_3 = hex!("dfc9c58db67aada613c2dd08457941a6"); in aes_256_ctr_test_encrypt() localVariable
/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/cipher/
Daes_ctr.rs89 let expected_ciphertext_3 = decode_hex("5ae4df3edbd5d35e5b4f09020db03eab"); in aes_128_ctr_test_encrypt() localVariable
96 let expected_ciphertext_3 = decode_hex("1e031dda2fbe03d1792170a0f3009cee"); in aes_128_ctr_test_encrypt() localVariable
163 let expected_ciphertext_3 = decode_hex("2b0930daa23de94ce87017ba2d84988d"); in aes_256_ctr_test_encrypt() localVariable
170 let expected_ciphertext_3 = decode_hex("dfc9c58db67aada613c2dd08457941a6"); in aes_256_ctr_test_encrypt() localVariable
/external/boringssl/src/rust/bssl-crypto/src/cipher/
Daes_ctr.rs89 let expected_ciphertext_3 = decode_hex("5ae4df3edbd5d35e5b4f09020db03eab"); in aes_128_ctr_test_encrypt() localVariable
96 let expected_ciphertext_3 = decode_hex("1e031dda2fbe03d1792170a0f3009cee"); in aes_128_ctr_test_encrypt() localVariable
163 let expected_ciphertext_3 = decode_hex("2b0930daa23de94ce87017ba2d84988d"); in aes_256_ctr_test_encrypt() localVariable
170 let expected_ciphertext_3 = decode_hex("dfc9c58db67aada613c2dd08457941a6"); in aes_256_ctr_test_encrypt() localVariable