Home
last modified time | relevance | path

Searched refs:BN_R_NO_INVERSE (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbnerr.h38 # define BN_R_NO_INVERSE 108 macro
/third_party/openssl/include/openssl/
H A Dbnerr.h38 # define BN_R_NO_INVERSE 108 macro
/third_party/openssl/ohos_lite/include/openssl/
H A Dbnerr.h94 # define BN_R_NO_INVERSE 108 macro
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_err.c34 {ERR_PACK(ERR_LIB_BN, 0, BN_R_NO_INVERSE), "no inverse"},
H A Dbn_gcd.c178 /* caller sets the BN_R_NO_INVERSE error */ in bn_mod_inverse_no_branch()
532 ERR_raise(ERR_LIB_BN, BN_R_NO_INVERSE); in BN_mod_inverse()
/third_party/openssl/crypto/bn/
H A Dbn_err.c34 {ERR_PACK(ERR_LIB_BN, 0, BN_R_NO_INVERSE), "no inverse"},
H A Dbn_gcd.c178 /* caller sets the BN_R_NO_INVERSE error */ in bn_mod_inverse_no_branch()
532 ERR_raise(ERR_LIB_BN, BN_R_NO_INVERSE); in BN_mod_inverse()
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_gen.c227 && ERR_GET_REASON(error) == BN_R_NO_INVERSE) { in rsa_multiprime_keygen()
/third_party/openssl/crypto/rsa/
H A Drsa_gen.c227 && ERR_GET_REASON(error) == BN_R_NO_INVERSE) { in rsa_multiprime_keygen()
/third_party/python/Modules/
H A D_ssl_data_111.h983 #ifdef BN_R_NO_INVERSE
984 {"NO_INVERSE", ERR_LIB_BN, BN_R_NO_INVERSE},
H A D_ssl_data.h922 #ifdef BN_R_NO_INVERSE
923 {"NO_INVERSE", ERR_LIB_BN, BN_R_NO_INVERSE},
H A D_ssl_data_300.h1033 #ifdef BN_R_NO_INVERSE
1034 {"NO_INVERSE", ERR_LIB_BN, BN_R_NO_INVERSE},

Completed in 19 milliseconds