Home
last modified time | relevance | path

Searched defs:protect (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/mbedtls/docs/architecture/
H A Dpsa-thread-safety.md85 ### Global variables
107 ### Key slots
223 ### Random generator
231 ### Driver resources
/aosp_15_r20/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
H A DTsiTest.java142 ByteBuf protect = ref.register(protectOut.get(0)); in sendMessage() local
276 ByteBuf protect = ref.register(protectOut.get(0)); in corruptedCounterTest() local
317 ByteBuf protect = ref.register(protectOut.get(0)); in corruptedCiphertextTest() local
356 ByteBuf protect = ref.register(protectOut.get(0)); in corruptedTagTest() local
395 ByteBuf protect = ref.register(protectOut.get(0)); in reflectedCiphertextTest() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dprotect.hpp29 struct protect : T struct
32 typedef mpl::protect type;
/aosp_15_r20/frameworks/base/core/java/android/net/
H A DVpnService.java259 public boolean protect(int socket) { in protect() method in VpnService
269 public boolean protect(Socket socket) { in protect() method in VpnService
280 public boolean protect(DatagramSocket socket) { in protect() method in VpnService
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/
Dmake.hpp194 struct protect : transform<protect<PrimitiveTransform> > struct
197 struct impl
/aosp_15_r20/frameworks/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py38 protect = True variable
60 protect = False variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DGeneratedTestUtils.cpp77 const int protect = PROT_READ | PROT_WRITE; in create() local
95 MemoryWithPointer(const NnApiSupportLibrary* nnapi, size_t size, int protect, int fd, in create()
/aosp_15_r20/external/libnl/lib/route/link/
H A Dmacsec.c60 uint8_t send_sci, end_station, scb, replay_protect, protect, encrypt, offload; member
599 int rtnl_link_macsec_set_protect(struct rtnl_link *link, uint8_t protect) in rtnl_link_macsec_set_protect()
614 int rtnl_link_macsec_get_protect(struct rtnl_link *link, uint8_t *protect) in rtnl_link_macsec_get_protect()
/aosp_15_r20/external/junit/src/main/java/junit/framework/
H A DProtectable.java13 public abstract void protect() throws Throwable; in protect() method
/aosp_15_r20/frameworks/base/test-junit/src/junit/framework/
H A DProtectable.java13 public abstract void protect() throws Throwable; in protect() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Dprotect.rst3 protect title
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowVpnService.java33 protected boolean protect(Socket socket) { in protect() method in ShadowVpnService
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/profile_custom/
Dprotector.cpp19 void protector::protect(e2e_buffer &_buffer, instance_t _instance) { in protect() function in vsomeip_v3::e2e::profile_custom::protector
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/
Dtransport_security_grpc.h68 tsi_result (*protect)(tsi_zero_copy_grpc_protector* self, member
/aosp_15_r20/external/grpc-grpc/src/core/tsi/
H A Dtransport_security_grpc.h68 tsi_result (*protect)(tsi_zero_copy_grpc_protector* self, member
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/profile01/
Dprotector.cpp19 void protector::protect(e2e_buffer &_buffer, instance_t _instance) { in protect() function in vsomeip_v3::e2e::profile01::protector
/aosp_15_r20/external/webrtc/test/fuzzers/
H A Dulpfec_generator_fuzzer.cc52 const bool protect = data[i++] % 2 == 1; in FuzzOneInput() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/common/
Dplat_arm_sip_svc.c25 static uint64_t plat_protect_memory(bool protect, in plat_protect_memory()
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/profile04/
Dprotector.cpp19 protector::protect(e2e_buffer &_buffer, instance_t _instance) { in protect() function in vsomeip_v3::e2e::profile04::protector
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/include/boost/bind/
Dprotect.hpp341 template<class F> _bi::protected_bind_t<F> protect(F f) in protect() function
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_common.h35 tsi_result (*protect)(alts_grpc_record_protocol* self, member
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_record_protocol_common.h35 tsi_result (*protect)(alts_grpc_record_protocol* self, member
/aosp_15_r20/system/core/libutils/
H A DFileMap.cpp150 DWORD protect = readOnly ? PAGE_READONLY : PAGE_READWRITE; in create() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/src/
H A DResilientBuffer.cpp36 auto protect(const ResilientBuffer& resilientBuffer, const FnType& fn) in protect() function

12345678910>>...17