Lines Matching full:error
65 /* BEGIN ERROR CODES */
126 {ERR_REASON(EVP_R_BN_DECODE_ERROR) ,"bn decode error"},
127 {ERR_REASON(EVP_R_BN_PUBKEY_ERROR) ,"bn pubkey error"},
129 {ERR_REASON(EVP_R_CIPHER_PARAMETER_ERROR),"cipher parameter error"},
133 {ERR_REASON(EVP_R_DECODE_ERROR) ,"decode error"},
136 {ERR_REASON(EVP_R_ENCODE_ERROR) ,"encode error"},
137 {ERR_REASON(EVP_R_ERROR_LOADING_SECTION) ,"error loading section"},
138 {ERR_REASON(EVP_R_ERROR_SETTING_FIPS_MODE),"error setting fips mode"},
139 {ERR_REASON(EVP_R_EVP_PBE_CIPHERINIT_ERROR),"evp pbe cipherinit error"},
146 {ERR_REASON(EVP_R_INITIALIZATION_ERROR) ,"initialization error"},
182 if (ERR_func_error_string(EVP_str_functs[0].error) == NULL)