Home
last modified time | relevance | path

Searched refs:BN_R_NO_SOLUTION (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/include/openssl/
Dbnerr.h95 # define BN_R_NO_SOLUTION 116 macro
/third_party/openssl/crypto/bn/
Dbn_err.c99 {ERR_PACK(ERR_LIB_BN, 0, BN_R_NO_SOLUTION), "no solution"},
Dbn_gf2m.c1066 BNerr(BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR, BN_R_NO_SOLUTION); in BN_GF2m_mod_solve_quad_arr()
/third_party/openssl/crypto/ec/
Dec2_oct.c79 && ERR_GET_REASON(err) == BN_R_NO_SOLUTION) { in ec_GF2m_simple_set_compressed_coordinates()
/third_party/python/Modules/
D_ssl_data.h927 #ifdef BN_R_NO_SOLUTION
928 {"NO_SOLUTION", ERR_LIB_BN, BN_R_NO_SOLUTION},
D_ssl_data_111.h988 #ifdef BN_R_NO_SOLUTION
989 {"NO_SOLUTION", ERR_LIB_BN, BN_R_NO_SOLUTION},
D_ssl_data_300.h1038 #ifdef BN_R_NO_SOLUTION
1039 {"NO_SOLUTION", ERR_LIB_BN, BN_R_NO_SOLUTION},
/third_party/openssl/crypto/err/
Dopenssl.txt1945 BN_R_NO_SOLUTION:116:no solution