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/ |
D | sqrt.c | 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()
|
D | bn_test.cc | 864 EXPECT_EQ(BN_R_NOT_A_SQUARE, ERR_GET_REASON(err)); in TestNotModSquare()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | sqrt.c | 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()
|
D | bn_test.cc | 864 EXPECT_EQ(BN_R_NOT_A_SQUARE, ERR_GET_REASON(err)); in TestNotModSquare()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | oct.c | 295 ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE) { in EC_POINT_set_compressed_coordinates_GFp()
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | oct.c | 295 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/ |
D | bn.h | 1046 #define BN_R_NOT_A_SQUARE 110 macro
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 1046 #define BN_R_NOT_A_SQUARE 110 macro
|
/external/python/cpython3/Modules/ |
D | _ssl_data.h | 912 #ifdef BN_R_NOT_A_SQUARE 913 {"NOT_A_SQUARE", ERR_LIB_BN, BN_R_NOT_A_SQUARE},
|