Searched refs:gf_copy (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/crypto/ec/curve448/ |
| H A D | curve448.c | 50 gf_copy(y, t2); in gf_invert() 119 gf_copy(e->z, ONE); in niels_to_pt() 170 gf_copy(p->z, L0); in add_pniels_to_pt() 180 gf_copy(p->z, L0); in sub_pniels_from_pt() 347 gf_copy(p->z, ONE); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 390 gf_copy(x2, ONE); in ossl_x448_int() 391 gf_copy(z2, ZERO); in ossl_x448_int() 392 gf_copy(x3, x1); in ossl_x448_int() 393 gf_copy(z3, ONE); in ossl_x448_int()
|
| H A D | f_generic.c | 28 gf_copy(red, x); in gf_serialize() 60 gf_copy(y, x); in gf_lobit() 197 gf_copy(a, L1); in gf_isr()
|
| H A D | field.h | 44 static INLINE_UNUSED void gf_copy(gf out, const gf a) in gf_copy() function
|