Searched refs:DSAerror (Results 1 – 8 of 8) sorted by relevance
98 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 …]
195 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()
195 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()
72 DSAerror(ERR_R_BUF_LIB); in DSA_print_fp()88 DSAerror(ERR_R_BUF_LIB); in DSAparams_print_fp()
130 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()
80 DSAerror(ERR_R_MALLOC_FAILURE); in DSA_meth_set1_name()
77 DSAerror(ERR_R_MALLOC_FAILURE); in sig_cb()
252 #define DSAerror(r) ERR_PUT_error(ERR_LIB_DSA,(0xfff),(r),__FILE__,__LINE__) macro