Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dhash.h202 bool has_setkey; member
362 return tfm->has_setkey; in crypto_ahash_has_setkey()
/linux-4.1.27/crypto/
Dahash.c455 hash->has_setkey = false; in crypto_ahash_init_tfm()
470 hash->has_setkey = true; in crypto_ahash_init_tfm()
Dshash.c359 crt->has_setkey = alg->setkey != shash_no_setkey; in crypto_init_shash_ops_async()