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

  /src/crypto/external/apache2/openssl/dist/crypto/ec/
curve25519.c 295 static uint64_t load_6(const uint8_t *in) function
312 uint64_t h1 = load_6(s + 7) << 5; /* 53 bits */
314 uint64_t h3 = load_6(s + 20) << 7; /* 55 bits */
315 uint64_t h4 = (load_6(s + 26) & 0x7fffffffffff) << 4; /* 51 bits */
curve25519.c 295 static uint64_t load_6(const uint8_t *in) function
312 uint64_t h1 = load_6(s + 7) << 5; /* 53 bits */
314 uint64_t h3 = load_6(s + 20) << 7; /* 55 bits */
315 uint64_t h4 = (load_6(s + 26) & 0x7fffffffffff) << 4; /* 51 bits */
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
curve25519.c 296 static uint64_t load_6(const uint8_t *in) function
313 uint64_t h1 = load_6(s + 7) << 5; /* 53 bits */
315 uint64_t h3 = load_6(s + 20) << 7; /* 55 bits */
316 uint64_t h4 = (load_6(s + 26) & 0x7fffffffffff) << 4; /* 51 bits */
curve25519.c 296 static uint64_t load_6(const uint8_t *in) function
313 uint64_t h1 = load_6(s + 7) << 5; /* 53 bits */
315 uint64_t h3 = load_6(s + 20) << 7; /* 55 bits */
316 uint64_t h4 = (load_6(s + 26) & 0x7fffffffffff) << 4; /* 51 bits */
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
curve25519.c 286 static uint64_t load_6(const uint8_t *in) function
303 uint64_t h1 = load_6(s + 7) << 5; /* 53 bits */
305 uint64_t h3 = load_6(s + 20) << 7; /* 55 bits */
306 uint64_t h4 = (load_6(s + 26) & 0x7fffffffffff) << 4; /* 51 bits */
curve25519.c 286 static uint64_t load_6(const uint8_t *in) function
303 uint64_t h1 = load_6(s + 7) << 5; /* 53 bits */
305 uint64_t h3 = load_6(s + 20) << 7; /* 55 bits */
306 uint64_t h4 = (load_6(s + 26) & 0x7fffffffffff) << 4; /* 51 bits */

Completed in 66 milliseconds