Searched refs:ahash_setkey (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamhash.c | 421 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 D | caamalg_qi2.c | 3303 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function 4416 .setkey = ahash_setkey, 4437 .setkey = ahash_setkey, 4458 .setkey = ahash_setkey, 4479 .setkey = ahash_setkey, 4500 .setkey = ahash_setkey, 4521 .setkey = ahash_setkey,
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamhash.c | 424 static int ahash_setkey(struct crypto_ahash *ahash, in ahash_setkey() function 1600 .setkey = ahash_setkey, 1621 .setkey = ahash_setkey, 1642 .setkey = ahash_setkey, 1663 .setkey = ahash_setkey, 1684 .setkey = ahash_setkey, 1705 .setkey = ahash_setkey,
|
H A 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,
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | talitos.c | 2216 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()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | talitos.c | 2217 static int ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in ahash_setkey() function 3232 t_alg->algt.alg.hash.setkey = ahash_setkey; in talitos_alg_alloc()
|
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | cipher.c | 2254 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function 4521 hash->setkey = ahash_setkey; in spu_register_ahash()
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | cipher.c | 2251 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() function 4489 hash->setkey = ahash_setkey; in spu_register_ahash()
|
Completed in 36 milliseconds