Home
last modified time | relevance | path

Searched refs:cpu_to_le32_array (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/lib/crypto/
Dblake2s.c56 cpu_to_le32_array(state->h, ARRAY_SIZE(state->h)); in blake2s_final()
/linux-4.19.296/include/linux/byteorder/
Dgeneric.h168 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() function
/linux-4.19.296/crypto/
Dmd4.c205 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash)); in md4_final()
Dmd5.c198 cpu_to_le32_array(mctx->hash, sizeof(mctx->hash) / sizeof(u32)); in md5_final()