Home
last modified time | relevance | path

Searched refs:md5_state (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/arch/powerpc/crypto/
H A 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),
[all...]
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A 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),
[all...]
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
H A 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()
83 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_update()
122 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_final()
157 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_export()
165 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_import()
178 .descsize = sizeof(struct md5_state),
179 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/crypto/
H A 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),
/kernel/linux/linux-5.10/arch/sparc/crypto/
H A 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),
/kernel/linux/linux-6.6/arch/sparc/crypto/
H A 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),
/kernel/linux/linux-5.10/crypto/
H A 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),
/kernel/linux/linux-6.6/crypto/
H A 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),
/kernel/linux/linux-5.10/include/crypto/
H A Dmd5.h19 struct md5_state { struct
/kernel/linux/linux-6.6/include/crypto/
H A Dmd5.h19 struct md5_state { struct
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
H A Dhash.c887 struct md5_state *out_state = out; in mv_cesa_md5_export()
895 const struct md5_state *in_state = in; in mv_cesa_md5_import()
922 .statesize = sizeof(struct md5_state),
1264 struct md5_state istate, ostate; in mv_cesa_ahmac_md5_setkey()
1302 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/
H A 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),
1263 struct md5_state istate, ostate; in mv_cesa_ahmac_md5_setkey()
1301 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H A 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()
H A Dsun4i-ss-core.c47 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H A 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()
H A Dsun4i-ss-core.c47 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-5.10/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c426 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-6.6/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c453 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c304 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c375 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c320 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-5.10/drivers/crypto/
H A Dn2_core.c302 struct md5_state md5;
1263 .statesize = sizeof(struct md5_state),
H A Dimg-hash.c770 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-6.6/drivers/crypto/
H A Dn2_core.c304 struct md5_state md5;
1265 .statesize = sizeof(struct md5_state),
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c412 .statesize = sizeof(struct md5_state),

Completed in 23 milliseconds

12