Home
last modified time | relevance | path

Searched refs:client_protect (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol_test.cc32 alts_iovec_record_protocol* client_protect; member
109 /*is_protect=*/true, &fixture->client_protect, in alts_iovec_record_protocol_test_fixture_create()
145 alts_iovec_record_protocol_destroy(fixture->client_protect); in alts_iovec_record_protocol_test_fixture_destroy()
737 integrity_only_random_seal_unseal(fixture->client_protect, in alts_iovec_record_protocol_random_seal_unseal_tests()
745 integrity_only_random_seal_unseal(fixture->client_protect, in alts_iovec_record_protocol_random_seal_unseal_tests()
753 privacy_integrity_random_seal_unseal(fixture->client_protect, in alts_iovec_record_protocol_random_seal_unseal_tests()
761 privacy_integrity_random_seal_unseal(fixture->client_protect, in alts_iovec_record_protocol_random_seal_unseal_tests()
772 integrity_only_empty_seal_unseal(fixture->client_protect, in alts_iovec_record_protocol_empty_seal_unseal_tests()
780 integrity_only_empty_seal_unseal(fixture->client_protect, in alts_iovec_record_protocol_empty_seal_unseal_tests()
788 privacy_integrity_empty_seal_unseal(fixture->client_protect, in alts_iovec_record_protocol_empty_seal_unseal_tests()
[all …]
Dalts_grpc_record_protocol_test.cc37 alts_grpc_record_protocol* client_protect; member
127 extra_copy, &fixture->client_protect) == TSI_OK); in test_fixture_integrity_only_create()
185 &fixture->client_protect) == TSI_OK); in test_fixture_privacy_integrity_create()
228 alts_grpc_record_protocol_destroy(fixture->client_protect); in alts_grpc_record_protocol_test_fixture_destroy()
397 random_seal_unseal(fixture->client_protect, fixture->server_unprotect); in alts_grpc_record_protocol_random_seal_unseal_tests()
403 empty_seal_unseal(fixture->client_protect, fixture->server_unprotect); in alts_grpc_record_protocol_empty_seal_unseal_tests()
409 unsync_seal_unseal(fixture->client_protect, fixture->server_unprotect); in alts_grpc_record_protocol_unsync_seal_unseal_tests()
415 corrupted_data(fixture->client_protect, fixture->server_unprotect); in alts_grpc_record_protocol_corrupted_data_tests()
421 input_check(fixture->client_protect); in alts_grpc_record_protocol_input_check_tests()