/external/grpc-grpc/src/core/tsi/ |
D | transport_security_interface.h | 78 typedef struct tsi_frame_protector tsi_frame_protector; typedef 133 tsi_result tsi_frame_protector_protect(tsi_frame_protector* self, 148 tsi_frame_protector* self, unsigned char* protected_output_frames, 174 tsi_frame_protector* self, const unsigned char* protected_frames_bytes, 179 void tsi_frame_protector_destroy(tsi_frame_protector* self); 225 tsi_frame_protector** protector); 408 tsi_frame_protector** protector);
|
D | transport_security.h | 34 tsi_result (*protect)(tsi_frame_protector* self, 39 tsi_result (*protect_flush)(tsi_frame_protector* self, 43 tsi_result (*unprotect)(tsi_frame_protector* self, 48 void (*destroy)(tsi_frame_protector* self); 51 struct tsi_frame_protector { struct 68 tsi_frame_protector** protector); 102 tsi_frame_protector** protector);
|
D | transport_security.cc | 74 tsi_result tsi_frame_protector_protect(tsi_frame_protector* self, in tsi_frame_protector_protect() 92 tsi_frame_protector* self, unsigned char* protected_output_frames, in tsi_frame_protector_protect_flush() 107 tsi_frame_protector* self, const unsigned char* protected_frames_bytes, in tsi_frame_protector_unprotect() 122 void tsi_frame_protector_destroy(tsi_frame_protector* self) { in tsi_frame_protector_destroy() 183 tsi_frame_protector** protector) { in tsi_handshaker_create_frame_protector() 241 tsi_frame_protector** protector) { in tsi_handshaker_result_create_frame_protector()
|
D | fake_transport_security.cc | 74 tsi_frame_protector base; 259 static tsi_result fake_protector_protect(tsi_frame_protector* self, in fake_protector_protect() 323 tsi_frame_protector* self, unsigned char* protected_output_frames, in fake_protector_protect_flush() 345 tsi_frame_protector* self, const unsigned char* protected_frames_bytes, in fake_protector_unprotect() 394 static void fake_protector_destroy(tsi_frame_protector* self) { in fake_protector_destroy() 518 tsi_frame_protector** protector) { in fake_handshaker_result_create_frame_protector() 764 tsi_frame_protector* tsi_create_fake_frame_protector( in tsi_create_fake_frame_protector()
|
D | fake_transport_security.h | 37 tsi_frame_protector* tsi_create_fake_frame_protector(
|
D | ssl_transport_security.cc | 125 tsi_frame_protector base; 819 static tsi_result ssl_protector_protect(tsi_frame_protector* self, in ssl_protector_protect() 876 tsi_frame_protector* self, unsigned char* protected_output_frames, in ssl_protector_protect_flush() 910 tsi_frame_protector* self, const unsigned char* protected_frames_bytes, in ssl_protector_unprotect() 952 static void ssl_protector_destroy(tsi_frame_protector* self) { in ssl_protector_destroy() 1065 tsi_frame_protector** protector) { in ssl_handshaker_result_create_frame_protector()
|
/external/grpc-grpc/test/core/tsi/ |
D | transport_security_test_lib.h | 112 tsi_frame_protector* client_frame_protector; 113 tsi_frame_protector* server_frame_protector; 195 tsi_frame_protector* client_frame_protector, 196 tsi_frame_protector* server_frame_protector); 208 tsi_frame_protector* protector, bool is_client); 213 tsi_frame_protector* protector, unsigned char* message,
|
D | transport_security_test_lib.cc | 188 tsi_frame_protector* protector, bool is_client) { in tsi_test_frame_protector_send_message_to_peer() 237 tsi_frame_protector* protector, unsigned char* message, in tsi_test_frame_protector_receive_message_from_peer() 419 tsi_frame_protector* client_frame_protector, in tsi_test_do_ping_pong() 420 tsi_frame_protector* server_frame_protector) { in tsi_test_do_ping_pong() 466 tsi_frame_protector* client_frame_protector = nullptr; in tsi_test_do_round_trip() 467 tsi_frame_protector* server_frame_protector = nullptr; in tsi_test_do_round_trip() 652 tsi_frame_protector* client_frame_protector, in tsi_test_frame_protector_fixture_init() 653 tsi_frame_protector* server_frame_protector) { in tsi_test_frame_protector_fixture_init()
|
D | transport_security_test.cc | 376 tsi_frame_protector* p; in test_handshaker_invalid_state()
|
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_frame_protector.cc | 45 tsi_frame_protector base; 80 static tsi_result alts_protect_flush(tsi_frame_protector* self, in alts_protect_flush() 140 static tsi_result alts_protect(tsi_frame_protector* self, in alts_protect() 232 static tsi_result alts_unprotect(tsi_frame_protector* self, in alts_unprotect() 312 static void alts_destroy(tsi_frame_protector* self) { in alts_destroy() 364 tsi_frame_protector** self) { in alts_create_frame_protector()
|
D | alts_frame_protector.h | 53 tsi_frame_protector** self);
|
/external/grpc-grpc/src/core/lib/security/transport/ |
D | secure_endpoint.h | 27 struct tsi_frame_protector; 36 struct tsi_frame_protector* protector,
|
D | secure_endpoint.cc | 46 struct tsi_frame_protector* protector; 404 struct tsi_frame_protector* protector, in grpc_secure_endpoint_create()
|
D | security_handshaker.cc | 166 tsi_frame_protector* protector = nullptr; in on_peer_checked_inner()
|
/external/grpc-grpc/test/core/tsi/alts/frame_protector/ |
D | alts_frame_protector_test.cc | 41 tsi_frame_protector* client_frame_protector = nullptr; in alts_test_do_round_trip_check_frames() 42 tsi_frame_protector* server_frame_protector = nullptr; in alts_test_do_round_trip_check_frames() 334 tsi_frame_protector* client_frame_protector = nullptr; in alts_test_do_round_trip() 335 tsi_frame_protector* server_frame_protector = nullptr; in alts_test_do_round_trip()
|
/external/grpc-grpc/test/core/security/ |
D | secure_endpoint_test.cc | 42 tsi_frame_protector* fake_read_protector = in secure_endpoint_create_fixture_tcp_socketpair() 44 tsi_frame_protector* fake_write_protector = in secure_endpoint_create_fixture_tcp_socketpair()
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker_test.cc | 201 tsi_frame_protector* protector = nullptr; in on_client_start_success_cb() 228 tsi_frame_protector* protector = nullptr; in on_server_start_success_cb() 269 tsi_frame_protector* protector = nullptr; in on_client_next_success_cb() 305 tsi_frame_protector* protector = nullptr; in on_server_next_success_cb()
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 141 tsi_frame_protector** protector) { in handshaker_result_create_frame_protector()
|