Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c1826 static int ablkcipher_setkey(struct crypto_ablkcipher *ablkcipher, in ablkcipher_setkey() function
4045 .setkey = ablkcipher_setkey,
4062 .setkey = ablkcipher_setkey,
4079 .setkey = ablkcipher_setkey,
4096 .setkey = ablkcipher_setkey,
4112 .setkey = ablkcipher_setkey,
/linux-4.1.27/drivers/crypto/
Dtalitos.c1320 static int ablkcipher_setkey(struct crypto_ablkcipher *cipher, in ablkcipher_setkey() function
2521 alg->cra_ablkcipher.setkey = ablkcipher_setkey; in talitos_alg_alloc()