Home
last modified time | relevance | path

Searched refs:SECURE_ALL_BITS (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsecurebits.h54 #define SECURE_ALL_BITS (issecure_mask(SECURE_NOROOT) | \ macro
58 #define SECURE_ALL_LOCKS (SECURE_ALL_BITS << 1)
/external/libcap/libcap/include/uapi/linux/
Dsecurebits.h54 #define SECURE_ALL_BITS (issecure_mask(SECURE_NOROOT) | \ macro
58 #define SECURE_ALL_LOCKS (SECURE_ALL_BITS << 1)
/external/minijail/
Dsystem.c35 #define SECURE_ALL_BITS 0x55 macro
36 #define SECURE_ALL_LOCKS (SECURE_ALL_BITS << 1)
51 _Static_assert(SECURE_ALL_BITS == 0x55, "SECURE_ALL_BITS == 0x55.");