hash_alg_common   196 crypto/ahash.c 	const struct hash_alg_common *alg = crypto_hash_alg_common(tfm);
hash_alg_common   657 crypto/ahash.c 			    struct hash_alg_common *alg,
hash_alg_common   665 crypto/ahash.c struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask)
hash_alg_common   674 crypto/ahash.c bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg)
hash_alg_common   387 crypto/authenc.c 	struct hash_alg_common *auth;
hash_alg_common   405 crypto/authencesn.c 	struct hash_alg_common *auth;
hash_alg_common   463 crypto/ccm.c   	struct hash_alg_common *mac;
hash_alg_common   569 crypto/chacha20poly1305.c 	struct hash_alg_common *poly_hash;
hash_alg_common   591 crypto/gcm.c   	struct hash_alg_common *ghash;
hash_alg_common  4513 drivers/crypto/caam/caamalg_qi2.c 	struct hash_alg_common *halg =
hash_alg_common  4514 drivers/crypto/caam/caamalg_qi2.c 		 container_of(base, struct hash_alg_common, base);
hash_alg_common  1810 drivers/crypto/caam/caamhash.c 	struct hash_alg_common *halg =
hash_alg_common  1811 drivers/crypto/caam/caamhash.c 		 container_of(base, struct hash_alg_common, base);
hash_alg_common   353 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 	struct hash_alg_common *halg;
hash_alg_common   422 drivers/crypto/ccp/ccp-crypto-sha.c 	struct hash_alg_common *halg;
hash_alg_common   466 drivers/crypto/ccp/ccp-crypto-sha.c 	struct hash_alg_common *halg;
hash_alg_common  1122 drivers/crypto/ccree/cc_hash.c 	struct hash_alg_common *hash_alg_common =
hash_alg_common  1123 drivers/crypto/ccree/cc_hash.c 		container_of(tfm->__crt_alg, struct hash_alg_common, base);
hash_alg_common  1125 drivers/crypto/ccree/cc_hash.c 		container_of(hash_alg_common, struct ahash_alg, halg);
hash_alg_common   587 drivers/crypto/mxs-dcp.c 		struct hash_alg_common *halg = crypto_hash_alg_common(tfm);
hash_alg_common   624 drivers/crypto/mxs-dcp.c 	struct hash_alg_common *halg = crypto_hash_alg_common(tfm);
hash_alg_common   729 drivers/crypto/mxs-dcp.c 	struct hash_alg_common *halg = crypto_hash_alg_common(tfm);
hash_alg_common  1451 drivers/crypto/n2_core.c 	struct hash_alg_common *halg;
hash_alg_common   139 include/crypto/hash.h 	struct hash_alg_common halg;
hash_alg_common   197 include/crypto/hash.h 		__attribute__ ((aligned(__alignof__(struct hash_alg_common))));
hash_alg_common   311 include/crypto/hash.h static inline struct hash_alg_common *__crypto_hash_alg_common(
hash_alg_common   314 include/crypto/hash.h 	return container_of(alg, struct hash_alg_common, base);
hash_alg_common   317 include/crypto/hash.h static inline struct hash_alg_common *crypto_hash_alg_common(
hash_alg_common    88 include/crypto/internal/hash.h bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg);
hash_alg_common    91 include/crypto/internal/hash.h 			    struct hash_alg_common *alg,
hash_alg_common    99 include/crypto/internal/hash.h struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask);