Searched refs:akcipher (Results 1 – 3 of 3) sorted by relevance
58 struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm); in crypto_akcipher_exit_tfm() local59 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm()61 alg->exit(akcipher); in crypto_akcipher_exit_tfm()66 struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm); in crypto_akcipher_init_tfm() local67 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm()70 akcipher->base.exit = crypto_akcipher_exit_tfm; in crypto_akcipher_init_tfm()73 return alg->init(akcipher); in crypto_akcipher_init_tfm()
32 obj-$(CONFIG_CRYPTO_AKCIPHER2) += akcipher.o
140 struct akcipher_test_suite akcipher; member2000 if (desc->suite.akcipher.vecs) in alg_test_akcipher()2001 err = test_akcipher(tfm, desc->alg, desc->suite.akcipher.vecs, in alg_test_akcipher()2002 desc->suite.akcipher.count); in alg_test_akcipher()3646 .akcipher = {