Home
last modified time | relevance | path

Searched refs:DSAerror (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/dsa/
H A Ddsa_ameth.c98 DSAerror(DSA_R_DECODE_ERROR); in dsa_pub_decode()
103 DSAerror(ERR_R_MALLOC_FAILURE); in dsa_pub_decode()
107 DSAerror(DSA_R_PARAMETER_ENCODING_ERROR); in dsa_pub_decode()
112 DSAerror(DSA_R_DECODE_ERROR); in dsa_pub_decode()
117 DSAerror(DSA_R_BN_DECODE_ERROR); in dsa_pub_decode()
145 DSAerror(ERR_R_MALLOC_FAILURE); in dsa_pub_encode()
150 DSAerror(ERR_R_MALLOC_FAILURE); in dsa_pub_encode()
157 DSAerror(ERR_R_MALLOC_FAILURE); in dsa_pub_encode()
165 DSAerror(ERR_R_MALLOC_FAILURE); in dsa_pub_encode()
216 DSAerror(DSA_R_BN_ERROR); in dsa_priv_decode()
[all …]
H A Ddsa_ossl.c195 DSAerror(reason); in dsa_do_sign()
218 DSAerror(DSA_R_MISSING_PARAMETERS); in dsa_sign_setup()
300 DSAerror(ERR_R_BN_LIB); in dsa_sign_setup()
322 DSAerror(DSA_R_MISSING_PARAMETERS); in dsa_do_verify()
329 DSAerror(DSA_R_BAD_Q_VALUE); in dsa_do_verify()
333 DSAerror(DSA_R_MODULUS_TOO_LARGE); in dsa_do_verify()
405 DSAerror(ERR_R_BN_LIB); in dsa_do_verify()
H A Ddsa_pmeth.c195 DSAerror(DSA_R_INVALID_DIGEST_TYPE); in pkey_dsa_ctrl()
212 DSAerror(DSA_R_INVALID_DIGEST_TYPE); in pkey_dsa_ctrl()
228 DSAerror(EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE); in pkey_dsa_ctrl()
310 DSAerror(DSA_R_NO_PARAMETERS_SET); in pkey_dsa_keygen()
H A Ddsa_prn.c72 DSAerror(ERR_R_BUF_LIB); in DSA_print_fp()
88 DSAerror(ERR_R_BUF_LIB); in DSAparams_print_fp()
H A Ddsa_lib.c130 DSAerror(ERR_R_MALLOC_FAILURE); in DSA_new_method()
137 DSAerror(ERR_R_ENGINE_LIB); in DSA_new_method()
147 DSAerror(ERR_R_ENGINE_LIB); in DSA_new_method()
H A Ddsa_meth.c80 DSAerror(ERR_R_MALLOC_FAILURE); in DSA_meth_set1_name()
H A Ddsa_asn1.c77 DSAerror(ERR_R_MALLOC_FAILURE); in sig_cb()
/dflybsd-src/crypto/libressl/include/openssl/
H A Derr.h252 #define DSAerror(r) ERR_PUT_error(ERR_LIB_DSA,(0xfff),(r),__FILE__,__LINE__) macro