/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_zero_copy_grpc_protector.cc | 158 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_protect() local 185 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_unprotect() local 235 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_destroy() local 248 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_max_frame_size() local 265 tsi_zero_copy_grpc_protector** protector) { in alts_zero_copy_grpc_protector_create()
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
H A D | alts_zero_copy_grpc_protector.cc | 158 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_protect() local 185 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_unprotect() local 235 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_destroy() local 248 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_max_frame_size() local 265 tsi_zero_copy_grpc_protector** protector) { in alts_zero_copy_grpc_protector_create()
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/ |
H A D | Object_spt.c | 46 OBJECT *protector // IN: the protector handle in GetIV2BSize() 98 OBJECT *protector, // IN: the protector object in ComputeProtectionKeyParms() 168 OBJECT *protector, // IN: the object that in ComputeOuterIntegrity() 777 OBJECT *protector // IN: the protector handle in GetSeedForKDF() 804 OBJECT *protector, // IN: The handle of the object that provides in ProduceOuterWrap() 890 OBJECT *protector, // IN: The object that provides in UnwrapOuter() 1388 OBJECT *protector, // IN: the protector in SecretToCredential() 1434 OBJECT *protector, // IN: the protector in CredentialToSecret()
|
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/include/e2e/profile/profile_custom/ |
D | protector.hpp | 17 class protector final : public e2e::profile_interface::protector { class 21 explicit protector(const profile_config &_config) : config_(_config){}; in protector() function in vsomeip_v3::e2e::profile_custom::protector
|
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/include/e2e/profile/profile04/ |
D | protector.hpp | 17 class protector final : public e2e::profile_interface::protector { class 21 explicit protector(const profile_config &_config) in protector() function in vsomeip_v3::e2e::profile04::protector
|
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/include/e2e/profile/profile01/ |
D | protector.hpp | 18 class protector final : public e2e::profile_interface::protector { class 22 explicit protector(const profile_config &_config) : config_(_config), counter_(0) {}; in protector() function in vsomeip_v3::e2e::profile01::protector
|
/aosp_15_r20/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
H A D | AltsProtocolNegotiatorTest.java | 325 InterceptingProtector protector = protectors.poll(); in doNotFlushEmptyBuffer() local 494 InterceptingProtector protector = in createFrameProtector() local 502 InterceptingProtector protector = in createFrameProtector() local
|
/aosp_15_r20/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
H A D | TsiFrameHandler.java | 45 private TsiFrameProtector protector; field in TsiFrameHandler 49 public TsiFrameHandler(TsiFrameProtector protector) { in TsiFrameHandler()
|
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
H A D | alts_tsi_handshaker_test.cc | 265 tsi_frame_protector* protector = nullptr; in on_client_start_success_cb() local 294 tsi_frame_protector* protector = nullptr; in on_server_start_success_cb() local 400 tsi_frame_protector* protector = nullptr; in on_client_next_success_cb() local 503 tsi_frame_protector* protector = nullptr; in on_server_next_success_cb() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/ |
D | transport_security.cc | 198 tsi_frame_protector** protector) { in tsi_handshaker_create_frame_protector() 280 tsi_frame_protector** protector) { in tsi_handshaker_result_create_frame_protector()
|
D | transport_security_grpc.cc | 26 tsi_zero_copy_grpc_protector** protector) { in tsi_handshaker_result_create_zero_copy_grpc_protector()
|
D | fake_transport_security.cc | 558 tsi_zero_copy_grpc_protector** protector) { in fake_handshaker_result_create_zero_copy_grpc_protector() 566 size_t* max_output_protected_frame_size, tsi_frame_protector** protector) { in fake_handshaker_result_create_frame_protector()
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/ |
H A D | transport_security.cc | 198 tsi_frame_protector** protector) { in tsi_handshaker_create_frame_protector() 280 tsi_frame_protector** protector) { in tsi_handshaker_result_create_frame_protector()
|
H A D | transport_security_grpc.cc | 26 tsi_zero_copy_grpc_protector** protector) { in tsi_handshaker_result_create_zero_copy_grpc_protector()
|
H A D | fake_transport_security.cc | 558 tsi_zero_copy_grpc_protector** protector) { in fake_handshaker_result_create_zero_copy_grpc_protector() 566 size_t* max_output_protected_frame_size, tsi_frame_protector** protector) { in fake_handshaker_result_create_frame_protector()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/transport/ |
H A D | secure_endpoint.cc | 121 struct tsi_frame_protector* protector; member 557 struct tsi_frame_protector* protector, in grpc_secure_endpoint_create()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/transport/ |
D | secure_endpoint.cc | 124 struct tsi_frame_protector* protector; member 560 struct tsi_frame_protector* protector, in grpc_secure_endpoint_create()
|
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/include/e2e/profile/profile_interface/ |
D | protector.hpp | 18 class protector : public profile_interface { class
|
/aosp_15_r20/external/grpc-grpc/test/core/tsi/ |
H A D | transport_security_test_lib.cc | 198 tsi_frame_protector* protector, bool is_client) { in tsi_test_frame_protector_send_message_to_peer() 248 tsi_frame_protector* protector, unsigned char* message, in tsi_test_frame_protector_receive_message_from_peer()
|
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/include/e2e/profile/ |
D | e2e_provider_impl.hpp | 61 std::shared_ptr<e2e::profile_interface::protector> protector; in process_e2e_profile() local
|
/aosp_15_r20/frameworks/wilhelm/src/android/ |
H A D | CallbackProtector.cpp | 49 bool CallbackProtector::enterCbIfOk(const sp<CallbackProtector> &protector) { in enterCbIfOk()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 166 tsi_zero_copy_grpc_protector** protector) { in handshaker_result_create_zero_copy_grpc_protector() 208 tsi_frame_protector** protector) { in handshaker_result_create_frame_protector()
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
H A D | alts_tsi_handshaker.cc | 163 tsi_zero_copy_grpc_protector** protector) { in handshaker_result_create_zero_copy_grpc_protector() 207 tsi_frame_protector** protector) { in handshaker_result_create_frame_protector()
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/ |
H A D | multiplex_router.cc | 578 scoped_refptr<MultiplexRouter> protector(this); in Accept() local 647 scoped_refptr<MultiplexRouter> protector(this); in OnPipeConnectionError() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/font/ |
H A D | cpdf_type3font.cpp | 52 RetainPtr<CPDF_Font> protector(this); in WillBeDestroyed() local
|