Home
last modified time | relevance | path

Searched refs:alts_grpc_record_protocol (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_common.h35 tsi_result (*protect)(alts_grpc_record_protocol* self,
38 tsi_result (*unprotect)(alts_grpc_record_protocol* self,
41 void (*destruct)(alts_grpc_record_protocol* self);
48 struct alts_grpc_record_protocol { struct
65 alts_grpc_record_protocol* rp, const grpc_slice_buffer* sb); argument
83 alts_grpc_record_protocol* rp);
93 tsi_result alts_grpc_record_protocol_init(alts_grpc_record_protocol* rp,
Dalts_grpc_record_protocol.h33 typedef struct alts_grpc_record_protocol alts_grpc_record_protocol; typedef
50 alts_grpc_record_protocol* self, grpc_slice_buffer* unprotected_slices,
68 alts_grpc_record_protocol* self, grpc_slice_buffer* protected_slices,
82 const alts_grpc_record_protocol* self, size_t max_protected_frame_size);
88 void alts_grpc_record_protocol_destroy(alts_grpc_record_protocol* self);
Dalts_grpc_record_protocol_common.cc35 static void ensure_iovec_buf_size(alts_grpc_record_protocol* rp, in ensure_iovec_buf_size()
51 alts_grpc_record_protocol* rp, const grpc_slice_buffer* sb) { in alts_grpc_record_protocol_convert_slice_buffer_to_iovec()
71 alts_grpc_record_protocol* rp) { in alts_grpc_record_protocol_get_header_iovec()
88 tsi_result alts_grpc_record_protocol_init(alts_grpc_record_protocol* rp, in alts_grpc_record_protocol_init()
124 alts_grpc_record_protocol* self, grpc_slice_buffer* unprotected_slices, in alts_grpc_record_protocol_protect()
138 alts_grpc_record_protocol* self, grpc_slice_buffer* protected_slices, in alts_grpc_record_protocol_unprotect()
151 void alts_grpc_record_protocol_destroy(alts_grpc_record_protocol* self) { in alts_grpc_record_protocol_destroy()
168 const alts_grpc_record_protocol* self, size_t max_protected_frame_size) { in alts_grpc_record_protocol_max_unprotected_data_size()
Dalts_grpc_privacy_integrity_record_protocol.cc36 alts_grpc_record_protocol* rp, grpc_slice_buffer* unprotected_slices, in alts_grpc_privacy_integrity_protect()
73 alts_grpc_record_protocol* rp, grpc_slice_buffer* protected_slices, in alts_grpc_privacy_integrity_unprotect()
125 bool is_protect, alts_grpc_record_protocol** rp) { in alts_grpc_privacy_integrity_record_protocol_create()
131 auto* impl = static_cast<alts_grpc_record_protocol*>( in alts_grpc_privacy_integrity_record_protocol_create()
132 gpr_zalloc(sizeof(alts_grpc_record_protocol))); in alts_grpc_privacy_integrity_record_protocol_create()
Dalts_grpc_integrity_only_record_protocol.cc34 alts_grpc_record_protocol base;
43 alts_grpc_record_protocol* rp, grpc_slice_buffer* unprotected_slices, in alts_grpc_integrity_only_extra_copy_protect()
79 alts_grpc_record_protocol* rp, grpc_slice_buffer* unprotected_slices, in alts_grpc_integrity_only_protect()
121 alts_grpc_record_protocol* rp, grpc_slice_buffer* protected_slices, in alts_grpc_integrity_only_unprotect()
183 static void alts_grpc_integrity_only_destruct(alts_grpc_record_protocol* rp) { in alts_grpc_integrity_only_destruct()
200 bool is_protect, bool enable_extra_copy, alts_grpc_record_protocol** rp) { in alts_grpc_integrity_only_record_protocol_create()
Dalts_zero_copy_grpc_protector.cc51 alts_grpc_record_protocol* record_protocol;
52 alts_grpc_record_protocol* unrecord_protocol;
114 alts_grpc_record_protocol** record_protocol) { in create_alts_grpc_record_protocol()
Dalts_grpc_privacy_integrity_record_protocol.h46 bool is_protect, alts_grpc_record_protocol** rp);
Dalts_grpc_integrity_only_record_protocol.h51 bool is_protect, bool enable_extra_copy, alts_grpc_record_protocol** rp);
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_test.cc37 alts_grpc_record_protocol* client_protect;
38 alts_grpc_record_protocol* client_unprotect;
39 alts_grpc_record_protocol* server_protect;
40 alts_grpc_record_protocol* server_unprotect;
271 static void random_seal_unseal(alts_grpc_record_protocol* sender, in random_seal_unseal()
272 alts_grpc_record_protocol* receiver) { in random_seal_unseal()
294 static void empty_seal_unseal(alts_grpc_record_protocol* sender, in empty_seal_unseal()
295 alts_grpc_record_protocol* receiver) { in empty_seal_unseal()
318 static void unsync_seal_unseal(alts_grpc_record_protocol* sender, in unsync_seal_unseal()
319 alts_grpc_record_protocol* receiver) { in unsync_seal_unseal()
[all …]
/external/grpc-grpc/
DgRPC-Core.podspec317 'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h',
922 … 'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h',
DgRPC-C++.podspec308 'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h',
DBUILD1806 "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h",
Dgrpc.gemspec249 s.files += %w( src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h )
/external/grpc-grpc/tools/doxygen/
DDoxyfile.core.internal1506 src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h \