Home
last modified time | relevance | path

Searched refs:alts_crypter_destroy (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/core/tsi/alts/frame_protector/
Dalts_crypter_test.cc383 alts_crypter_destroy(server_seal); in destroy_random_alts_seal_crypter()
384 alts_crypter_destroy(server_unseal); in destroy_random_alts_seal_crypter()
385 alts_crypter_destroy(client_seal); in destroy_random_alts_seal_crypter()
386 alts_crypter_destroy(client_unseal); in destroy_random_alts_seal_crypter()
/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_crypter.h253 void alts_crypter_destroy(alts_crypter* crypter);
Dalts_crypter.cc59 void alts_crypter_destroy(alts_crypter* crypter) { in alts_crypter_destroy() function
Dalts_frame_protector.cc315 alts_crypter_destroy(impl->seal_crypter); in alts_destroy()
316 alts_crypter_destroy(impl->unseal_crypter); in alts_destroy()