Home
last modified time | relevance | path

Searched refs:gsec_test_random_array (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/test/core/tsi/alts/crypt/
Daes_gcm_test.cc88 gsec_test_random_array(&nonce, nonce_length); in gsec_test_random_encrypt_decrypt()
89 gsec_test_random_array(&aad, aad_length); in gsec_test_random_encrypt_decrypt()
90 gsec_test_random_array(&message, message_length); in gsec_test_random_encrypt_decrypt()
241 gsec_test_random_array(&(nonces[ind]), nonce_length); in gsec_test_multiple_random_encrypt_decrypt()
242 gsec_test_random_array(&(aads[ind]), aad_length); in gsec_test_multiple_random_encrypt_decrypt()
243 gsec_test_random_array(&(messages[ind]), message_length); in gsec_test_multiple_random_encrypt_decrypt()
417 gsec_test_random_array(&nonce, nonce_length); in gsec_test_encryption_failure()
418 gsec_test_random_array(&aad, aad_length); in gsec_test_encryption_failure()
419 gsec_test_random_array(&message, message_length); in gsec_test_encryption_failure()
542 gsec_test_random_array(&nonce, nonce_length); in gsec_test_decryption_failure()
[all …]
Dgsec_test_util.h43 void gsec_test_random_array(uint8_t** bytes, size_t length);
Dgsec_test_util.cc33 void gsec_test_random_array(uint8_t** bytes, size_t length) { in gsec_test_random_array() function
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_test.cc118 gsec_test_random_array(&key, key_length); in test_fixture_integrity_only_create()
176 gsec_test_random_array(&key, key_length); in test_fixture_privacy_integrity_create()
Dalts_zero_copy_grpc_protector_test.cc112 gsec_test_random_array(&key, key_length); in alts_zero_copy_grpc_protector_test_fixture_create()
Dalts_iovec_record_protocol_test.cc101 gsec_test_random_array(&key, key_length); in alts_iovec_record_protocol_test_fixture_create()
/external/grpc-grpc/test/core/tsi/alts/frame_protector/
Dalts_frame_protector_test.cc340 gsec_test_random_array(&key, key_length); in alts_test_do_round_trip()
Dalts_crypter_test.cc353 gsec_test_random_array(&key, key_length); in create_random_alts_seal_crypter()