Searched refs:ERR_LIB_BN (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/boringssl/src/crypto/bn/ |
D | bn_error.c | 20 {ERR_PACK(ERR_LIB_BN, BN_F_BN_CTX_get, 0), "BN_CTX_get"}, 21 {ERR_PACK(ERR_LIB_BN, BN_F_BN_CTX_new, 0), "BN_CTX_new"}, 22 {ERR_PACK(ERR_LIB_BN, BN_F_BN_CTX_start, 0), "BN_CTX_start"}, 23 {ERR_PACK(ERR_LIB_BN, BN_F_BN_bn2dec, 0), "BN_bn2dec"}, 24 {ERR_PACK(ERR_LIB_BN, BN_F_BN_bn2hex, 0), "BN_bn2hex"}, 25 {ERR_PACK(ERR_LIB_BN, BN_F_BN_div, 0), "BN_div"}, 26 {ERR_PACK(ERR_LIB_BN, BN_F_BN_div_recp, 0), "BN_div_recp"}, 27 {ERR_PACK(ERR_LIB_BN, BN_F_BN_exp, 0), "BN_exp"}, 28 {ERR_PACK(ERR_LIB_BN, BN_F_BN_generate_dsa_nonce, 0), "BN_generate_dsa_nonce"}, 29 {ERR_PACK(ERR_LIB_BN, BN_F_BN_generate_prime_ex, 0), "BN_generate_prime_ex"}, [all …]
|
/external/openssl/crypto/bn/ |
D | bn_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_BN,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason)
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | err.h | 370 ERR_LIB_BN, enumerator 404 #define ERR_R_BN_LIB ERR_LIB_BN
|
/external/openssl/crypto/err/ |
D | err.h | 163 #define ERR_LIB_BN 3 macro 205 #define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__) 265 #define ERR_R_BN_LIB ERR_LIB_BN /* 3 */
|
D | err.c | 133 {ERR_PACK(ERR_LIB_BN,0,0) ,"bignum routines"},
|
/external/openssl/include/openssl/ |
D | err.h | 163 #define ERR_LIB_BN 3 macro 205 #define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__) 265 #define ERR_R_BN_LIB ERR_LIB_BN /* 3 */
|
/external/openssl/crypto/rsa/ |
D | rsa_gen.c | 223 RSAerr(RSA_F_RSA_BUILTIN_KEYGEN,ERR_LIB_BN); in rsa_builtin_keygen()
|
/external/chromium_org/third_party/boringssl/src/crypto/rsa/ |
D | rsa.c | 559 OPENSSL_PUT_ERROR(RSA, RSA_check_key, ERR_LIB_BN); in RSA_check_key() 587 OPENSSL_PUT_ERROR(RSA, RSA_check_key, ERR_LIB_BN); in RSA_check_key()
|
D | rsa_impl.c | 919 OPENSSL_PUT_ERROR(RSA, keygen, ERR_LIB_BN); in keygen()
|
/external/openssl/crypto/ec/ |
D | ec2_oct.c | 132 if (ERR_GET_LIB(err) == ERR_LIB_BN && ERR_GET_REASON(err) == BN_R_NO_SOLUTION) in ec_GF2m_simple_set_compressed_coordinates()
|
D | ecp_oct.c | 153 if (ERR_GET_LIB(err) == ERR_LIB_BN && ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE) in ec_GFp_simple_set_compressed_coordinates()
|
/external/chromium_org/third_party/boringssl/src/crypto/ec/ |
D | oct.c | 424 if (ERR_GET_LIB(err) == ERR_LIB_BN && in ec_GFp_simple_set_compressed_coordinates()
|