Searched refs:server_protect (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol_test.cc | 34 alts_iovec_record_protocol* server_protect; member 125 /*is_protect=*/true, &fixture->server_protect, in alts_iovec_record_protocol_test_fixture_create() 147 alts_iovec_record_protocol_destroy(fixture->server_protect); in alts_iovec_record_protocol_test_fixture_destroy() 739 integrity_only_random_seal_unseal(fixture->server_protect, in alts_iovec_record_protocol_random_seal_unseal_tests() 747 integrity_only_random_seal_unseal(fixture->server_protect, in alts_iovec_record_protocol_random_seal_unseal_tests() 755 privacy_integrity_random_seal_unseal(fixture->server_protect, in alts_iovec_record_protocol_random_seal_unseal_tests() 763 privacy_integrity_random_seal_unseal(fixture->server_protect, in alts_iovec_record_protocol_random_seal_unseal_tests() 774 integrity_only_empty_seal_unseal(fixture->server_protect, in alts_iovec_record_protocol_empty_seal_unseal_tests() 782 integrity_only_empty_seal_unseal(fixture->server_protect, in alts_iovec_record_protocol_empty_seal_unseal_tests() 790 privacy_integrity_empty_seal_unseal(fixture->server_protect, in alts_iovec_record_protocol_empty_seal_unseal_tests() [all …]
|
D | alts_grpc_record_protocol_test.cc | 39 alts_grpc_record_protocol* server_protect; member 141 extra_copy, &fixture->server_protect) == TSI_OK); in test_fixture_integrity_only_create() 199 &fixture->server_protect) == TSI_OK); in test_fixture_privacy_integrity_create() 230 alts_grpc_record_protocol_destroy(fixture->server_protect); in alts_grpc_record_protocol_test_fixture_destroy() 398 random_seal_unseal(fixture->server_protect, fixture->client_unprotect); in alts_grpc_record_protocol_random_seal_unseal_tests() 404 empty_seal_unseal(fixture->server_protect, fixture->client_unprotect); in alts_grpc_record_protocol_empty_seal_unseal_tests() 410 unsync_seal_unseal(fixture->server_protect, fixture->client_unprotect); in alts_grpc_record_protocol_unsync_seal_unseal_tests() 416 corrupted_data(fixture->server_protect, fixture->client_unprotect); in alts_grpc_record_protocol_corrupted_data_tests()
|