Searched refs:gsec_test_random_array (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/test/core/tsi/alts/crypt/ |
D | aes_gcm_test.cc | 88 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 …]
|
D | gsec_test_util.h | 43 void gsec_test_random_array(uint8_t** bytes, size_t length);
|
D | gsec_test_util.cc | 33 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/ |
D | alts_grpc_record_protocol_test.cc | 118 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()
|
D | alts_zero_copy_grpc_protector_test.cc | 112 gsec_test_random_array(&key, key_length); in alts_zero_copy_grpc_protector_test_fixture_create()
|
D | alts_iovec_record_protocol_test.cc | 101 gsec_test_random_array(&key, key_length); in alts_iovec_record_protocol_test_fixture_create()
|
/external/grpc-grpc/test/core/tsi/alts/frame_protector/ |
D | alts_frame_protector_test.cc | 340 gsec_test_random_array(&key, key_length); in alts_test_do_round_trip()
|
D | alts_crypter_test.cc | 353 gsec_test_random_array(&key, key_length); in create_random_alts_seal_crypter()
|