Home
last modified time | relevance | path

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

/fs/crypto/
Dkeyring.c386 bool rekey; in add_existing_master_key() local
404 rekey = !is_master_key_secret_present(&mk->mk_secret); in add_existing_master_key()
405 if (rekey && !refcount_inc_not_zero(&mk->mk_refcount)) in add_existing_master_key()
412 if (rekey && refcount_dec_and_test(&mk->mk_refcount)) in add_existing_master_key()
419 if (rekey) { in add_existing_master_key()