Home
last modified time | relevance | path

Searched refs:ERR_LIB_BN (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/include/openssl/
Derr.h391 ERR_LIB_BN, enumerator
425 #define ERR_R_BN_LIB ERR_LIB_BN
/external/boringssl/
Derr_data.c24 OPENSSL_COMPILE_ASSERT(ERR_LIB_BN == 3, library_values_changed_3);
/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa.c616 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in RSA_check_key()
624 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in RSA_check_key()
652 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in RSA_check_key()
Drsa_impl.c1035 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in RSA_generate_key_ex()
/external/boringssl/src/crypto/fipsmodule/ec/
Doct.c360 if (ERR_GET_LIB(err) == ERR_LIB_BN && in ec_GFp_simple_set_compressed_coordinates()
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc620 EXPECT_EQ(ERR_LIB_BN, ERR_GET_LIB(err)); in TestNotModSquare()