Home
last modified time | relevance | path

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

/crypto/
Dalgif_hash.c39 bool has_key; member
267 if (!tfm->has_key) in hash_check_key()
390 tfm->has_key = !err; in hash_setkey()
446 if (!tfm->has_key && crypto_ahash_has_setkey(tfm->hash)) in hash_accept_parent()
Dalgif_skcipher.c36 bool has_key; member
573 if (!tfm->has_key) in skcipher_check_key()
684 tfm->has_key = !err; in skcipher_setkey()
746 if (!tfm->has_key) in skcipher_accept_parent()