Home
last modified time | relevance | path

Searched refs:cpu_to_le64_array (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/byteorder/
H A Dgeneric.h184 static inline void cpu_to_le64_array(u64 *buf, unsigned int words) in cpu_to_le64_array() function
/linux/lib/crypto/
H A Dblake2b.c153 cpu_to_le64_array(ctx->h, ARRAY_SIZE(ctx->h)); in blake2b_final()