Home
last modified time | relevance | path

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

/openbmc/linux/security/keys/
H A Dgc.c76 if (!(key->type->flags & KEY_TYPE_INSTANT_REAP)) in key_set_expiry()
246 if (!(key->type->flags & KEY_TYPE_INSTANT_REAP)) in key_garbage_collector()
H A Dinternal.h229 if (!(key->type->flags & KEY_TYPE_INSTANT_REAP)) in key_is_dead()
/openbmc/linux/include/linux/
H A Dkey-type.h76 #define KEY_TYPE_INSTANT_REAP 0x00000002 /* Keys of this type don't have a delay after expiring */ macro
/openbmc/linux/net/dns_resolver/
H A Ddns_key.c324 .flags = KEY_TYPE_NET_DOMAIN | KEY_TYPE_INSTANT_REAP,