Home
last modified time | relevance | path

Searched refs:alts_crypter (Results 1 – 17 of 17) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_crypter.h36 typedef struct alts_crypter alts_crypter; typedef
125 size_t (*num_overhead_bytes)(const alts_crypter* crypter);
126 grpc_status_code (*process_in_place)(alts_crypter* crypter,
131 void (*destruct)(alts_crypter* crypter);
135 struct alts_crypter { struct
152 size_t alts_crypter_num_overhead_bytes(const alts_crypter* crypter);
192 alts_crypter* crypter, unsigned char* data, size_t data_allocated_size,
217 alts_crypter** crypter,
243 alts_crypter** crypter,
253 void alts_crypter_destroy(alts_crypter* crypter);
Dalts_unseal_privacy_integrity_crypter.cc35 static grpc_status_code unseal_check(alts_crypter* c, const unsigned char* data, in unseal_check()
48 alts_crypter_num_overhead_bytes(reinterpret_cast<const alts_crypter*>(c)); in unseal_check()
58 alts_crypter* c, unsigned char* data, size_t data_allocated_size, in alts_unseal_crypter_process_in_place()
88 alts_crypter** crypter, in alts_unseal_crypter_create()
Dalts_seal_privacy_integrity_crypter.cc35 static grpc_status_code seal_check(alts_crypter* c, const unsigned char* data, in seal_check()
45 alts_crypter_num_overhead_bytes(reinterpret_cast<const alts_crypter*>(c)); in seal_check()
62 alts_crypter* c, unsigned char* data, size_t data_allocated_size, in alts_seal_crypter_process_in_place()
90 alts_crypter** crypter, in alts_seal_crypter_create()
Dalts_record_protocol_crypter_common.h39 alts_crypter base;
109 size_t alts_record_protocol_crypter_num_overhead_bytes(const alts_crypter* c);
111 void alts_record_protocol_crypter_destruct(alts_crypter* c);
Dalts_crypter.cc35 alts_crypter* crypter, unsigned char* data, size_t data_allocated_size, in alts_crypter_process_in_place()
50 size_t alts_crypter_num_overhead_bytes(const alts_crypter* crypter) { in alts_crypter_num_overhead_bytes()
59 void alts_crypter_destroy(alts_crypter* crypter) { in alts_crypter_destroy()
Dalts_record_protocol_crypter_common.cc66 size_t alts_record_protocol_crypter_num_overhead_bytes(const alts_crypter* c) { in alts_record_protocol_crypter_num_overhead_bytes()
81 void alts_record_protocol_crypter_destruct(alts_crypter* c) { in alts_record_protocol_crypter_destruct()
Dalts_frame_protector.cc46 alts_crypter* seal_crypter;
47 alts_crypter* unseal_crypter;
/external/grpc-grpc/test/core/tsi/alts/frame_protector/
Dalts_crypter_test.cc29 static void alts_crypter_test_random_seal_unseal(alts_crypter* server_seal, in alts_crypter_test_random_seal_unseal()
30 alts_crypter* server_unseal, in alts_crypter_test_random_seal_unseal()
31 alts_crypter* client_seal, in alts_crypter_test_random_seal_unseal()
32 alts_crypter* client_unseal) { in alts_crypter_test_random_seal_unseal()
67 alts_crypter* server_seal, alts_crypter* server_unseal, in alts_crypter_test_multiple_random_seal_unseal()
68 alts_crypter* client_seal, alts_crypter* client_unseal) { in alts_crypter_test_multiple_random_seal_unseal()
131 static void alts_crypter_test_corrupted_unseal(alts_crypter* server_seal, in alts_crypter_test_corrupted_unseal()
132 alts_crypter* server_unseal, in alts_crypter_test_corrupted_unseal()
133 alts_crypter* client_seal, in alts_crypter_test_corrupted_unseal()
134 alts_crypter* client_unseal) { in alts_crypter_test_corrupted_unseal()
[all …]
/external/grpc-grpc/
DgRPC-Core.podspec307 'src/core/tsi/alts/frame_protector/alts_crypter.h',
734 'src/core/tsi/alts/frame_protector/alts_crypter.cc',
912 'src/core/tsi/alts/frame_protector/alts_crypter.h',
DBUILD1785 "src/core/tsi/alts/frame_protector/alts_crypter.cc",
1800 "src/core/tsi/alts/frame_protector/alts_crypter.h",
DgRPC-C++.podspec298 'src/core/tsi/alts/frame_protector/alts_crypter.h',
Dconfig.m4301 src/core/tsi/alts/frame_protector/alts_crypter.cc \
Dconfig.w32276 "src\\core\\tsi\\alts\\frame_protector\\alts_crypter.cc " +
Dgrpc.gemspec239 s.files += %w( src/core/tsi/alts/frame_protector/alts_crypter.h )
670 s.files += %w( src/core/tsi/alts/frame_protector/alts_crypter.cc )
Dgrpc.gyp493 'src/core/tsi/alts/frame_protector/alts_crypter.cc',
DCMakeLists.txt1157 src/core/tsi/alts/frame_protector/alts_crypter.cc
1592 src/core/tsi/alts/frame_protector/alts_crypter.cc
/external/grpc-grpc/tools/doxygen/
DDoxyfile.core.internal1471 src/core/tsi/alts/frame_protector/alts_crypter.cc \
1472 src/core/tsi/alts/frame_protector/alts_crypter.h \