Searched refs:BN_GF2m_cmp (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 416 if (BN_GF2m_cmp(x0, x1)) { in ossl_ec_GF2m_simple_add() 432 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1)) { in ossl_ec_GF2m_simple_add()
|
/third_party/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 416 if (BN_GF2m_cmp(x0, x1)) { in ossl_ec_GF2m_simple_add() 432 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1)) { in ossl_ec_GF2m_simple_add()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 453 # define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) macro
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 497 # define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) macro
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 497 # define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) macro
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 1091 if (BN_GF2m_cmp(w, a)) { in BN_GF2m_mod_solve_quad_arr()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 1086 if (BN_GF2m_cmp(w, a)) { in BN_GF2m_mod_solve_quad_arr()
|
Completed in 9 milliseconds