Searched refs:ablkcipher_setkey (Results 1 – 2 of 2) sorted by relevance
1826 static int ablkcipher_setkey(struct crypto_ablkcipher *ablkcipher, in ablkcipher_setkey() function4045 .setkey = ablkcipher_setkey,4062 .setkey = ablkcipher_setkey,4079 .setkey = ablkcipher_setkey,4096 .setkey = ablkcipher_setkey,4112 .setkey = ablkcipher_setkey,
1320 static int ablkcipher_setkey(struct crypto_ablkcipher *cipher, in ablkcipher_setkey() function2521 alg->cra_ablkcipher.setkey = ablkcipher_setkey; in talitos_alg_alloc()