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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
fe_frombytes_sandy2x.c 20 load_4(const unsigned char *in) function in typeref:typename:uint64_t
33 uint64_t h0 = load_4(s);
38 uint64_t h5 = load_4(s + 16);
fe_frombytes_sandy2x.c 20 load_4(const unsigned char *in) function in typeref:typename:uint64_t
33 uint64_t h0 = load_4(s);
38 uint64_t h5 = load_4(s + 16);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 24 load_4(const unsigned char *in) function in typeref:typename:uint64_t
1088 int64_t a1 = 2097151 & (load_4(a + 2) >> 5);
1090 int64_t a3 = 2097151 & (load_4(a + 7) >> 7);
1091 int64_t a4 = 2097151 & (load_4(a + 10) >> 4);
1093 int64_t a6 = 2097151 & (load_4(a + 15) >> 6);
1096 int64_t a9 = 2097151 & (load_4(a + 23) >> 5);
1098 int64_t a11 = (load_4(a + 28) >> 7);
1101 int64_t b1 = 2097151 & (load_4(b + 2) >> 5);
1103 int64_t b3 = 2097151 & (load_4(b + 7) >> 7);
1104 int64_t b4 = 2097151 & (load_4(b + 10) >> 4)
    [all...]
ed25519_ref10.c 24 load_4(const unsigned char *in) function in typeref:typename:uint64_t
1088 int64_t a1 = 2097151 & (load_4(a + 2) >> 5);
1090 int64_t a3 = 2097151 & (load_4(a + 7) >> 7);
1091 int64_t a4 = 2097151 & (load_4(a + 10) >> 4);
1093 int64_t a6 = 2097151 & (load_4(a + 15) >> 6);
1096 int64_t a9 = 2097151 & (load_4(a + 23) >> 5);
1098 int64_t a11 = (load_4(a + 28) >> 7);
1101 int64_t b1 = 2097151 & (load_4(b + 2) >> 5);
1103 int64_t b3 = 2097151 & (load_4(b + 7) >> 7);
1104 int64_t b4 = 2097151 & (load_4(b + 10) >> 4)
    [all...]

Completed in 54 milliseconds