shash_alg 287 include/crypto/hash.h static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) shash_alg 289 include/crypto/hash.h return container_of(alg, struct shash_alg, base); shash_alg 292 include/crypto/hash.h static inline struct shash_alg *crypto_shash_alg(struct crypto_shash *tfm) shash_alg 42 include/crypto/internal/hash.h struct shash_alg alg; shash_alg 97 include/crypto/internal/hash.h int crypto_register_shash(struct shash_alg *alg); shash_alg 98 include/crypto/internal/hash.h int crypto_unregister_shash(struct shash_alg *alg); shash_alg 99 include/crypto/internal/hash.h int crypto_register_shashes(struct shash_alg *algs, int count); shash_alg 100 include/crypto/internal/hash.h int crypto_unregister_shashes(struct shash_alg *algs, int count); shash_alg 106 include/crypto/internal/hash.h struct shash_alg *alg, shash_alg 114 include/crypto/internal/hash.h struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask); shash_alg 227 include/crypto/internal/hash.h sizeof(struct shash_alg) - sizeof(*alg));