Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/curve448/arch_64/
H A Df_impl.h33 gf_weak_reduce(out); in gf_add_RAW()
44 gf_weak_reduce(out); in gf_sub_RAW()
51 void gf_weak_reduce(gf a) in gf_weak_reduce() function
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dfield.h52 static INLINE_UNUSED void gf_weak_reduce(gf inout);
108 gf_weak_reduce(c); in gf_sub_nr()
117 gf_weak_reduce(c); in gf_subx_nr()
H A Df_generic.c105 gf_weak_reduce(a); /* Determined to have negligible perf impact. */ in gf_strong_reduce()
141 gf_weak_reduce(d); in gf_sub()
148 gf_weak_reduce(d); in gf_add()
H A Dcurve448.c74 gf_weak_reduce(a); /* or 1+e */ in point_double_internal()
/freebsd/crypto/openssl/crypto/ec/curve448/arch_32/
H A Df_impl.h52 void gf_weak_reduce(gf a) in gf_weak_reduce() function