Home
last modified time | relevance | path

Searched refs:KEY_ALLOC_BYPASS_RESTRICTION (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/crypto/asymmetric_keys/
Dx509_loader.c40 KEY_ALLOC_BYPASS_RESTRICTION); in x509_load_certificate_list()
/linux-6.6.21/certs/
Dblacklist.c274 | KEY_ALLOC_BYPASS_RESTRICTION); in add_key_to_revocation_list()
/linux-6.6.21/include/linux/
Dkey.h296 #define KEY_ALLOC_BYPASS_RESTRICTION 0x0008 /* Override the check on restricted keyrings */ macro
/linux-6.6.21/security/keys/
Dkey.c827 if (!(flags & KEY_ALLOC_BYPASS_RESTRICTION)) in __key_create_or_update()
/linux-6.6.21/block/
Dsed-opal.c291 KEY_ALLOC_BYPASS_RESTRICTION); in update_sed_opal_key()
/linux-6.6.21/Documentation/security/keys/
Dcore.rst1279 the kernel can pass KEY_ALLOC_BYPASS_RESTRICTION to suppress the check.