Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamhash.c424 static int ahash_setkey(struct crypto_ahash *ahash, in ahash_setkey() function
1602 .setkey = ahash_setkey,
1623 .setkey = ahash_setkey,
1644 .setkey = ahash_setkey,
1665 .setkey = ahash_setkey,
1686 .setkey = ahash_setkey,
1707 .setkey = ahash_setkey,
H A Dcaamalg_qi2.c3311 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function
4431 .setkey = ahash_setkey,
4452 .setkey = ahash_setkey,
4473 .setkey = ahash_setkey,
4494 .setkey = ahash_setkey,
4515 .setkey = ahash_setkey,
4536 .setkey = ahash_setkey,
/linux/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/drivers/crypto/bcm/
H A Dcipher.c2246 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function
4430 hash->setkey = ahash_setkey; in spu_register_ahash()