Home
last modified time | relevance | path

Searched refs:KEY_ALLOC_TRUSTED (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/kernel/
Dsystem_keyring.c87 KEY_ALLOC_TRUSTED); in load_system_certificate_list()
/linux-4.1.27/security/integrity/
Ddigsig.c108 KEY_ALLOC_NOT_IN_QUOTA | KEY_ALLOC_TRUSTED); in integrity_load_x509()
/linux-4.1.27/include/linux/
Dkey.h225 #define KEY_ALLOC_TRUSTED 0x0004 /* Key should be flagged as trusted */ macro
/linux-4.1.27/security/keys/
Dkey.c297 if (flags & KEY_ALLOC_TRUSTED) in key_alloc()
816 prep.trusted = flags & KEY_ALLOC_TRUSTED; in key_create_or_update()
835 flags |= prep.trusted ? KEY_ALLOC_TRUSTED : 0; in key_create_or_update()