Home
last modified time | relevance | path

Searched defs:max_protected_frame_size (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector.cc53 size_t max_protected_frame_size; member
245 size_t* max_protected_frame_size, in alts_zero_copy_grpc_protector_create()
Dalts_grpc_record_protocol_common.cc168 const alts_grpc_record_protocol* self, size_t max_protected_frame_size) { in alts_grpc_record_protocol_max_unprotected_data_size()
Dalts_iovec_record_protocol.cc176 const alts_iovec_record_protocol* rp, size_t max_protected_frame_size) { in alts_iovec_record_protocol_max_unprotected_data_size()
/external/grpc-grpc/src/core/tsi/
Dtransport_security.cc182 tsi_handshaker* self, size_t* max_protected_frame_size, in tsi_handshaker_create_frame_protector()
240 const tsi_handshaker_result* self, size_t* max_protected_frame_size, in tsi_handshaker_result_create_frame_protector()
Dfake_transport_security.cc765 size_t* max_protected_frame_size) { in tsi_create_fake_frame_protector()
776 size_t* max_protected_frame_size) { in tsi_create_fake_zero_copy_grpc_protector()
/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc54 size_t max_protected_frame_size; member
363 size_t* max_protected_frame_size, in alts_create_frame_protector()
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector_test.cc111 size_t max_protected_frame_size = 1024; in alts_zero_copy_grpc_protector_test_fixture_create() local