Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dskcipher.h64 bool has_setkey; member
312 return tfm->has_setkey; in crypto_skcipher_has_setkey()
Dhash.h207 bool has_setkey; member
381 return tfm->has_setkey; in crypto_ahash_has_setkey()
/linux-4.4.14/crypto/
Dskcipher.c121 skcipher->has_setkey = calg->cra_blkcipher.max_keysize; in crypto_init_skcipher_ops_blkcipher()
214 skcipher->has_setkey = calg->cra_ablkcipher.max_keysize; in crypto_init_skcipher_ops_ablkcipher()
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()