Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dcaamhash.c520 static int ahash_setkey(struct crypto_ahash *ahash, in ahash_setkey() function
1631 .setkey = ahash_setkey,
1653 .setkey = ahash_setkey,
1675 .setkey = ahash_setkey,
1697 .setkey = ahash_setkey,
1719 .setkey = ahash_setkey,
1741 .setkey = ahash_setkey,
/linux-4.4.14/drivers/crypto/
Dtalitos.c2066 static int ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in ahash_setkey() function
2768 t_alg->algt.alg.hash.setkey = ahash_setkey; in talitos_alg_alloc()