Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_BN,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason)
/onnv-gate/usr/src/common/openssl/crypto/err/
H A Derr.h110 #define ERR_LIB_BN 3 macro
147 #define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__)
202 #define ERR_R_BN_LIB ERR_LIB_BN /* 3 */
H A Derr.c130 {ERR_PACK(ERR_LIB_BN,0,0) ,"bignum routines"},
/onnv-gate/usr/src/common/openssl/crypto/ec/
H A Dec2_smpt.c114 if (ERR_GET_LIB(err) == ERR_LIB_BN && ERR_GET_REASON(err) == BN_R_NO_SOLUTION) in ec_GF2m_simple_set_compressed_coordinates()
H A Decp_smpl.c719 if (ERR_GET_LIB(err) == ERR_LIB_BN && ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE) in ec_GFp_simple_set_compressed_coordinates()
/onnv-gate/usr/src/common/openssl/crypto/rsa/
H A Drsa_gen.c183 RSAerr(RSA_F_RSA_BUILTIN_KEYGEN,ERR_LIB_BN); in rsa_builtin_keygen()