Home
last modified time | relevance | path

Searched refs:now (Results 1 – 6 of 6) sorted by relevance

/security/keys/
A Dgc.c54 time64_t now = ktime_get_real_seconds(); in key_schedule_gc() local
56 kenter("%lld", gc_at - now); in key_schedule_gc()
58 if (gc_at <= now || test_bit(KEY_GC_REAP_KEYTYPE, &key_gc_flags)) { in key_schedule_gc()
64 expires = jiffies + (gc_at - now) * HZ; in key_schedule_gc()
A Dproc.c159 time64_t now, expiry; in proc_keys_show() local
195 now = ktime_get_real_seconds(); in proc_keys_show()
203 } else if (now >= expiry) { in proc_keys_show()
206 timo = expiry - now; in proc_keys_show()
A Dkeyring.c600 if (expiry && ctx->now >= expiry) { in keyring_search_iterator()
859 key->last_used_at = ctx->now; in search_nested_keyrings()
860 keyring->last_used_at = ctx->now; in search_nested_keyrings()
862 stack[--sp].keyring->last_used_at = ctx->now; in search_nested_keyrings()
924 ctx->now = ktime_get_real_seconds(); in keyring_search_rcu()
A Dinternal.h131 time64_t now; member
/security/integrity/ima/
A DKconfig129 IMA policy can now be updated multiple times. The new rules get
/security/
A DKconfig33 Defaults to the traditional behavior (for now)

Completed in 11 milliseconds