Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/crypto/
Dmd5-glue.c26 static inline void ppc_md5_clear_context(struct md5_state *sctx) in ppc_md5_clear_context()
28 int count = sizeof(struct md5_state) >> 2; in ppc_md5_clear_context()
32 BUILD_BUG_ON(sizeof(struct md5_state) % 4); in ppc_md5_clear_context()
38 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_init()
52 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_update()
83 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_final()
115 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_export()
123 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_import()
136 .descsize = sizeof(struct md5_state),
137 .statesize = sizeof(struct md5_state),
/linux-4.4.14/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-4.4.14/crypto/
Dmd5.c44 static inline void md5_transform_helper(struct md5_state *ctx) in md5_transform_helper()
52 struct md5_state *mctx = shash_desc_ctx(desc); in md5_init()
65 struct md5_state *mctx = shash_desc_ctx(desc); in md5_update()
97 struct md5_state *mctx = shash_desc_ctx(desc); in md5_final()
125 struct md5_state *ctx = shash_desc_ctx(desc); in md5_export()
133 struct md5_state *ctx = shash_desc_ctx(desc); in md5_import()
146 .descsize = sizeof(struct md5_state),
147 .statesize = sizeof(struct md5_state),
/linux-4.4.14/arch/sparc/crypto/
Dmd5_glue.c34 struct md5_state *mctx = shash_desc_ctx(desc); in md5_sparc64_init()
45 static void __md5_sparc64_update(struct md5_state *sctx, const u8 *data, in __md5_sparc64_update()
69 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_update()
85 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_final()
118 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_export()
127 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_import()
141 .descsize = sizeof(struct md5_state),
142 .statesize = sizeof(struct md5_state),
/linux-4.4.14/include/crypto/
Dmd5.h16 struct md5_state { struct
/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-hash.c50 struct md5_state *octx = out; in sun4i_hash_export_md5()
73 const struct md5_state *ictx = in; in sun4i_hash_import_md5()
Dsun4i-ss-core.c42 .statesize = sizeof(struct md5_state),
/linux-4.4.14/drivers/crypto/marvell/
Dhash.c870 struct md5_state *out_state = out; in mv_cesa_md5_export()
878 const struct md5_state *in_state = in; in mv_cesa_md5_import()
905 .statesize = sizeof(struct md5_state),
1229 struct md5_state istate, ostate; in mv_cesa_ahmac_md5_setkey()
1267 .statesize = sizeof(struct md5_state),
/linux-4.4.14/drivers/md/
Ddm-crypt.c536 struct md5_state md5state; in crypt_iv_lmk_one()
/linux-4.4.14/drivers/crypto/
Dn2_core.c295 struct md5_state md5;