Home
last modified time | relevance | path

Searched refs:gsec_test_random_bytes (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/frame_protector/
H A Dalts_crypter_test.cc44 gsec_test_random_bytes(data_buffer, data_size); in alts_crypter_test_random_seal_unseal()
86 gsec_test_random_bytes(data_buffer1, data_size); in alts_crypter_test_multiple_random_seal_unseal()
87 gsec_test_random_bytes(data_buffer2, data_size); in alts_crypter_test_multiple_random_seal_unseal()
149 gsec_test_random_bytes(data_buffer, data_size); in alts_crypter_test_corrupted_unseal()
170 gsec_test_random_bytes(data_buffer, data_size); in alts_crypter_test_corrupted_unseal()
189 gsec_test_random_bytes(data_buffer, data_size); in alts_crypter_test_corrupted_unseal()
222 gsec_test_random_bytes(data_buffer, data_size); in alts_crypter_test_unsync_seal_unseal()
229 gsec_test_random_bytes(data_buffer, data_size); in alts_crypter_test_unsync_seal_unseal()
247 gsec_test_random_bytes(data_buffer, data_size); in alts_crypter_test_unsync_seal_unseal()
254 gsec_test_random_bytes(data_buffer, data_size); in alts_crypter_test_unsync_seal_unseal()
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/crypt/
H A Dgsec_test_util.cc25 void gsec_test_random_bytes(uint8_t* bytes, size_t length) { in gsec_test_random_bytes() function
36 gsec_test_random_bytes(*bytes, length); in gsec_test_random_array()
45 gsec_test_random_bytes(reinterpret_cast<uint8_t*>(&value), sizeof(value)); in gsec_test_bias_random_uint32()
H A Dgsec_test_util.h35 void gsec_test_random_bytes(uint8_t* bytes, size_t length);
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector_test.cc68 gsec_test_random_bytes(GRPC_SLICE_START_PTR(slice), length); in create_random_slice_buffer()
H A Dalts_grpc_record_protocol_test.cc67 gsec_test_random_bytes(GRPC_SLICE_START_PTR(slice), slice_length); in create_random_slice_buffer()
H A Dalts_iovec_record_protocol_test.cc191 gsec_test_random_bytes(var->data_buf, var->data_length); in alts_iovec_record_protocol_test_var_create()