Searched refs:ERR_LIB_BN (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | err.h | 389 ERR_LIB_BN, enumerator 423 #define ERR_R_BN_LIB ERR_LIB_BN
|
/external/boringssl/src/crypto/evp/ |
D | p_dsa_asn1.c | 211 OPENSSL_PUT_ERROR(EVP, ERR_LIB_BN); in dsa_priv_decode() 227 OPENSSL_PUT_ERROR(EVP, ERR_LIB_BN); in dsa_priv_decode() 275 OPENSSL_PUT_ERROR(EVP, ERR_LIB_BN); in dsa_priv_encode()
|
/external/boringssl/ |
D | err_data.c | 24 OPENSSL_COMPILE_ASSERT(ERR_LIB_BN == 3, library_values_changed_3);
|
/external/boringssl/src/crypto/rsa/ |
D | rsa.c | 581 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in RSA_check_key() 598 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in RSA_check_key() 607 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in RSA_check_key() 635 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in RSA_check_key()
|
D | rsa_impl.c | 1087 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in rsa_default_multi_prime_keygen()
|
/external/boringssl/src/crypto/ec/ |
D | oct.c | 360 if (ERR_GET_LIB(err) == ERR_LIB_BN && in ec_GFp_simple_set_compressed_coordinates()
|