Home
last modified time | relevance | path

Searched refs:KEY_ALLOC_SET_KEEP (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/security/integrity/ima/
H A Dima_mok.c42 KEY_ALLOC_SET_KEEP, in ima_mok_init()
/linux-6.15/certs/
H A Dblacklist.c345 KEY_ALLOC_SET_KEEP, in blacklist_init()
/linux-6.15/include/linux/
H A Dkey.h299 #define KEY_ALLOC_SET_KEEP 0x0020 /* Set the KEEP flag on the key/keyring */ macro
/linux-6.15/arch/s390/kernel/
H A Dcert_store.c405 KEY_ALLOC_NOT_IN_QUOTA | KEY_ALLOC_SET_KEEP, in create_cs_keyring()
/linux-6.15/security/keys/
H A Dkey.c307 if (flags & KEY_ALLOC_SET_KEEP) in key_alloc()