Home
last modified time | relevance | path

Searched refs:BN_GF2m_cmp (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec2_smpl.c416 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 Dec2_smpl.c416 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 Dbn.h453 # define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h497 # define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) macro
/third_party/openssl/include/openssl/
H A Dbn.h497 # define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) macro
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_gf2m.c1091 if (BN_GF2m_cmp(w, a)) { in BN_GF2m_mod_solve_quad_arr()
/third_party/openssl/crypto/bn/
H A Dbn_gf2m.c1086 if (BN_GF2m_cmp(w, a)) { in BN_GF2m_mod_solve_quad_arr()

Completed in 9 milliseconds