Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dkeyctl.h118 #define KEYCTL_MOVE_EXCL 0x00000001 /* Do not displace from the to-keyring */ macro
/Linux-v6.1/security/keys/
Dkeyring.c1618 if (to_edit->dead_leaf && (flags & KEYCTL_MOVE_EXCL)) in key_move()
Dkeyctl.c601 if (flags & ~KEYCTL_MOVE_EXCL) in keyctl_keyring_move()
/Linux-v6.1/Documentation/security/keys/
Dcore.rst596 "flags" can have KEYCTL_MOVE_EXCL set in it to cause the operation to fail