Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc385 size_t max_protected_frame_size_to_set = kDefaultFrameLength; in alts_create_frame_protector() local
391 max_protected_frame_size_to_set = *max_protected_frame_size; in alts_create_frame_protector()
393 impl->max_protected_frame_size = max_protected_frame_size_to_set; in alts_create_frame_protector()
394 impl->max_unprotected_frame_size = max_protected_frame_size_to_set; in alts_create_frame_protector()
398 gpr_malloc(sizeof(unsigned char) * max_protected_frame_size_to_set)); in alts_create_frame_protector()
400 gpr_malloc(sizeof(unsigned char) * max_protected_frame_size_to_set)); in alts_create_frame_protector()
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector.cc268 size_t max_protected_frame_size_to_set = kDefaultFrameLength; in alts_zero_copy_grpc_protector_create() local
274 max_protected_frame_size_to_set = *max_protected_frame_size; in alts_zero_copy_grpc_protector_create()
276 impl->max_protected_frame_size = max_protected_frame_size_to_set; in alts_zero_copy_grpc_protector_create()
279 impl->record_protocol, max_protected_frame_size_to_set); in alts_zero_copy_grpc_protector_create()