Lines Matching refs:ERR_REASON
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason) macro
103 {ERR_REASON(DSA_R_BAD_Q_VALUE) ,"bad q value"},
104 {ERR_REASON(DSA_R_BN_DECODE_ERROR) ,"bn decode error"},
105 {ERR_REASON(DSA_R_BN_ERROR) ,"bn error"},
106 {ERR_REASON(DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE),"data too large for key size"},
107 {ERR_REASON(DSA_R_DECODE_ERROR) ,"decode error"},
108 {ERR_REASON(DSA_R_INVALID_DIGEST_TYPE) ,"invalid digest type"},
109 {ERR_REASON(DSA_R_MISSING_PARAMETERS) ,"missing parameters"},
110 {ERR_REASON(DSA_R_MODULUS_TOO_LARGE) ,"modulus too large"},
111 {ERR_REASON(DSA_R_NEED_NEW_SETUP_VALUES) ,"need new setup values"},
112 {ERR_REASON(DSA_R_NON_FIPS_DSA_METHOD) ,"non fips dsa method"},
113 {ERR_REASON(DSA_R_NO_PARAMETERS_SET) ,"no parameters set"},
114 {ERR_REASON(DSA_R_PARAMETER_ENCODING_ERROR),"parameter encoding error"},