Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/caam/
Dcaamhash.c443 static int ahash_setkey(struct crypto_ahash *ahash, in ahash_setkey() function
1647 .setkey = ahash_setkey,
1668 .setkey = ahash_setkey,
1689 .setkey = ahash_setkey,
1710 .setkey = ahash_setkey,
1731 .setkey = ahash_setkey,
1752 .setkey = ahash_setkey,
Dcaamalg_qi2.c3259 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function
4387 .setkey = ahash_setkey,
4408 .setkey = ahash_setkey,
4429 .setkey = ahash_setkey,
4450 .setkey = ahash_setkey,
4471 .setkey = ahash_setkey,
4492 .setkey = ahash_setkey,
/Linux-v5.4/drivers/crypto/
Dtalitos.c2215 static int ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in ahash_setkey() function
3193 t_alg->algt.alg.hash.setkey = ahash_setkey; in talitos_alg_alloc()
/Linux-v5.4/drivers/crypto/bcm/
Dcipher.c2315 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function
4596 hash->setkey = ahash_setkey; in spu_register_ahash()