Home
last modified time | relevance | path

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

/linux/crypto/asymmetric_keys/
H A Dx509_loader.c40 KEY_ALLOC_BYPASS_RESTRICTION); in x509_load_certificate_list()
/linux/drivers/nvme/common/
H A Dkeyring.c172 KEY_ALLOC_BYPASS_RESTRICTION); in nvme_tls_psk_refresh()
/linux/certs/
H A Dblacklist.c275 | KEY_ALLOC_BYPASS_RESTRICTION); in add_key_to_revocation_list()
/linux/include/linux/
H A Dkey.h297 #define KEY_ALLOC_BYPASS_RESTRICTION 0x0008 /* Override the check on restricted keyrings */ macro
/linux/security/keys/
H A Dkey.c843 if (!(flags & KEY_ALLOC_BYPASS_RESTRICTION)) in __key_create_or_update()
/linux/block/
H A Dsed-opal.c296 KEY_ALLOC_BYPASS_RESTRICTION); in update_sed_opal_key()
/linux/Documentation/security/keys/
H A Dcore.rst1279 the kernel can pass KEY_ALLOC_BYPASS_RESTRICTION to suppress the check.