Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/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.cc864 EXPECT_EQ(BN_R_NOT_A_SQUARE, ERR_GET_REASON(err)); in TestNotModSquare()
/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.cc864 EXPECT_EQ(BN_R_NOT_A_SQUARE, ERR_GET_REASON(err)); in TestNotModSquare()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Doct.c295 ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE) { in EC_POINT_set_compressed_coordinates_GFp()
/external/boringssl/src/crypto/fipsmodule/ec/
Doct.c295 ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE) { in EC_POINT_set_compressed_coordinates_GFp()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbn.h1046 #define BN_R_NOT_A_SQUARE 110 macro
/external/boringssl/src/include/openssl/
Dbn.h1046 #define BN_R_NOT_A_SQUARE 110 macro
/external/python/cpython3/Modules/
D_ssl_data.h912 #ifdef BN_R_NOT_A_SQUARE
913 {"NOT_A_SQUARE", ERR_LIB_BN, BN_R_NOT_A_SQUARE},