shash_desc 49 include/crypto/cryptd.h struct shash_desc *cryptd_shash_desc(struct ahash_request *req); shash_desc 62 include/crypto/hash.h char __##shash##_desc[sizeof(struct shash_desc) + \ shash_desc 64 include/crypto/hash.h struct shash_desc *shash = (struct shash_desc *)__##shash##_desc shash_desc 67 include/crypto/hash.h int (*init)(struct shash_desc *desc); shash_desc 68 include/crypto/hash.h int (*update)(struct shash_desc *desc, const u8 *data, shash_desc 70 include/crypto/hash.h int (*final)(struct shash_desc *desc, u8 *out); shash_desc 71 include/crypto/hash.h int (*finup)(struct shash_desc *desc, const u8 *data, shash_desc 73 include/crypto/hash.h int (*digest)(struct shash_desc *desc, const u8 *data, shash_desc 75 include/crypto/hash.h int (*export)(struct shash_desc *desc, void *out); shash_desc 76 include/crypto/hash.h int (*import)(struct shash_desc *desc, const void *in); shash_desc 327 include/crypto/hash.h static inline void *shash_desc_ctx(struct shash_desc *desc) shash_desc 334 include/crypto/hash.h int crypto_shash_digest(struct shash_desc *desc, const u8 *data, shash_desc 337 include/crypto/hash.h static inline int crypto_shash_export(struct shash_desc *desc, void *out) shash_desc 342 include/crypto/hash.h static inline int crypto_shash_import(struct shash_desc *desc, const void *in) shash_desc 347 include/crypto/hash.h static inline int crypto_shash_init(struct shash_desc *desc) shash_desc 352 include/crypto/hash.h int crypto_shash_update(struct shash_desc *desc, const u8 *data, shash_desc 354 include/crypto/hash.h int crypto_shash_final(struct shash_desc *desc, u8 *out); shash_desc 355 include/crypto/hash.h int crypto_shash_finup(struct shash_desc *desc, const u8 *data, shash_desc 116 include/crypto/internal/hash.h int shash_ahash_update(struct ahash_request *req, struct shash_desc *desc); shash_desc 117 include/crypto/internal/hash.h int shash_ahash_finup(struct ahash_request *req, struct shash_desc *desc); shash_desc 118 include/crypto/internal/hash.h int shash_ahash_digest(struct ahash_request *req, struct shash_desc *desc); shash_desc 121 include/crypto/internal/hash.h struct shash_desc *desc); shash_desc 123 include/crypto/internal/hash.h struct shash_desc *desc); shash_desc 125 include/crypto/internal/hash.h struct shash_desc *desc); shash_desc 127 include/crypto/internal/hash.h struct shash_desc *desc); shash_desc 62 include/crypto/mcryptd.h struct shash_desc desc; shash_desc 68 include/crypto/mcryptd.h struct shash_desc *mcryptd_shash_desc(struct ahash_request *req); shash_desc 85 include/crypto/sha.h struct shash_desc; shash_desc 87 include/crypto/sha.h extern int crypto_sha1_update(struct shash_desc *desc, const u8 *data, shash_desc 90 include/crypto/sha.h extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data, shash_desc 93 include/crypto/sha.h extern int crypto_sha512_update(struct shash_desc *desc, const u8 *data, shash_desc 1374 include/linux/jbd2.h struct shash_desc shash;