akcipher 52 crypto/akcipher.c struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm); akcipher 53 crypto/akcipher.c struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); akcipher 55 crypto/akcipher.c alg->exit(akcipher); akcipher 60 crypto/akcipher.c struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm); akcipher 61 crypto/akcipher.c struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); akcipher 64 crypto/akcipher.c akcipher->base.exit = crypto_akcipher_exit_tfm; akcipher 67 crypto/akcipher.c return alg->init(akcipher); akcipher 74 crypto/akcipher.c struct akcipher_instance *akcipher = akcipher_instance(inst); akcipher 76 crypto/akcipher.c akcipher->free(akcipher); akcipher 1121 crypto/algapi.c atomic64_inc(&alg->stats.akcipher.err_cnt); akcipher 1123 crypto/algapi.c atomic64_inc(&alg->stats.akcipher.encrypt_cnt); akcipher 1124 crypto/algapi.c atomic64_add(src_len, &alg->stats.akcipher.encrypt_tlen); akcipher 1134 crypto/algapi.c atomic64_inc(&alg->stats.akcipher.err_cnt); akcipher 1136 crypto/algapi.c atomic64_inc(&alg->stats.akcipher.decrypt_cnt); akcipher 1137 crypto/algapi.c atomic64_add(src_len, &alg->stats.akcipher.decrypt_tlen); akcipher 1146 crypto/algapi.c atomic64_inc(&alg->stats.akcipher.err_cnt); akcipher 1148 crypto/algapi.c atomic64_inc(&alg->stats.akcipher.sign_cnt); akcipher 1156 crypto/algapi.c atomic64_inc(&alg->stats.akcipher.err_cnt); akcipher 1158 crypto/algapi.c atomic64_inc(&alg->stats.akcipher.verify_cnt); akcipher 104 crypto/crypto_user_stat.c rakcipher.stat_encrypt_cnt = atomic64_read(&alg->stats.akcipher.encrypt_cnt); akcipher 105 crypto/crypto_user_stat.c rakcipher.stat_encrypt_tlen = atomic64_read(&alg->stats.akcipher.encrypt_tlen); akcipher 106 crypto/crypto_user_stat.c rakcipher.stat_decrypt_cnt = atomic64_read(&alg->stats.akcipher.decrypt_cnt); akcipher 107 crypto/crypto_user_stat.c rakcipher.stat_decrypt_tlen = atomic64_read(&alg->stats.akcipher.decrypt_tlen); akcipher 108 crypto/crypto_user_stat.c rakcipher.stat_sign_cnt = atomic64_read(&alg->stats.akcipher.sign_cnt); akcipher 109 crypto/crypto_user_stat.c rakcipher.stat_verify_cnt = atomic64_read(&alg->stats.akcipher.verify_cnt); akcipher 110 crypto/crypto_user_stat.c rakcipher.stat_err_cnt = atomic64_read(&alg->stats.akcipher.err_cnt); akcipher 138 crypto/testmgr.c struct akcipher_test_suite akcipher; akcipher 3863 crypto/testmgr.c if (desc->suite.akcipher.vecs) akcipher 3864 crypto/testmgr.c err = test_akcipher(tfm, desc->alg, desc->suite.akcipher.vecs, akcipher 3865 crypto/testmgr.c desc->suite.akcipher.count); akcipher 4557 crypto/testmgr.c .akcipher = __VECS(ecrdsa_tv_template) akcipher 4820 crypto/testmgr.c .akcipher = __VECS(pkcs1pad_rsa_tv_template) akcipher 4907 crypto/testmgr.c .akcipher = __VECS(rsa_tv_template) akcipher 39 drivers/crypto/caam/caampkc.c struct akcipher_alg akcipher; akcipher 1067 drivers/crypto/caam/caampkc.c .akcipher = { akcipher 1111 drivers/crypto/caam/caampkc.c err = crypto_register_akcipher(&caam_rsa.akcipher); akcipher 1116 drivers/crypto/caam/caampkc.c caam_rsa.akcipher.base.cra_driver_name); akcipher 1132 drivers/crypto/caam/caampkc.c crypto_unregister_akcipher(&caam_rsa.akcipher); akcipher 36 include/crypto/internal/akcipher.h static inline void akcipher_set_reqsize(struct crypto_akcipher *akcipher, akcipher 39 include/crypto/internal/akcipher.h crypto_akcipher_alg(akcipher)->reqsize = reqsize; akcipher 71 include/crypto/internal/akcipher.h struct crypto_akcipher *akcipher) akcipher 73 include/crypto/internal/akcipher.h return akcipher_instance(crypto_tfm_alg_instance(&akcipher->base)); akcipher 583 include/linux/crypto.h struct crypto_istat_akcipher akcipher;