Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dcaamhash.c421 static int ahash_setkey(struct crypto_ahash *ahash, in ahash_setkey() function
1593 .setkey = ahash_setkey,
1614 .setkey = ahash_setkey,
1635 .setkey = ahash_setkey,
1656 .setkey = ahash_setkey,
1677 .setkey = ahash_setkey,
1698 .setkey = ahash_setkey,
H A Dcaamalg_qi2.c3302 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function
4415 .setkey = ahash_setkey,
4436 .setkey = ahash_setkey,
4457 .setkey = ahash_setkey,
4478 .setkey = ahash_setkey,
4499 .setkey = ahash_setkey,
4520 .setkey = ahash_setkey,
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dtalitos.c2216 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()
/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A Dcipher.c2254 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function
4521 hash->setkey = ahash_setkey; in spu_register_ahash()