Home
last modified time | relevance | path

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

/openbmc/linux/net/dns_resolver/
H A Ddns_query.c137 set_bit(KEY_FLAG_ROOT_CAN_INVAL, &rkey->flags); in dns_query()
/openbmc/linux/include/linux/
H A Dkey.h236 #define KEY_FLAG_ROOT_CAN_INVAL 7 /* set if key can be invalidated by root without permission */ macro
/openbmc/linux/fs/nfs/
H A Dnfs4idmap.c299 set_bit(KEY_FLAG_ROOT_CAN_INVAL, &rkey->flags); in nfs_idmap_request_key()
/openbmc/linux/security/keys/
H A Dkeyctl.c437 if (test_bit(KEY_FLAG_ROOT_CAN_INVAL, in keyctl_invalidate_key()