Home
last modified time | relevance | path

Searched defs:expected_ciphertext (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/cipher/
H A Daes_cbc.rs93 let expected_ciphertext: [u8; 32] = in aes_128_cbc_test_encrypt() localVariable
110 let expected_ciphertext: [u8; 32] = in aes_128_cbc_test_encrypt_more_than_one_block() localVariable
158 let expected_ciphertext: [u8; 32] = in aes_256_cbc_test_encrypt() localVariable
175 let expected_ciphertext: [u8; 32] = in aes_256_cbc_test_encrypt_more_than_one_block() localVariable
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/cipher/
H A Daes_cbc.rs93 let expected_ciphertext: [u8; 32] = in aes_128_cbc_test_encrypt() localVariable
110 let expected_ciphertext: [u8; 32] = in aes_128_cbc_test_encrypt_more_than_one_block() localVariable
158 let expected_ciphertext: [u8; 32] = in aes_256_cbc_test_encrypt() localVariable
175 let expected_ciphertext: [u8; 32] = in aes_256_cbc_test_encrypt_more_than_one_block() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt/tests/
Dldt_test_vectors.rs40 let expected_ciphertext = extract_key_vec(&tc, "ciphertext"); in aluykx_test_vectors() localVariable
87 let expected_ciphertext = extract_key_vec(&tc, "ciphertext"); in xor_pad_test_vectors() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/aes/
Dcbc.rs33 let expected_ciphertext = hex!("3f3f39697bd7e88d85a14132be1cbc48"); in aes_256_cbc_test_encrypt() localVariable
45 let expected_ciphertext = hex!("3f3f39697bd7e88d85a14132be1cbc48"); in aes_256_cbc_test_encrypt_in_place() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ciphertext_processor/
Dsender_data_key.rs224 expected_ciphertext: Vec<u8>, field
293 let expected_ciphertext = sender_data_key in generate_test_vector() localVariable
/aosp_15_r20/external/cronet/crypto/
H A Dencryptor_unittest.cc85 static const unsigned char expected_ciphertext[] = { in TEST() local
517 std::string expected_ciphertext; in TEST() local
/aosp_15_r20/external/rust/crates/openssl/src/
Daes.rs300 let expected_ciphertext = in test_wrap_unwrap() localVariable
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/service_indicator/
H A Dservice_indicator_test.cc490 const uint8_t *expected_ciphertext; member
669 const uint8_t *expected_ciphertext; member
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/service_indicator/
H A Dservice_indicator_test.cc490 const uint8_t *expected_ciphertext; member
669 const uint8_t *expected_ciphertext; member
/aosp_15_r20/external/tink/cc/aead/internal/
H A Dssl_aead_test.cc621 std::string expected_ciphertext = in TEST_P() local
/aosp_15_r20/external/boringssl/src/crypto/kyber/
H A Dkyber.c766 uint8_t expected_ciphertext[KYBER_CIPHERTEXT_BYTES]; in KYBER_decap() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/kyber/
H A Dkyber.c765 uint8_t expected_ciphertext[KYBER_CIPHERTEXT_BYTES]; in KYBER_decap() local
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.cpp560 const string& expected_ciphertext) { in CheckAesCtrTestVector()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/hrss/
Dhrss.c2058 uint8_t expected_ciphertext[HRSS_CIPHERTEXT_BYTES]; in HRSS_decap() member
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/hrss/
Dhrss.c2058 uint8_t expected_ciphertext[HRSS_CIPHERTEXT_BYTES]; in HRSS_decap() member
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/hrss/
H A Dhrss.c2089 uint8_t expected_ciphertext[HRSS_CIPHERTEXT_BYTES]; in HRSS_decap() member
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp1029 const string& expected_ciphertext) { in CheckAesCtrTestVector()
/aosp_15_r20/external/boringssl/src/crypto/hrss/
H A Dhrss.c2089 uint8_t expected_ciphertext[HRSS_CIPHERTEXT_BYTES]; in HRSS_decap() member
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp780 const string& expected_ciphertext) { in CheckAesCtrTestVector()