Searched refs:alts_crypter (Results 1 – 17 of 17) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_crypter.h | 36 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);
|
D | alts_unseal_privacy_integrity_crypter.cc | 35 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()
|
D | alts_seal_privacy_integrity_crypter.cc | 35 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()
|
D | alts_record_protocol_crypter_common.h | 39 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);
|
D | alts_crypter.cc | 35 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()
|
D | alts_record_protocol_crypter_common.cc | 66 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()
|
D | alts_frame_protector.cc | 46 alts_crypter* seal_crypter; 47 alts_crypter* unseal_crypter;
|
/external/grpc-grpc/test/core/tsi/alts/frame_protector/ |
D | alts_crypter_test.cc | 29 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/ |
D | gRPC-Core.podspec | 307 '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',
|
D | BUILD | 1785 "src/core/tsi/alts/frame_protector/alts_crypter.cc", 1800 "src/core/tsi/alts/frame_protector/alts_crypter.h",
|
D | gRPC-C++.podspec | 298 'src/core/tsi/alts/frame_protector/alts_crypter.h',
|
D | config.m4 | 301 src/core/tsi/alts/frame_protector/alts_crypter.cc \
|
D | config.w32 | 276 "src\\core\\tsi\\alts\\frame_protector\\alts_crypter.cc " +
|
D | grpc.gemspec | 239 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 )
|
D | grpc.gyp | 493 'src/core/tsi/alts/frame_protector/alts_crypter.cc',
|
D | CMakeLists.txt | 1157 src/core/tsi/alts/frame_protector/alts_crypter.cc 1592 src/core/tsi/alts/frame_protector/alts_crypter.cc
|
/external/grpc-grpc/tools/doxygen/ |
D | Doxyfile.core.internal | 1471 src/core/tsi/alts/frame_protector/alts_crypter.cc \ 1472 src/core/tsi/alts/frame_protector/alts_crypter.h \
|