akcipher_alg       53 crypto/akcipher.c 	struct akcipher_alg *alg = crypto_akcipher_alg(akcipher);
akcipher_alg       61 crypto/akcipher.c 	struct akcipher_alg *alg = crypto_akcipher_alg(akcipher);
akcipher_alg      108 crypto/akcipher.c static void akcipher_prepare_alg(struct akcipher_alg *alg)
akcipher_alg      122 crypto/akcipher.c int crypto_register_akcipher(struct akcipher_alg *alg)
akcipher_alg      140 crypto/akcipher.c void crypto_unregister_akcipher(struct akcipher_alg *alg)
akcipher_alg      266 crypto/ecrdsa.c static struct akcipher_alg ecrdsa_alg = {
akcipher_alg      604 crypto/rsa-pkcs1pad.c 	struct akcipher_alg *rsa_alg;
akcipher_alg      242 crypto/rsa.c   static struct akcipher_alg rsa = {
akcipher_alg       39 drivers/crypto/caam/caampkc.c 	struct akcipher_alg akcipher;
akcipher_alg      210 drivers/crypto/ccp/ccp-crypto-rsa.c static struct akcipher_alg ccp_rsa_defaults = {
akcipher_alg      232 drivers/crypto/ccp/ccp-crypto-rsa.c 	struct akcipher_alg *alg_defaults;
akcipher_alg      249 drivers/crypto/ccp/ccp-crypto-rsa.c 	struct akcipher_alg *alg;
akcipher_alg       66 drivers/crypto/ccp/ccp-crypto.h 	struct akcipher_alg alg;
akcipher_alg     1300 drivers/crypto/qat/qat_common/qat_asym_algs.c static struct akcipher_alg rsa = {
akcipher_alg      139 include/crypto/akcipher.h static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg)
akcipher_alg      141 include/crypto/akcipher.h 	return container_of(alg, struct akcipher_alg, base);
akcipher_alg      150 include/crypto/akcipher.h static inline struct akcipher_alg *crypto_akcipher_alg(
akcipher_alg      270 include/crypto/akcipher.h 	struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
akcipher_alg      288 include/crypto/akcipher.h 	struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
akcipher_alg      312 include/crypto/akcipher.h 	struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
akcipher_alg      336 include/crypto/akcipher.h 	struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
akcipher_alg      363 include/crypto/akcipher.h 	struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
akcipher_alg      390 include/crypto/akcipher.h 	struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
akcipher_alg      412 include/crypto/akcipher.h 	struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
akcipher_alg       17 include/crypto/internal/akcipher.h 			char head[offsetof(struct akcipher_alg, base)];
akcipher_alg       20 include/crypto/internal/akcipher.h 		struct akcipher_alg alg;
akcipher_alg      102 include/crypto/internal/akcipher.h static inline struct akcipher_alg *crypto_spawn_akcipher_alg(
akcipher_alg      105 include/crypto/internal/akcipher.h 	return container_of(spawn->base.alg, struct akcipher_alg, base);
akcipher_alg      117 include/crypto/internal/akcipher.h int crypto_register_akcipher(struct akcipher_alg *alg);
akcipher_alg      126 include/crypto/internal/akcipher.h void crypto_unregister_akcipher(struct akcipher_alg *alg);