Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dsqrt.c375 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()
Dbn_test.cc846 EXPECT_EQ(BN_R_NOT_A_SQUARE, ERR_GET_REASON(err)); in TestNotModSquare()
/external/boringssl/src/crypto/fipsmodule/ec/
Doct.c303 ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE) { in EC_POINT_set_compressed_coordinates_GFp()
/external/boringssl/src/include/openssl/
Dbn.h1033 #define BN_R_NOT_A_SQUARE 110 macro