Searched refs:max_protected_frame_size_to_set (Results 1 – 2 of 2) sorted by relevance
385 size_t max_protected_frame_size_to_set = kDefaultFrameLength; in alts_create_frame_protector() local391 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()
268 size_t max_protected_frame_size_to_set = kDefaultFrameLength; in alts_zero_copy_grpc_protector_create() local274 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()