Searched refs:md5_state (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/arch/powerpc/crypto/ |
| D | md5-glue.c | 21 static inline void ppc_md5_clear_context(struct md5_state *sctx) in ppc_md5_clear_context() 23 int count = sizeof(struct md5_state) >> 2; in ppc_md5_clear_context() 27 BUILD_BUG_ON(sizeof(struct md5_state) % 4); in ppc_md5_clear_context() 33 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_init() 47 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_update() 78 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_final() 110 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_export() 118 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_import() 131 .descsize = sizeof(struct md5_state), 132 .statesize = sizeof(struct md5_state),
|
| /Linux-v5.4/arch/mips/cavium-octeon/crypto/ |
| D | octeon-md5.c | 38 static void octeon_md5_store_hash(struct md5_state *ctx) in octeon_md5_store_hash() 46 static void octeon_md5_read_hash(struct md5_state *ctx) in octeon_md5_read_hash() 70 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_init() 84 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_update() 123 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_final() 158 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_export() 166 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_import() 179 .descsize = sizeof(struct md5_state), 180 .statesize = sizeof(struct md5_state),
|
| /Linux-v5.4/arch/sparc/crypto/ |
| D | md5_glue.c | 35 struct md5_state *mctx = shash_desc_ctx(desc); in md5_sparc64_init() 46 static void __md5_sparc64_update(struct md5_state *sctx, const u8 *data, in __md5_sparc64_update() 70 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_update() 86 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_final() 119 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_export() 128 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_import() 142 .descsize = sizeof(struct md5_state), 143 .statesize = sizeof(struct md5_state),
|
| /Linux-v5.4/crypto/ |
| D | md5.c | 126 static inline void md5_transform_helper(struct md5_state *ctx) in md5_transform_helper() 134 struct md5_state *mctx = shash_desc_ctx(desc); in md5_init() 147 struct md5_state *mctx = shash_desc_ctx(desc); in md5_update() 179 struct md5_state *mctx = shash_desc_ctx(desc); in md5_final() 207 struct md5_state *ctx = shash_desc_ctx(desc); in md5_export() 215 struct md5_state *ctx = shash_desc_ctx(desc); in md5_import() 228 .descsize = sizeof(struct md5_state), 229 .statesize = sizeof(struct md5_state),
|
| /Linux-v5.4/include/crypto/ |
| D | md5.h | 19 struct md5_state { struct
|
| /Linux-v5.4/drivers/crypto/marvell/ |
| D | hash.c | 877 struct md5_state *out_state = out; in mv_cesa_md5_export() 885 const struct md5_state *in_state = in; in mv_cesa_md5_import() 912 .statesize = sizeof(struct md5_state), 1251 struct md5_state istate, ostate; in mv_cesa_ahmac_md5_setkey() 1289 .statesize = sizeof(struct md5_state),
|
| /Linux-v5.4/drivers/crypto/sunxi-ss/ |
| D | sun4i-ss-hash.c | 52 struct md5_state *octx = out; in sun4i_hash_export_md5() 75 const struct md5_state *ictx = in; in sun4i_hash_import_md5()
|
| D | sun4i-ss-core.c | 38 .statesize = sizeof(struct md5_state),
|
| /Linux-v5.4/drivers/crypto/rockchip/ |
| D | rk3288_crypto_ahash.c | 386 .statesize = sizeof(struct md5_state),
|
| /Linux-v5.4/drivers/crypto/ |
| D | img-hash.c | 765 .statesize = sizeof(struct md5_state),
|
| D | n2_core.c | 301 struct md5_state md5;
|
| /Linux-v5.4/drivers/md/ |
| D | dm-crypt.c | 453 struct md5_state md5state; in crypt_iv_lmk_one()
|