Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector.cc54 size_t max_protected_frame_size; member
264 size_t* max_protected_frame_size, in alts_zero_copy_grpc_protector_create()
Dalts_grpc_record_protocol_common.cc169 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.cc179 const alts_iovec_record_protocol* rp, size_t max_protected_frame_size) { in alts_iovec_record_protocol_max_unprotected_data_size()
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector.cc53 size_t max_protected_frame_size; member
264 size_t* max_protected_frame_size, in alts_zero_copy_grpc_protector_create()
H A Dalts_grpc_record_protocol_common.cc167 const alts_grpc_record_protocol* self, size_t max_protected_frame_size) { in alts_grpc_record_protocol_max_unprotected_data_size()
H A Dalts_iovec_record_protocol.cc179 const alts_iovec_record_protocol* rp, size_t max_protected_frame_size) { in alts_iovec_record_protocol_max_unprotected_data_size()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc58 size_t max_protected_frame_size; member
367 size_t* max_protected_frame_size, in alts_create_frame_protector()
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/frame_protector/
H A Dalts_frame_protector.cc59 size_t max_protected_frame_size; member
371 size_t* max_protected_frame_size, in alts_create_frame_protector()
/aosp_15_r20/external/grpc-grpc/src/core/tsi/
H A Dfake_transport_security.cc822 size_t* max_protected_frame_size) { in tsi_create_fake_frame_protector()
833 size_t* max_protected_frame_size) { in tsi_create_fake_zero_copy_grpc_protector()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/
Dfake_transport_security.cc822 size_t* max_protected_frame_size) { in tsi_create_fake_frame_protector()
833 size_t* max_protected_frame_size) { in tsi_create_fake_zero_copy_grpc_protector()
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector_test.cc115 size_t max_protected_frame_size = 1024; in alts_zero_copy_grpc_protector_test_fixture_create() local