Home
last modified time | relevance | path

Searched defs:server_unseal (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/frame_protector/
H A Dalts_crypter_test.cc37 alts_crypter* server_unseal, in alts_crypter_test_random_seal_unseal()
74 alts_crypter* server_seal, alts_crypter* server_unseal, in alts_crypter_test_multiple_random_seal_unseal()
139 alts_crypter* server_seal, alts_crypter* server_unseal, in alts_crypter_test_corrupted_unseal() argument
211 alts_crypter* server_unseal, in alts_crypter_test_unsync_seal_unseal()
351 alts_crypter** server_seal, alts_crypter** server_unseal, in create_random_alts_seal_crypter()
406 alts_crypter* server_unseal, in destroy_random_alts_seal_crypter()
416 alts_crypter *server_seal = nullptr, *server_unseal = nullptr, in TEST() local