Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c219 typedef uint64_t fe_limb_t; typedef
258 typedef uint32_t fe_limb_t; typedef
369 static void fe_mul_impl(fe_limb_t out[FE_NUM_LIMBS], in fe_mul_impl()
370 const fe_limb_t in1[FE_NUM_LIMBS], in fe_mul_impl()
371 const fe_limb_t in2[FE_NUM_LIMBS]) { in fe_mul_impl()
425 static void fe_cmov(fe_loose *f, const fe_loose *g, fe_limb_t b) { in fe_cmov()
429 fe_limb_t x = f->v[i] ^ g->v[i]; in fe_cmov()