HomeSort by: relevance | last modified time | path
    Searched defs:load_3 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
fe_frombytes_sandy2x.c 10 load_3(const unsigned char *in) function in typeref:typename:uint64_t
34 uint64_t h1 = load_3(s + 4) << 6;
35 uint64_t h2 = load_3(s + 7) << 5;
36 uint64_t h3 = load_3(s + 10) << 3;
37 uint64_t h4 = load_3(s + 13) << 2;
39 uint64_t h6 = load_3(s + 20) << 7;
40 uint64_t h7 = load_3(s + 23) << 5;
41 uint64_t h8 = load_3(s + 26) << 4;
42 uint64_t h9 = (load_3(s + 29) & 8388607) << 2;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 12 load_3(const unsigned char *in) function in typeref:typename:uint64_t
1087 int64_t a0 = 2097151 & load_3(a);
1089 int64_t a2 = 2097151 & (load_3(a + 5) >> 2);
1092 int64_t a5 = 2097151 & (load_3(a + 13) >> 1);
1094 int64_t a7 = 2097151 & (load_3(a + 18) >> 3);
1095 int64_t a8 = 2097151 & load_3(a + 21);
1097 int64_t a10 = 2097151 & (load_3(a + 26) >> 2);
1100 int64_t b0 = 2097151 & load_3(b);
1102 int64_t b2 = 2097151 & (load_3(b + 5) >> 2);
1105 int64_t b5 = 2097151 & (load_3(b + 13) >> 1)
    [all...]

Completed in 13 milliseconds