Searched refs:store_bigendian (Results 1 – 1 of 1) sorted by relevance
28 static void store_bigendian(unsigned char *x,uint64 u) in store_bigendian() function238 store_bigendian(statebytes + 0,state[0]); in crypto_hashblocks_sha512()239 store_bigendian(statebytes + 8,state[1]); in crypto_hashblocks_sha512()240 store_bigendian(statebytes + 16,state[2]); in crypto_hashblocks_sha512()241 store_bigendian(statebytes + 24,state[3]); in crypto_hashblocks_sha512()242 store_bigendian(statebytes + 32,state[4]); in crypto_hashblocks_sha512()243 store_bigendian(statebytes + 40,state[5]); in crypto_hashblocks_sha512()244 store_bigendian(statebytes + 48,state[6]); in crypto_hashblocks_sha512()245 store_bigendian(statebytes + 56,state[7]); in crypto_hashblocks_sha512()