Searched refs:cpu_to_le32_array (Results 1 – 9 of 9) sorted by relevance
| /linux/lib/crypto/sparc/ |
| H A D | md5.h | 26 cpu_to_le32_array(state->h, ARRAY_SIZE(state->h)); in md5_blocks()
|
| /linux/lib/crypto/mips/ |
| H A D | md5.h | 39 cpu_to_le32_array(state->h, ARRAY_SIZE(state->h)); in md5_blocks()
|
| /linux/include/linux/byteorder/ |
| H A D | generic.h | 168 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() function
|
| /linux/scripts/mod/ |
| H A D | sumversion.c | 82 static inline void cpu_to_le32_array(uint32_t *buf, unsigned int words) in cpu_to_le32_array() function 221 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash)); in md4_final_ascii()
|
| /linux/lib/crypto/ |
| H A D | blake2s.c | 143 cpu_to_le32_array(ctx->h, ARRAY_SIZE(ctx->h)); in blake2s_final()
|
| H A D | md5.c | 192 cpu_to_le32_array(ctx->state.h, ARRAY_SIZE(ctx->state.h)); in __md5_final() 277 cpu_to_le32_array(ctx->ostate.h, ARRAY_SIZE(ctx->ostate.h)); in hmac_md5_final()
|
| /linux/fs/smb/common/ |
| H A D | cifs_md4.c | 192 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash)); in cifs_md4_final()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_midi2.c | 439 cpu_to_le32_array((u32 *)req->buf, req->length >> 2); in queue_request_ep_in()
|
| /linux/drivers/md/ |
| H A D | dm-crypt.c | 542 cpu_to_le32_array(ctx.state.h, ARRAY_SIZE(ctx.state.h)); in crypt_iv_lmk_one()
|