Home
last modified time | relevance | path

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

/external/openssh/
Dblocks.c14 static uint64 load_bigendian(const unsigned char *x) in load_bigendian() function
96 a = load_bigendian(statebytes + 0); state[0] = a; in crypto_hashblocks_sha512()
97 b = load_bigendian(statebytes + 8); state[1] = b; in crypto_hashblocks_sha512()
98 c = load_bigendian(statebytes + 16); state[2] = c; in crypto_hashblocks_sha512()
99 d = load_bigendian(statebytes + 24); state[3] = d; in crypto_hashblocks_sha512()
100 e = load_bigendian(statebytes + 32); state[4] = e; in crypto_hashblocks_sha512()
101 f = load_bigendian(statebytes + 40); state[5] = f; in crypto_hashblocks_sha512()
102 g = load_bigendian(statebytes + 48); state[6] = g; in crypto_hashblocks_sha512()
103 h = load_bigendian(statebytes + 56); state[7] = h; in crypto_hashblocks_sha512()
106 uint64 w0 = load_bigendian(in + 0); in crypto_hashblocks_sha512()
[all …]