Searched refs:gf_add (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/ec/curve448/ |
D | curve448.c | 99 gf_add(b->n->b, a->x, a->y); in pt_to_pniels() 101 gf_add(b->z, a->z, a->z); in pt_to_pniels() 108 gf_add(eu, d->n->b, d->n->a); in pniels_to_pt() 118 gf_add(e->y, n->b, n->a); in niels_to_pt() 214 gf_add(b, b, c); in curve448_point_valid() 290 gf_add(u, x, t); in curve448_point_mul_by_ratio_and_encode_like_eddsa() 291 gf_add(z, q->y, q->x); in curve448_point_mul_by_ratio_and_encode_like_eddsa() 296 gf_add(t, x, x); in curve448_point_mul_by_ratio_and_encode_like_eddsa() 355 gf_add(d, c, a); in curve448_point_decode_like_eddsa_and_mul_by_ratio() 356 gf_add(p->t, p->y, p->x); in curve448_point_decode_like_eddsa_and_mul_by_ratio() [all …]
|
D | f_generic.c | 50 gf_add(y, x, x); in gf_hibit() 150 void gf_add(gf d, const gf a, const gf b) in gf_add() function
|
D | field.h | 55 void gf_add(gf out, const gf a, const gf b);
|