Home
last modified time | relevance | path

Searched refs:BN_R_NO_SOLUTION (Results 1 – 4 of 4) sorted by path

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_err.c88 {ERR_REASON(BN_R_NO_SOLUTION) , "no solution"},
H A Dbn_gf2m.c1219 BNerror(BN_R_NO_SOLUTION); in BN_GF2m_mod_solve_quad_arr()
/dragonfly/crypto/libressl/crypto/ec/
H A Dec2_oct.c143 ERR_GET_REASON(err) == BN_R_NO_SOLUTION) { in ec_GF2m_simple_set_compressed_coordinates()
/dragonfly/crypto/libressl/include/openssl/
H A Dbn.h718 #define BN_R_NO_SOLUTION 116 macro