Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c20 load_4(const unsigned char *in) in load_4() function
33 uint64_t h0 = load_4(s); in fe_frombytes()
38 uint64_t h5 = load_4(s + 16); in fe_frombytes()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c24 load_4(const unsigned char *in) in load_4() function
1074 int64_t a1 = 2097151 & (load_4(a + 2) >> 5); in sc25519_muladd()
1076 int64_t a3 = 2097151 & (load_4(a + 7) >> 7); in sc25519_muladd()
1084 int64_t a11 = (load_4(a + 28) >> 7); in sc25519_muladd()
1087 int64_t b1 = 2097151 & (load_4(b + 2) >> 5); in sc25519_muladd()
1089 int64_t b3 = 2097151 & (load_4(b + 7) >> 7); in sc25519_muladd()
1097 int64_t b11 = (load_4(b + 28) >> 7); in sc25519_muladd()
1100 int64_t c1 = 2097151 & (load_4(c + 2) >> 5); in sc25519_muladd()
1102 int64_t c3 = 2097151 & (load_4(c + 7) >> 7); in sc25519_muladd()
1110 int64_t c11 = (load_4(c + 28) >> 7); in sc25519_muladd()
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h8 int64_t h0 = load_4(s); in fe25519_frombytes()
13 int64_t h5 = load_4(s + 16); in fe25519_frombytes()