Searched refs:ablkcipher_setkey (Results 1 – 2 of 2) sorted by relevance
1456 static int ablkcipher_setkey(struct crypto_ablkcipher *ablkcipher, in ablkcipher_setkey() function2889 .setkey = ablkcipher_setkey,2906 .setkey = ablkcipher_setkey,2923 .setkey = ablkcipher_setkey,2940 .setkey = ablkcipher_setkey,2956 .setkey = ablkcipher_setkey,
1386 static int ablkcipher_setkey(struct crypto_ablkcipher *cipher, in ablkcipher_setkey() function2747 alg->cra_ablkcipher.setkey = ablkcipher_setkey; in talitos_alg_alloc()