Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/caam/
Dcaamalg_qi.c592 static int ablkcipher_setkey(struct crypto_ablkcipher *ablkcipher, in ablkcipher_setkey() function
1565 .setkey = ablkcipher_setkey,
1582 .setkey = ablkcipher_setkey,
1599 .setkey = ablkcipher_setkey,
1616 .setkey = ablkcipher_setkey,
1632 .setkey = ablkcipher_setkey,
Dcaamalg.c651 static int ablkcipher_setkey(struct crypto_ablkcipher *ablkcipher, in ablkcipher_setkey() function
1863 .setkey = ablkcipher_setkey,
1880 .setkey = ablkcipher_setkey,
1897 .setkey = ablkcipher_setkey,
1914 .setkey = ablkcipher_setkey,
1930 .setkey = ablkcipher_setkey,
/Linux-v4.19/drivers/crypto/
Dtalitos.c1533 static int ablkcipher_setkey(struct crypto_ablkcipher *cipher, in ablkcipher_setkey() function
3155 alg->cra_ablkcipher.setkey = ablkcipher_setkey; in talitos_alg_alloc()
/Linux-v4.19/drivers/crypto/bcm/
Dcipher.c1912 static int ablkcipher_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in ablkcipher_setkey() function
4616 crypto->cra_ablkcipher.setkey = ablkcipher_setkey; in spu_register_ablkcipher()