Home
last modified time | relevance | path

Searched refs:KEY_FLAG_FINAL_PUT (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/security/keys/
H A Dgc.c221 if (test_bit(KEY_FLAG_FINAL_PUT, &key->flags)) { in key_garbage_collector()
H A Dkey.c662 set_bit(KEY_FLAG_FINAL_PUT, &key->flags); in key_put()
/linux-6.15/include/linux/
H A Dkey.h239 #define KEY_FLAG_FINAL_PUT 10 /* set if final put has happened on key */ macro