Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h15 int64_t h7 = load_3(s + 23) << 5; in fe25519_frombytes() local
42 carry7 = (h7 + (int64_t)(1L << 24)) >> 25; in fe25519_frombytes()
44 h7 -= carry7 * ((uint64_t) 1L << 25); in fe25519_frombytes()
56 h7 += carry6; in fe25519_frombytes()
69 h[7] = (int32_t) h7; in fe25519_frombytes()
109 int32_t h7 = f[7]; in fe25519_reduce() local
124 q = (h7 + q) >> 25; in fe25519_reduce()
151 h7 += carry6; in fe25519_reduce()
153 carry7 = h7 >> 25; in fe25519_reduce()
155 h7 -= carry7 * ((uint32_t) 1L << 25); in fe25519_reduce()
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c40 uint64_t h7 = load_3(s + 23) << 5; in fe_frombytes() local
58 carry7 = h7 >> 25; h8 += carry7; h7 &= 0x1FFFFFF; in fe_frombytes()
63 carry6 = h6 >> 26; h7 += carry6; h6 &= 0x3FFFFFF; in fe_frombytes()
73 h[7] = h7; in fe_frombytes()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h50 int32_t h7 = f[7] + g[7]; in fe25519_add() local
61 h[7] = h7; in fe25519_add()
99 h[7] = h7; in fe25519_sub()
124 int32_t h7 = -f[7]; in fe25519_neg() local
135 h[7] = h7; in fe25519_neg()
573 h7 += carry6; in fe25519_mul()
621 h[7] = (int32_t) h7; in fe25519_mul()
761 h7 += carry6; in fe25519_sq()
922 h7 += h7; in fe25519_sq2()
944 h7 += carry6; in fe25519_sq2()
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12-common.dtsi525 i2c1_sck_h7_pins: i2c1-sck-h7 {