Searched refs:gsec_test_random_array (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/crypt/ |
H A D | aes_gcm_test.cc | 96 gsec_test_random_array(&nonce, nonce_length); in gsec_test_random_encrypt_decrypt() 97 gsec_test_random_array(&aad, aad_length); in gsec_test_random_encrypt_decrypt() 98 gsec_test_random_array(&message, message_length); in gsec_test_random_encrypt_decrypt() 263 gsec_test_random_array(&(nonces[ind]), nonce_length); in gsec_test_multiple_random_encrypt_decrypt() 264 gsec_test_random_array(&(aads[ind]), aad_length); in gsec_test_multiple_random_encrypt_decrypt() 265 gsec_test_random_array(&(messages[ind]), message_length); in gsec_test_multiple_random_encrypt_decrypt() 445 gsec_test_random_array(&nonce, nonce_length); in gsec_test_encryption_failure() 446 gsec_test_random_array(&aad, aad_length); in gsec_test_encryption_failure() 447 gsec_test_random_array(&message, message_length); in gsec_test_encryption_failure() 572 gsec_test_random_array(&nonce, nonce_length); in gsec_test_decryption_failure() [all …]
|
H A D | gsec_test_util.h | 43 void gsec_test_random_array(uint8_t** bytes, size_t length);
|
H A D | gsec_test_util.cc | 33 void gsec_test_random_array(uint8_t** bytes, size_t length) { in gsec_test_random_array() function
|
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/ |
H A D | alts_grpc_record_protocol_test.cc | 124 gsec_test_random_array(&key, key_length); in test_fixture_integrity_only_create() 198 gsec_test_random_array(&key, key_length); in test_fixture_privacy_integrity_create()
|
H A D | alts_zero_copy_grpc_protector_test.cc | 117 gsec_test_random_array(&key, key_length); in alts_zero_copy_grpc_protector_test_fixture_create()
|
H A D | alts_iovec_record_protocol_test.cc | 108 gsec_test_random_array(&key, key_length); in alts_iovec_record_protocol_test_fixture_create()
|
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/frame_protector/ |
H A D | alts_frame_protector_test.cc | 349 gsec_test_random_array(&key, key_length); in alts_test_do_round_trip()
|
H A D | alts_crypter_test.cc | 359 gsec_test_random_array(&key, key_length); in create_random_alts_seal_crypter()
|