Searched refs:md5_state (Results 1 – 9 of 9) sorted by relevance
| /linux/crypto/ |
| H A D | md5.c | 20 static_assert(sizeof(struct md5_ctx) == sizeof(struct md5_state)); 21 static_assert(offsetof(struct md5_ctx, state) == offsetof(struct md5_state, hash)); 22 static_assert(offsetof(struct md5_ctx, bytecount) == offsetof(struct md5_state, byte_count)); 23 static_assert(offsetof(struct md5_ctx, buf) == offsetof(struct md5_state, block));
|
| /linux/include/crypto/ |
| H A D | md5.h | 25 struct md5_state { struct
|
| /linux/drivers/crypto/marvell/cesa/ |
| H A D | hash.c | 909 struct md5_state *out_state = out; in mv_cesa_md5_export() 917 const struct md5_state *in_state = in; in mv_cesa_md5_import() 944 .statesize = sizeof(struct md5_state), 1261 struct md5_state istate, ostate; in mv_cesa_ahmac_md5_setkey() 1299 .statesize = sizeof(struct md5_state),
|
| /linux/drivers/crypto/allwinner/sun4i-ss/ |
| H A 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()
|
| H A D | sun4i-ss-core.c | 47 .statesize = sizeof(struct md5_state),
|
| /linux/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_ahash.c | 453 .statesize = sizeof(struct md5_state),
|
| /linux/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-core.c | 320 .statesize = sizeof(struct md5_state),
|
| /linux/drivers/crypto/ |
| H A D | img-hash.c | 771 .statesize = sizeof(struct md5_state),
|
| /linux/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-core.c | 437 .statesize = sizeof(struct md5_state),
|