Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/caam/
Dcaamhash.c421 static int ahash_setkey(struct crypto_ahash *ahash, in ahash_setkey() function
1593 .setkey = ahash_setkey,
1614 .setkey = ahash_setkey,
1635 .setkey = ahash_setkey,
1656 .setkey = ahash_setkey,
1677 .setkey = ahash_setkey,
1698 .setkey = ahash_setkey,
Dcaamalg_qi2.c3301 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function
4414 .setkey = ahash_setkey,
4435 .setkey = ahash_setkey,
4456 .setkey = ahash_setkey,
4477 .setkey = ahash_setkey,
4498 .setkey = ahash_setkey,
4519 .setkey = ahash_setkey,
/Linux-v5.10/drivers/crypto/
Dtalitos.c2212 static int ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in ahash_setkey() function
3205 t_alg->algt.alg.hash.setkey = ahash_setkey; in talitos_alg_alloc()
/Linux-v5.10/drivers/crypto/bcm/
Dcipher.c2254 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function
4521 hash->setkey = ahash_setkey; in spu_register_ahash()