Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/crypto/
Dmd5-glue.c21 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/
Docteon-md5.c38 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/
Dmd5_glue.c35 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/
Dmd5.c126 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/
Dmd5.h19 struct md5_state { struct
/Linux-v5.4/drivers/crypto/marvell/
Dhash.c877 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/
Dsun4i-ss-hash.c52 struct md5_state *octx = out; in sun4i_hash_export_md5()
75 const struct md5_state *ictx = in; in sun4i_hash_import_md5()
Dsun4i-ss-core.c38 .statesize = sizeof(struct md5_state),
/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c386 .statesize = sizeof(struct md5_state),
/Linux-v5.4/drivers/crypto/
Dimg-hash.c765 .statesize = sizeof(struct md5_state),
Dn2_core.c301 struct md5_state md5;
/Linux-v5.4/drivers/md/
Ddm-crypt.c453 struct md5_state md5state; in crypt_iv_lmk_one()