Searched refs:md5_state (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/arch/powerpc/crypto/ ! |
D | md5-glue.c | 20 static inline void ppc_md5_clear_context(struct md5_state *sctx) in ppc_md5_clear_context() 22 int count = sizeof(struct md5_state) >> 2; in ppc_md5_clear_context() 26 BUILD_BUG_ON(sizeof(struct md5_state) % 4); in ppc_md5_clear_context() 32 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_init() 46 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_update() 77 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_final() 109 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_export() 117 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_import() 130 .descsize = sizeof(struct md5_state), 131 .statesize = sizeof(struct md5_state),
|
/linux-6.1.9/arch/mips/cavium-octeon/crypto/ ! |
D | octeon-md5.c | 37 static void octeon_md5_store_hash(struct md5_state *ctx) in octeon_md5_store_hash() 45 static void octeon_md5_read_hash(struct md5_state *ctx) in octeon_md5_read_hash() 69 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() 159 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_export() 167 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_import() 180 .descsize = sizeof(struct md5_state), 181 .statesize = sizeof(struct md5_state),
|
/linux-6.1.9/arch/sparc/crypto/ ! |
D | md5_glue.c | 34 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-6.1.9/crypto/ ! |
D | md5.c | 123 static inline void md5_transform_helper(struct md5_state *ctx) in md5_transform_helper() 131 struct md5_state *mctx = shash_desc_ctx(desc); in md5_init() 144 struct md5_state *mctx = shash_desc_ctx(desc); in md5_update() 176 struct md5_state *mctx = shash_desc_ctx(desc); in md5_final() 204 struct md5_state *ctx = shash_desc_ctx(desc); in md5_export() 212 struct md5_state *ctx = shash_desc_ctx(desc); in md5_import() 225 .descsize = sizeof(struct md5_state), 226 .statesize = sizeof(struct md5_state),
|
/linux-6.1.9/include/crypto/ ! |
D | md5.h | 19 struct md5_state { struct
|
/linux-6.1.9/drivers/crypto/marvell/cesa/ ! |
D | hash.c | 911 struct md5_state *out_state = out; in mv_cesa_md5_export() 919 const struct md5_state *in_state = in; in mv_cesa_md5_import() 946 .statesize = sizeof(struct md5_state), 1288 struct md5_state istate, ostate; in mv_cesa_ahmac_md5_setkey() 1326 .statesize = sizeof(struct md5_state),
|
/linux-6.1.9/drivers/crypto/allwinner/sun4i-ss/ ! |
D | sun4i-ss-hash.c | 65 struct md5_state *octx = out; in sun4i_hash_export_md5() 88 const struct md5_state *ictx = in; in sun4i_hash_import_md5()
|
D | sun4i-ss-core.c | 48 .statesize = sizeof(struct md5_state),
|
/linux-6.1.9/drivers/crypto/rockchip/ ! |
D | rk3288_crypto_ahash.c | 426 .statesize = sizeof(struct md5_state),
|
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ss/ ! |
D | sun8i-ss-core.c | 304 .statesize = sizeof(struct md5_state),
|
/linux-6.1.9/drivers/crypto/ ! |
D | n2_core.c | 303 struct md5_state md5; 1264 .statesize = sizeof(struct md5_state),
|
D | img-hash.c | 766 .statesize = sizeof(struct md5_state),
|
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ce/ ! |
D | sun8i-ce-core.c | 394 .statesize = sizeof(struct md5_state),
|
/linux-6.1.9/drivers/md/ ! |
D | dm-crypt.c | 483 struct md5_state md5state; in crypt_iv_lmk_one()
|