Home
last modified time | relevance | path

Searched defs:protector (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector.cc158 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 Dalts_zero_copy_grpc_protector.cc158 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 DObject_spt.c46 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/
Dprotector.hpp17 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/
Dprotector.hpp17 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/
Dprotector.hpp18 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 DAltsProtocolNegotiatorTest.java325 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 DTsiFrameHandler.java45 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 Dalts_tsi_handshaker_test.cc265 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/
Dtransport_security.cc198 tsi_frame_protector** protector) { in tsi_handshaker_create_frame_protector()
280 tsi_frame_protector** protector) { in tsi_handshaker_result_create_frame_protector()
Dtransport_security_grpc.cc26 tsi_zero_copy_grpc_protector** protector) { in tsi_handshaker_result_create_zero_copy_grpc_protector()
Dfake_transport_security.cc558 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 Dtransport_security.cc198 tsi_frame_protector** protector) { in tsi_handshaker_create_frame_protector()
280 tsi_frame_protector** protector) { in tsi_handshaker_result_create_frame_protector()
H A Dtransport_security_grpc.cc26 tsi_zero_copy_grpc_protector** protector) { in tsi_handshaker_result_create_zero_copy_grpc_protector()
H A Dfake_transport_security.cc558 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 Dsecure_endpoint.cc121 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/
Dsecure_endpoint.cc124 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/
Dprotector.hpp18 class protector : public profile_interface { class
/aosp_15_r20/external/grpc-grpc/test/core/tsi/
H A Dtransport_security_test_lib.cc198 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/
De2e_provider_impl.hpp61 std::shared_ptr<e2e::profile_interface::protector> protector; in process_e2e_profile() local
/aosp_15_r20/frameworks/wilhelm/src/android/
H A DCallbackProtector.cpp49 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/
Dalts_tsi_handshaker.cc166 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 Dalts_tsi_handshaker.cc163 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 Dmultiplex_router.cc578 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 Dcpdf_type3font.cpp52 RetainPtr<CPDF_Font> protector(this); in WillBeDestroyed() local

12