Searched refs:gf_copy (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/ec/curve448/ |
D | curve448.c | 54 gf_copy(y, t2); in gf_invert() 122 gf_copy(e->z, ONE); in niels_to_pt() 173 gf_copy(p->z, L0); in add_pniels_to_pt() 183 gf_copy(p->z, L0); in sub_pniels_from_pt() 353 gf_copy(p->z, ONE); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 396 gf_copy(x2, ONE); in ossl_x448_int() 397 gf_copy(z2, ZERO); in ossl_x448_int() 398 gf_copy(x3, x1); in ossl_x448_int() 399 gf_copy(z3, ONE); in ossl_x448_int()
|
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()
|
D | field.h | 44 static INLINE_UNUSED void gf_copy(gf out, const gf a) in gf_copy() function
|