cryptd_ahash       45 arch/arm/crypto/ghash-ce-glue.c 	struct cryptd_ahash *cryptd_tfm;
cryptd_ahash      209 arch/arm/crypto/ghash-ce-glue.c 	struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm;
cryptd_ahash      222 arch/arm/crypto/ghash-ce-glue.c 	struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm;
cryptd_ahash      240 arch/arm/crypto/ghash-ce-glue.c 	struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm;
cryptd_ahash      258 arch/arm/crypto/ghash-ce-glue.c 	struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm;
cryptd_ahash      313 arch/arm/crypto/ghash-ce-glue.c 	struct cryptd_ahash *cryptd_tfm;
cryptd_ahash       32 arch/x86/crypto/ghash-clmulni-intel_glue.c 	struct cryptd_ahash *cryptd_tfm;
cryptd_ahash      167 arch/x86/crypto/ghash-clmulni-intel_glue.c 	struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm;
cryptd_ahash      180 arch/x86/crypto/ghash-clmulni-intel_glue.c 	struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm;
cryptd_ahash      198 arch/x86/crypto/ghash-clmulni-intel_glue.c 	struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm;
cryptd_ahash      239 arch/x86/crypto/ghash-clmulni-intel_glue.c 	struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm;
cryptd_ahash      274 arch/x86/crypto/ghash-clmulni-intel_glue.c 	struct cryptd_ahash *cryptd_tfm;
cryptd_ahash     1013 crypto/cryptd.c struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name,
cryptd_ahash     1038 crypto/cryptd.c struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm)
cryptd_ahash     1053 crypto/cryptd.c bool cryptd_ahash_queued(struct cryptd_ahash *tfm)
cryptd_ahash     1061 crypto/cryptd.c void cryptd_free_ahash(struct cryptd_ahash *tfm)
cryptd_ahash       37 include/crypto/cryptd.h static inline struct cryptd_ahash *__cryptd_ahash_cast(
cryptd_ahash       40 include/crypto/cryptd.h 	return (struct cryptd_ahash *)tfm;
cryptd_ahash       44 include/crypto/cryptd.h struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name,
cryptd_ahash       46 include/crypto/cryptd.h struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm);
cryptd_ahash       49 include/crypto/cryptd.h bool cryptd_ahash_queued(struct cryptd_ahash *tfm);
cryptd_ahash       50 include/crypto/cryptd.h void cryptd_free_ahash(struct cryptd_ahash *tfm);