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.h390 ERR_LIB_BN, enumerator
424 #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/rsa/
Drsa.c603 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in RSA_check_key()
619 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in RSA_check_key()
628 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in RSA_check_key()
656 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in RSA_check_key()
Drsa_impl.c1049 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in rsa_default_multi_prime_keygen()
/external/boringssl/src/crypto/ec/
Doct.c372 if (ERR_GET_LIB(err) == ERR_LIB_BN && in ec_GFp_simple_set_compressed_coordinates()
/external/boringssl/src/crypto/bn/
Dbn_test.cc659 if (ERR_GET_LIB(err) == ERR_LIB_BN && in TestNotModSquare()