Searched refs:akcipher (Results 1 – 3 of 3) sorted by relevance
59 struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm); in crypto_akcipher_exit_tfm() local60 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm()62 alg->exit(akcipher); in crypto_akcipher_exit_tfm()67 struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm); in crypto_akcipher_init_tfm() local68 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm()71 akcipher->base.exit = crypto_akcipher_exit_tfm; in crypto_akcipher_init_tfm()74 return alg->init(akcipher); in crypto_akcipher_init_tfm()81 struct akcipher_instance *akcipher = akcipher_instance(inst); in crypto_akcipher_free_instance() local83 akcipher->free(akcipher); in crypto_akcipher_free_instance()
34 obj-$(CONFIG_CRYPTO_AKCIPHER2) += akcipher.o
159 struct akcipher_test_suite akcipher; member4026 if (desc->suite.akcipher.vecs) in alg_test_akcipher()4027 err = test_akcipher(tfm, desc->alg, desc->suite.akcipher.vecs, in alg_test_akcipher()4028 desc->suite.akcipher.count); in alg_test_akcipher()5445 .akcipher = __VECS(rsa_tv_template)
Completed in 14 milliseconds