Home
last modified time | relevance | path

Searched defs:protection (Results 1 – 25 of 249) sorted by relevance

12345678910

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/
H A Dpsa-shared-memory.md132 #### Protection in the dispatch layer
140 #### Protection in the driver layer
214 ### Shared memory protection strategy
233 ### Implementation of copying
285 ### Validation of copying
376 ### Shared memory protection requirements
380 ### Validation of careful access for built-in drivers
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/security/
H A DKeyStore.java222 java.security.KeyStore.ProtectionParameter protection) { in newInstance()
229 java.security.KeyStore.ProtectionParameter protection) { in newInstance()
242 java.security.KeyStore.ProtectionParameter protection, in FileBuilder()
275 private java.security.KeyStore.ProtectionParameter protection; field in KeyStore.Builder.FileBuilder
486 SimpleLoadStoreParameter(java.security.KeyStore.ProtectionParameter protection) { in SimpleLoadStoreParameter()
494 private final java.security.KeyStore.ProtectionParameter protection; field in KeyStore.SimpleLoadStoreParameter
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DKeyStore.java1994 File file, ProtectionParameter protection) { in newInstance()
2052 ProtectionParameter protection) { in newInstance()
2062 private ProtectionParameter protection; field in KeyStore.FileBuilder
2071 ProtectionParameter protection, in FileBuilder()
2207 final Provider provider, final ProtectionParameter protection) { in newInstance()
H A DKeyStoreSpi.java396 ProtectionParameter protection = param.getProtectionParameter(); in engineLoad() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/
DKeyStore.java1994 File file, ProtectionParameter protection) { in newInstance()
2052 ProtectionParameter protection) { in newInstance()
2062 private ProtectionParameter protection; field in KeyStore.FileBuilder
2071 ProtectionParameter protection, in FileBuilder()
2207 final Provider provider, final ProtectionParameter protection) { in newInstance()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
DKeyStore.java1994 File file, ProtectionParameter protection) { in newInstance()
2052 ProtectionParameter protection) { in newInstance()
2062 private ProtectionParameter protection; field in KeyStore.FileBuilder
2071 ProtectionParameter protection, in FileBuilder()
2207 final Provider provider, final ProtectionParameter protection) { in newInstance()
/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/
Dwindows.rs234 let protection = match (write, exec) { in map() localVariable
265 let protection = if write { in map_exec() localVariable
287 let protection = if exec { in map_mut() localVariable
309 let protection = if exec { in map_copy() localVariable
332 let protection = if exec { in map_copy_read_only() localVariable
/aosp_15_r20/external/compiler-rt/lib/interception/
H A Dinterception_win.cc578 DWORD protection = 0; in OverrideFunctionWithDetour() local
620 DWORD protection = 0; in OverrideFunctionWithRedirectJump() local
668 DWORD protection = 0; in OverrideFunctionWithHotPatch() local
724 DWORD protection = 0; in OverrideFunctionWithTrampoline() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc77 char filename[], uptr filename_size, uptr *protection) { in NextSegmentLoad()
107 uptr *protection) { in Next()
H A Dsanitizer_procmaps_linux.cc31 uptr *protection) { in Next()
H A Dsanitizer_procmaps_freebsd.cc53 uptr *protection) { in Next()
/aosp_15_r20/packages/modules/Permission/tests/cts/permissionui/PermissionPolicyApp25/src/android/permissionui/cts/permissionpolicy/
DTestProtectionFlagsActivity.kt44 val protection = in <lambda>() constant
/aosp_15_r20/libcore/ojluni/src/test/java/security/KeyStore/
H A DProbeKeystores.java50 private ProtectionParameter protection; field in ProbeKeystores.MyLoadStoreParameter
52 MyLoadStoreParameter(ProtectionParameter protection) { in MyLoadStoreParameter()
/aosp_15_r20/external/cronet/base/files/
H A Dos_validation_win_unittest.cc294 DWORD protection; in TEST_P() member
303 DWORD protection = 0; in TEST_P() local
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Dplatform_handle.cc240 UnwrappedSharedMemoryHandleProtection protection) { in WrapSharedMemoryHandle()
287 UnwrappedSharedMemoryHandleProtection* protection) { in UnwrapSharedMemoryHandle()
/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp428 Protection protection) { in createEglContext()
516 Protection protection) { in createPlaceholderEglPbufferSurface()
/aosp_15_r20/external/crosvm/base/src/
H A Dmmap.rs432 pub(crate) protection: Option<Protection>, field
487 pub fn protection(mut self, protection: Protection) -> MemoryMappingBuilder<'a> { in protection() method
/aosp_15_r20/packages/modules/Virtualization/docs/
Dupdatable_vm.md87 ### Note on legacy support
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/sendfile/
H A Dsendfile04.c29 int protection; member
/aosp_15_r20/test/dittosuite/src/
H A Dmemory_allocation.cpp24 const int protection = PROT_READ | PROT_WRITE; in allocate_memory() local
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dtwt.c32 bool flow_type, u8 flow_id, bool protection, in wpas_twt_send_setup()
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/livedatatypes/
DLightPermInfo.kt40 val protection: Int, constant in com.android.permissioncontroller.permission.model.livedatatypes.LightPermInfo
/aosp_15_r20/hardware/google/aemu/base/
DSharedMemory_win32.cpp68 DWORD protection = PAGE_READONLY; in openInternal() local
/aosp_15_r20/external/autotest/frontend/afe/
H A Drdb_model_extensions.py192 protection = dbmodels.SmallIntegerField(null=False, blank=True, variable in AbstractHostModel
/aosp_15_r20/frameworks/base/services/permission/java/com/android/server/permission/access/permission/
H A DPermission.kt47 inline val protection: Int in <lambda>() constant in com.android.server.permission.access.permission.Permission

12345678910