Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/caam/
Dcaamhash.c430 static int ahash_setkey(struct crypto_ahash *ahash, in ahash_setkey() function
1601 .setkey = ahash_setkey,
1622 .setkey = ahash_setkey,
1643 .setkey = ahash_setkey,
1664 .setkey = ahash_setkey,
1685 .setkey = ahash_setkey,
1706 .setkey = ahash_setkey,
/Linux-v4.19/drivers/crypto/
Dtalitos.c2221 static int ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in ahash_setkey() function
3183 t_alg->algt.alg.hash.setkey = ahash_setkey; in talitos_alg_alloc()
/Linux-v4.19/drivers/crypto/bcm/
Dcipher.c2351 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function
4655 hash->setkey = ahash_setkey; in spu_register_ahash()