Searched refs:store_u64 (Results 1 – 1 of 1) sorted by relevance
80 static void store_u64(uint8_t out[8], uint64_t in) { in store_u64() function96 store_u64(&out[0], in[0]); in smallfelem_to_bin32()97 store_u64(&out[8], in[1]); in smallfelem_to_bin32()98 store_u64(&out[16], in[2]); in smallfelem_to_bin32()99 store_u64(&out[24], in[3]); in smallfelem_to_bin32()