Home
last modified time | relevance | path

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

/openssl/crypto/ec/curve448/
H A Dcurve448.c73 gf_sub_nr(p->t, a, c); /* 3+e */ in point_double_internal()
131 gf_sub_nr(b, d->y, d->x); /* 3+e */ in add_niels_to_pt()
137 gf_sub_nr(b, d->y, a); /* 3+e */ in add_niels_to_pt()
138 gf_sub_nr(d->y, d->z, d->x); /* 3+e */ in add_niels_to_pt()
152 gf_sub_nr(b, d->y, d->x); /* 3+e */ in sub_niels_from_pt()
158 gf_sub_nr(b, d->y, a); /* 3+e */ in sub_niels_from_pt()
160 gf_sub_nr(a, d->z, d->x); /* 3+e */ in sub_niels_from_pt()
426 gf_sub_nr(t2, x2, z2); /* B = x2 - z2 */ /* 3+e */ in ossl_x448_int()
427 gf_sub_nr(z2, x3, z3); /* D = x3 - z3 */ /* 3+e */ in ossl_x448_int()
431 gf_sub_nr(z3, x2, x3); /* DA-CB */ /* 3+e */ in ossl_x448_int()
[all …]
H A Dfield.h104 static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b) in gf_sub_nr() function

Completed in 7 milliseconds