Searched refs:gf_copy (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 54 gf_copy(y, t2); in gf_invert() 123 gf_copy(e->z, ONE); in niels_to_pt() 174 gf_copy(p->z, L0); in add_pniels_to_pt() 184 gf_copy(p->z, L0); in sub_pniels_from_pt() 354 gf_copy(p->z, ONE); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 397 gf_copy(x2, ONE); in ossl_x448_int() 398 gf_copy(z2, ZERO); in ossl_x448_int() 399 gf_copy(x3, x1); in ossl_x448_int() 400 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() 202 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
|
Completed in 9 milliseconds