Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/
Dtransport_security_grpc.cc25 const tsi_handshaker_result* self, size_t* max_output_protected_frame_size, in tsi_handshaker_result_create_zero_copy_grpc_protector() argument
34 self, max_output_protected_frame_size, protector); in tsi_handshaker_result_create_zero_copy_grpc_protector()
Dtransport_security.h98 size_t* max_output_protected_frame_size,
101 size_t* max_output_protected_frame_size,
Dtransport_security_interface.h224 const tsi_handshaker_result* self, size_t* max_output_protected_frame_size,
407 tsi_handshaker* self, size_t* max_output_protected_frame_size,
Dtransport_security_grpc.h31 const tsi_handshaker_result* self, size_t* max_output_protected_frame_size,
Dfake_transport_security.cc509 const tsi_handshaker_result* self, size_t* max_output_protected_frame_size, in fake_handshaker_result_create_zero_copy_grpc_protector() argument
512 tsi_create_fake_zero_copy_grpc_protector(max_output_protected_frame_size); in fake_handshaker_result_create_zero_copy_grpc_protector()
517 const tsi_handshaker_result* self, size_t* max_output_protected_frame_size, in fake_handshaker_result_create_frame_protector() argument
519 *protector = tsi_create_fake_frame_protector(max_output_protected_frame_size); in fake_handshaker_result_create_frame_protector()
Dssl_transport_security.cc1064 const tsi_handshaker_result* self, size_t* max_output_protected_frame_size, in ssl_handshaker_result_create_frame_protector() argument
1075 if (max_output_protected_frame_size != nullptr) { in ssl_handshaker_result_create_frame_protector()
1076 if (*max_output_protected_frame_size > in ssl_handshaker_result_create_frame_protector()
1078 *max_output_protected_frame_size = in ssl_handshaker_result_create_frame_protector()
1080 } else if (*max_output_protected_frame_size < in ssl_handshaker_result_create_frame_protector()
1082 *max_output_protected_frame_size = in ssl_handshaker_result_create_frame_protector()
1085 actual_max_output_protected_frame_size = *max_output_protected_frame_size; in ssl_handshaker_result_create_frame_protector()
Dlocal_transport_security.cc112 const tsi_handshaker_result* self, size_t* max_output_protected_frame_size, in handshaker_result_create_zero_copy_grpc_protector() argument
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc118 const tsi_handshaker_result* self, size_t* max_output_protected_frame_size, in handshaker_result_create_zero_copy_grpc_protector() argument
132 max_output_protected_frame_size, protector); in handshaker_result_create_zero_copy_grpc_protector()
140 const tsi_handshaker_result* self, size_t* max_output_protected_frame_size, in handshaker_result_create_frame_protector() argument
153 max_output_protected_frame_size, protector); in handshaker_result_create_frame_protector()