Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dcaamhash.c512 static int ahash_setkey(struct crypto_ahash *ahash, in ahash_setkey() function
1626 .setkey = ahash_setkey,
1647 .setkey = ahash_setkey,
1668 .setkey = ahash_setkey,
1689 .setkey = ahash_setkey,
1710 .setkey = ahash_setkey,
1731 .setkey = ahash_setkey,
/linux-4.1.27/drivers/crypto/
Dtalitos.c1877 static int ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in ahash_setkey() function
2546 t_alg->algt.alg.hash.setkey = ahash_setkey; in talitos_alg_alloc()