Searched refs:gf_eq (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
H A D | f_generic.c | 157 mask_t gf_eq(const gf a, const gf b) in gf_eq() function 203 return gf_eq(L0, ONE); in gf_isr()
|
H A D | curve448.c | 197 succ = gf_eq(a, b); in ossl_curve448_point_eq() 210 out = gf_eq(a, b); in ossl_curve448_point_valid() 218 out &= gf_eq(a, b); in ossl_curve448_point_valid() 219 out &= ~gf_eq(p->z, ZERO); in ossl_curve448_point_valid() 452 nz = ~gf_eq(x1, ZERO); in ossl_x448_int()
|
H A D | field.h | 61 mask_t gf_eq(const gf x, const gf y);
|
/third_party/openssl/crypto/ec/curve448/ |
H A D | f_generic.c | 157 mask_t gf_eq(const gf a, const gf b) in gf_eq() function 203 return gf_eq(L0, ONE); in gf_isr()
|
H A D | curve448.c | 197 succ = gf_eq(a, b); in ossl_curve448_point_eq() 210 out = gf_eq(a, b); in ossl_curve448_point_valid() 218 out &= gf_eq(a, b); in ossl_curve448_point_valid() 219 out &= ~gf_eq(p->z, ZERO); in ossl_curve448_point_valid() 452 nz = ~gf_eq(x1, ZERO); in ossl_x448_int()
|
H A D | field.h | 61 mask_t gf_eq(const gf x, const gf y);
|
Completed in 5 milliseconds