Home
last modified time | relevance | path

Searched refs:akcipher (Results 1 – 3 of 3) sorted by relevance

/crypto/
A Dakcipher.c59 struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm); in crypto_akcipher_exit_tfm() local
60 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() local
68 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() local
83 akcipher->free(akcipher); in crypto_akcipher_free_instance()
A DMakefile34 obj-$(CONFIG_CRYPTO_AKCIPHER2) += akcipher.o
A Dtestmgr.c159 struct akcipher_test_suite akcipher; member
4026 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