Searched refs:cpu_to_le32_array (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dmd4.c74 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) function
220 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash));
H A Dmd5.c125 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) function
205 cpu_to_le32_array(mctx->hash, sizeof(mctx->hash) / sizeof(u32));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dsumversion.c79 static inline void cpu_to_le32_array(uint32_t *buf, unsigned int words) function
218 cpu_to_le32_array(mctx->hash, sizeof(mctx->hash) / sizeof(uint32_t));

Completed in 59 milliseconds