Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c1037 static inline int64_t int64_lshift21(int64_t a) { in int64_lshift21() function
1144 s6 -= int64_lshift21(carry6); in x25519_sc_reduce()
1147 s8 -= int64_lshift21(carry8); in x25519_sc_reduce()
1150 s10 -= int64_lshift21(carry10); in x25519_sc_reduce()
1153 s12 -= int64_lshift21(carry12); in x25519_sc_reduce()
1156 s14 -= int64_lshift21(carry14); in x25519_sc_reduce()
1159 s16 -= int64_lshift21(carry16); in x25519_sc_reduce()
1163 s7 -= int64_lshift21(carry7); in x25519_sc_reduce()
1166 s9 -= int64_lshift21(carry9); in x25519_sc_reduce()
1169 s11 -= int64_lshift21(carry11); in x25519_sc_reduce()
[all …]