Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c1456 static int ablkcipher_setkey(struct crypto_ablkcipher *ablkcipher, in ablkcipher_setkey() function
2889 .setkey = ablkcipher_setkey,
2906 .setkey = ablkcipher_setkey,
2923 .setkey = ablkcipher_setkey,
2940 .setkey = ablkcipher_setkey,
2956 .setkey = ablkcipher_setkey,
/linux-4.4.14/drivers/crypto/
Dtalitos.c1386 static int ablkcipher_setkey(struct crypto_ablkcipher *cipher, in ablkcipher_setkey() function
2747 alg->cra_ablkcipher.setkey = ablkcipher_setkey; in talitos_alg_alloc()