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/ |
D | alts_grpc_record_protocol_common.h | 35 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,
|
D | alts_grpc_record_protocol.h | 33 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);
|
D | alts_grpc_record_protocol_common.cc | 35 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()
|
D | alts_grpc_privacy_integrity_record_protocol.cc | 36 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()
|
D | alts_grpc_integrity_only_record_protocol.cc | 34 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()
|
D | alts_zero_copy_grpc_protector.cc | 51 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()
|
D | alts_grpc_privacy_integrity_record_protocol.h | 46 bool is_protect, alts_grpc_record_protocol** rp);
|
D | alts_grpc_integrity_only_record_protocol.h | 51 bool is_protect, bool enable_extra_copy, alts_grpc_record_protocol** rp);
|
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_grpc_record_protocol_test.cc | 37 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/ |
D | gRPC-Core.podspec | 317 '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',
|
D | gRPC-C++.podspec | 308 'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h',
|
D | BUILD | 1806 "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h",
|
D | grpc.gemspec | 249 s.files += %w( src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h )
|
/external/grpc-grpc/tools/doxygen/ |
D | Doxyfile.core.internal | 1506 src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h \
|