Home
last modified time | relevance | path

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 Daes_gcm_test.cc96 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 Dgsec_test_util.h43 void gsec_test_random_array(uint8_t** bytes, size_t length);
H A Dgsec_test_util.cc33 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 Dalts_grpc_record_protocol_test.cc124 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 Dalts_zero_copy_grpc_protector_test.cc117 gsec_test_random_array(&key, key_length); in alts_zero_copy_grpc_protector_test_fixture_create()
H A Dalts_iovec_record_protocol_test.cc108 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 Dalts_frame_protector_test.cc349 gsec_test_random_array(&key, key_length); in alts_test_do_round_trip()
H A Dalts_crypter_test.cc359 gsec_test_random_array(&key, key_length); in create_random_alts_seal_crypter()