Home
last modified time | relevance | path

Searched refs:md5_state (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/arch/powerpc/crypto/ !
Dmd5-glue.c20 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/ !
Docteon-md5.c37 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/ !
Dmd5_glue.c34 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/ !
Dmd5.c123 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/ !
Dmd5.h19 struct md5_state { struct
/linux-6.1.9/drivers/crypto/marvell/cesa/ !
Dhash.c911 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/ !
Dsun4i-ss-hash.c65 struct md5_state *octx = out; in sun4i_hash_export_md5()
88 const struct md5_state *ictx = in; in sun4i_hash_import_md5()
Dsun4i-ss-core.c48 .statesize = sizeof(struct md5_state),
/linux-6.1.9/drivers/crypto/rockchip/ !
Drk3288_crypto_ahash.c426 .statesize = sizeof(struct md5_state),
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ss/ !
Dsun8i-ss-core.c304 .statesize = sizeof(struct md5_state),
/linux-6.1.9/drivers/crypto/ !
Dn2_core.c303 struct md5_state md5;
1264 .statesize = sizeof(struct md5_state),
Dimg-hash.c766 .statesize = sizeof(struct md5_state),
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ce/ !
Dsun8i-ce-core.c394 .statesize = sizeof(struct md5_state),
/linux-6.1.9/drivers/md/ !
Ddm-crypt.c483 struct md5_state md5state; in crypt_iv_lmk_one()