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

/freebsd-current/crypto/openssl/crypto/ec/
H A Dcurve25519.c281 static uint64_t load_7(const uint8_t *in) function
312 uint64_t h0 = load_7(s); /* 56 bits */
314 uint64_t h2 = load_7(s + 13) << 2; /* 58 bits */

Completed in 175 milliseconds