Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/caam/
H A Dcaamhash.c424 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,
H A Dcaamalg_qi2.c3311 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function
4430 .setkey = ahash_setkey,
4451 .setkey = ahash_setkey,
4472 .setkey = ahash_setkey,
4493 .setkey = ahash_setkey,
4514 .setkey = ahash_setkey,
4535 .setkey = ahash_setkey,
/linux-6.15/drivers/crypto/
H A Dtalitos.c2218 static int ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in ahash_setkey() function
3231 t_alg->algt.alg.hash.setkey = ahash_setkey; in talitos_alg_alloc()
/linux-6.15/drivers/crypto/bcm/
H A Dcipher.c2252 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function
4436 hash->setkey = ahash_setkey; in spu_register_ahash()