Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/ec/
H A Dcurve25519.c45 static uint64_t load_8(const uint8_t *in) in load_8() function
63 h[0] = load_8(s); in fe64_frombytes()
64 h[1] = load_8(s + 8); in fe64_frombytes()
65 h[2] = load_8(s + 16); in fe64_frombytes()
66 h[3] = load_8(s + 24) & 0x7fffffffffffffff; in fe64_frombytes()