Searched refs:BN_R_NOT_A_SQUARE (Results 1 – 4 of 4) sorted by relevance
375 OPENSSL_PUT_ERROR(BN, BN_R_NOT_A_SQUARE); in BN_mod_sqrt()411 OPENSSL_PUT_ERROR(BN, BN_R_NOT_A_SQUARE); in BN_mod_sqrt()490 OPENSSL_PUT_ERROR(BN, BN_R_NOT_A_SQUARE); in BN_sqrt()
846 EXPECT_EQ(BN_R_NOT_A_SQUARE, ERR_GET_REASON(err)); in TestNotModSquare()
303 ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE) { in EC_POINT_set_compressed_coordinates_GFp()
1033 #define BN_R_NOT_A_SQUARE 110 macro