Home | History | Annotate | Download | only in pkcs12

Lines Matching full:error

65 /* BEGIN ERROR CODES */
109 {ERR_REASON(PKCS12_R_DECODE_ERROR) ,"decode error"},
110 {ERR_REASON(PKCS12_R_ENCODE_ERROR) ,"encode error"},
111 {ERR_REASON(PKCS12_R_ENCRYPT_ERROR) ,"encrypt error"},
112 {ERR_REASON(PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE),"error setting encrypted data type"},
115 {ERR_REASON(PKCS12_R_IV_GEN_ERROR) ,"iv gen error"},
116 {ERR_REASON(PKCS12_R_KEY_GEN_ERROR) ,"key gen error"},
118 {ERR_REASON(PKCS12_R_MAC_GENERATION_ERROR),"mac generation error"},
119 {ERR_REASON(PKCS12_R_MAC_SETUP_ERROR) ,"mac setup error"},
120 {ERR_REASON(PKCS12_R_MAC_STRING_SET_ERROR),"mac string set error"},
121 {ERR_REASON(PKCS12_R_MAC_VERIFY_ERROR) ,"mac verify error"},
123 {ERR_REASON(PKCS12_R_PARSE_ERROR) ,"parse error"},
124 {ERR_REASON(PKCS12_R_PKCS12_ALGOR_CIPHERINIT_ERROR),"pkcs12 algor cipherinit error"},
125 {ERR_REASON(PKCS12_R_PKCS12_CIPHERFINAL_ERROR),"pkcs12 cipherfinal error"},
126 {ERR_REASON(PKCS12_R_PKCS12_PBE_CRYPT_ERROR),"pkcs12 pbe crypt error"},
138 if (ERR_func_error_string(PKCS12_str_functs[0].error) == NULL)