Searched refs:load_6 (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/crypto/openssl/crypto/ec/
H A Dcurve25519.c296 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 */

Completed in 102 milliseconds