Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/caam/
Dcaamhash.c424 static int ahash_setkey(struct crypto_ahash *ahash, in ahash_setkey() function
1600 .setkey = ahash_setkey,
1621 .setkey = ahash_setkey,
1642 .setkey = ahash_setkey,
1663 .setkey = ahash_setkey,
1684 .setkey = ahash_setkey,
1705 .setkey = ahash_setkey,
Dcaamalg_qi2.c3309 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function
4428 .setkey = ahash_setkey,
4449 .setkey = ahash_setkey,
4470 .setkey = ahash_setkey,
4491 .setkey = ahash_setkey,
4512 .setkey = ahash_setkey,
4533 .setkey = ahash_setkey,
/Linux-v6.6/drivers/crypto/
Dtalitos.c2217 static int ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in ahash_setkey() function
3232 t_alg->algt.alg.hash.setkey = ahash_setkey; in talitos_alg_alloc()
/Linux-v6.6/drivers/crypto/bcm/
Dcipher.c2251 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function
4489 hash->setkey = ahash_setkey; in spu_register_ahash()