HomeSort by relevance Sort by last modified time
    Searched full:load_bigendian (Results 1 - 1 of 1) sorted by null

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

Completed in 493 milliseconds