/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/ |
H A D | psa-shared-memory.md | 132 #### 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 D | KeyStore.java | 222 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 D | KeyStore.java | 1994 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 D | KeyStoreSpi.java | 396 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/ |
D | KeyStore.java | 1994 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/ |
D | KeyStore.java | 1994 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/ |
D | windows.rs | 234 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 D | interception_win.cc | 578 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 D | sanitizer_procmaps_mac.cc | 77 char filename[], uptr filename_size, uptr *protection) { in NextSegmentLoad() 107 uptr *protection) { in Next()
|
H A D | sanitizer_procmaps_linux.cc | 31 uptr *protection) { in Next()
|
H A D | sanitizer_procmaps_freebsd.cc | 53 uptr *protection) { in Next()
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permissionui/PermissionPolicyApp25/src/android/permissionui/cts/permissionpolicy/ |
D | TestProtectionFlagsActivity.kt | 44 val protection = in <lambda>() constant
|
/aosp_15_r20/libcore/ojluni/src/test/java/security/KeyStore/ |
H A D | ProbeKeystores.java | 50 private ProtectionParameter protection; field in ProbeKeystores.MyLoadStoreParameter 52 MyLoadStoreParameter(ProtectionParameter protection) { in MyLoadStoreParameter()
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | os_validation_win_unittest.cc | 294 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 D | platform_handle.cc | 240 UnwrappedSharedMemoryHandleProtection protection) { in WrapSharedMemoryHandle() 287 UnwrappedSharedMemoryHandleProtection* protection) { in UnwrapSharedMemoryHandle()
|
/aosp_15_r20/frameworks/native/libs/renderengine/skia/ |
H A D | SkiaGLRenderEngine.cpp | 428 Protection protection) { in createEglContext() 516 Protection protection) { in createPlaceholderEglPbufferSurface()
|
/aosp_15_r20/external/crosvm/base/src/ |
H A D | mmap.rs | 432 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/ |
D | updatable_vm.md | 87 ### Note on legacy support
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/sendfile/ |
H A D | sendfile04.c | 29 int protection; member
|
/aosp_15_r20/test/dittosuite/src/ |
H A D | memory_allocation.cpp | 24 const int protection = PROT_READ | PROT_WRITE; in allocate_memory() local
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | twt.c | 32 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/ |
D | LightPermInfo.kt | 40 val protection: Int, constant in com.android.permissioncontroller.permission.model.livedatatypes.LightPermInfo
|
/aosp_15_r20/hardware/google/aemu/base/ |
D | SharedMemory_win32.cpp | 68 DWORD protection = PAGE_READONLY; in openInternal() local
|
/aosp_15_r20/external/autotest/frontend/afe/ |
H A D | rdb_model_extensions.py | 192 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 D | Permission.kt | 47 inline val protection: Int in <lambda>() constant in com.android.server.permission.access.permission.Permission
|