Searched refs:ahash_setkey (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/crypto/caam/ |
D | caamhash.c | 424 static int ahash_setkey(struct crypto_ahash *ahash, in ahash_setkey() function 1601 .setkey = ahash_setkey, 1622 .setkey = ahash_setkey, 1643 .setkey = ahash_setkey, 1664 .setkey = ahash_setkey, 1685 .setkey = ahash_setkey, 1706 .setkey = ahash_setkey,
|
D | caamalg_qi2.c | 3310 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function 4429 .setkey = ahash_setkey, 4450 .setkey = ahash_setkey, 4471 .setkey = ahash_setkey, 4492 .setkey = ahash_setkey, 4513 .setkey = ahash_setkey, 4534 .setkey = ahash_setkey,
|
/linux-6.12.1/drivers/crypto/ |
D | talitos.c | 2218 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-6.12.1/drivers/crypto/bcm/ |
D | cipher.c | 2251 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function 4432 hash->setkey = ahash_setkey; in spu_register_ahash()
|