Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/curve448/
Dfield.h52 static INLINE_UNUSED void gf_weak_reduce(gf inout);
104 gf_weak_reduce(c); in gf_sub_nr()
113 gf_weak_reduce(c); in gf_subx_nr()
Df_generic.c108 gf_weak_reduce(a); /* Determined to have negligible perf impact. */ in gf_strong_reduce()
146 gf_weak_reduce(d); in gf_sub()
153 gf_weak_reduce(d); in gf_add()
Dcurve448.c76 gf_weak_reduce(a); /* or 1+e */ in point_double_internal()
/third_party/openssl/crypto/ec/curve448/arch_32/
Df_impl.h48 void gf_weak_reduce(gf a) in gf_weak_reduce() function