Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c183 } ge_precomp; typedef
684 static void ge_precomp_0(ge_precomp *h) { in ge_precomp_0()
756 static void ge_madd(ge_p1p1 *r, const ge_p3 *p, const ge_precomp *q) { in ge_madd()
818 static void cmov(ge_precomp *t, const ge_precomp *u, uint8_t b) { in cmov()
828 ge_precomp multiples[15]; in x25519_ge_scalarmult_small_precomp()
839 ge_precomp *out = &multiples[i]; in x25519_ge_scalarmult_small_precomp()
860 ge_precomp e; in x25519_ge_scalarmult_small_precomp()
892 static void table_select(ge_precomp *t, int pos, signed char b) { in table_select()
893 ge_precomp minust; in table_select()
928 ge_precomp t; in x25519_ge_scalarmult_base()
H A Dedwards25519_tables.h154 static const ge_precomp k25519Precomp[32][8] = {
7648 static const ge_precomp Bi[8] = {
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c1954 } ge_precomp; typedef
2053 static void ge_precomp_0(ge_precomp *h) in ge_precomp_0()
2124 static void ge_madd(ge_p1p1 *r, const ge_p3 *p, const ge_precomp *q) in ge_madd()
2141 static void ge_msub(ge_p1p1 *r, const ge_p3 *p, const ge_precomp *q) in ge_msub()
2204 static void cmov(ge_precomp *t, const ge_precomp *u, uint8_t b) in cmov()
2212 static const ge_precomp k25519Precomp[32][8] = {
4335 static void table_select(ge_precomp *t, int pos, signed char b) in table_select()
4337 ge_precomp minust; in table_select()
4371 ge_precomp t; in ge_scalarmult_base()
4618 static const ge_precomp Bi[8] = {