Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c296 static uint64_t load_6(const uint8_t *in) in load_6() function
313 uint64_t h1 = load_6(s + 7) << 5; /* 53 bits */ in fe51_frombytes()
315 uint64_t h3 = load_6(s + 20) << 7; /* 55 bits */ in fe51_frombytes()
316 uint64_t h4 = (load_6(s + 26) & 0x7fffffffffff) << 4; /* 51 bits */ in fe51_frombytes()