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.h389 ERR_LIB_BN, enumerator
423 #define ERR_R_BN_LIB ERR_LIB_BN
/external/boringssl/src/crypto/evp/
Dp_dsa_asn1.c211 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/
Derr_data.c24 OPENSSL_COMPILE_ASSERT(ERR_LIB_BN == 3, library_values_changed_3);
/external/boringssl/src/crypto/rsa/
Drsa.c581 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()
Drsa_impl.c1087 OPENSSL_PUT_ERROR(RSA, ERR_LIB_BN); in rsa_default_multi_prime_keygen()
/external/boringssl/src/crypto/ec/
Doct.c360 if (ERR_GET_LIB(err) == ERR_LIB_BN && in ec_GFp_simple_set_compressed_coordinates()