Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/curve448/
Dcurve448.c100 gf_add(b->n->b, a->x, a->y); in pt_to_pniels()
102 gf_add(b->z, a->z, a->z); in pt_to_pniels()
109 gf_add(eu, d->n->b, d->n->a); in pniels_to_pt()
119 gf_add(e->y, n->b, n->a); in niels_to_pt()
217 gf_add(b, b, c); in ossl_curve448_point_valid()
295 gf_add(u, x, t); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa()
296 gf_add(z, q->y, q->x); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa()
301 gf_add(t, x, x); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa()
361 gf_add(d, c, a); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
362 gf_add(p->t, p->y, p->x); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
[all …]
Df_generic.c50 gf_add(y, x, x); in gf_hibit()
150 void gf_add(gf d, const gf a, const gf b) in gf_add() function
Dfield.h55 void gf_add(gf out, const gf a, const gf b);