Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dbnerr.h92 # define BN_R_NOT_A_SQUARE 111 macro
/third_party/openssl/crypto/bn/
Dbn_sqrt.c320 BNerr(BN_F_BN_MOD_SQRT, BN_R_NOT_A_SQUARE); in BN_mod_sqrt()
351 BNerr(BN_F_BN_MOD_SQRT, BN_R_NOT_A_SQUARE); in BN_mod_sqrt()
Dbn_err.c96 {ERR_PACK(ERR_LIB_BN, 0, BN_R_NOT_A_SQUARE), "not a square"},
/third_party/openssl/crypto/ec/
Decp_oct.c105 && ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE) { in ec_GFp_simple_set_compressed_coordinates()
/third_party/python/Modules/
D_ssl_data.h912 #ifdef BN_R_NOT_A_SQUARE
913 {"NOT_A_SQUARE", ERR_LIB_BN, BN_R_NOT_A_SQUARE},
D_ssl_data_111.h973 #ifdef BN_R_NOT_A_SQUARE
974 {"NOT_A_SQUARE", ERR_LIB_BN, BN_R_NOT_A_SQUARE},
D_ssl_data_300.h1023 #ifdef BN_R_NOT_A_SQUARE
1024 {"NOT_A_SQUARE", ERR_LIB_BN, BN_R_NOT_A_SQUARE},
/third_party/openssl/crypto/err/
Dopenssl.txt1942 BN_R_NOT_A_SQUARE:111:not a square