Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc51 unsigned char* in_place_unprotect_buffer; member
197 impl->unseal_crypter, impl->in_place_unprotect_buffer, in unseal()
222 memcpy(buffer, impl->in_place_unprotect_buffer, in ensure_buffer_size()
225 gpr_free(impl->in_place_unprotect_buffer); in ensure_buffer_size()
226 impl->in_place_unprotect_buffer = buffer; in ensure_buffer_size()
254 impl->in_place_unprotect_buffer)) { in alts_unprotect()
299 impl->in_place_unprotect_buffer + in alts_unprotect()
318 gpr_free(impl->in_place_unprotect_buffer); in alts_destroy()
399 impl->in_place_unprotect_buffer = static_cast<unsigned char*>( in alts_create_frame_protector()