Home | History | Annotate | Download | only in pkcs12

Lines Matching refs:ERR_REASON

69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)
107 {ERR_REASON(PKCS12_R_CANT_PACK_STRUCTURE),"cant pack structure"},
108 {ERR_REASON(PKCS12_R_CONTENT_TYPE_NOT_DATA),"content type not data"},
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"},
113 {ERR_REASON(PKCS12_R_INVALID_NULL_ARGUMENT),"invalid null argument"},
114 {ERR_REASON(PKCS12_R_INVALID_NULL_PKCS12_POINTER),"invalid null pkcs12 pointer"},
115 {ERR_REASON(PKCS12_R_IV_GEN_ERROR) ,"iv gen error"},
116 {ERR_REASON(PKCS12_R_KEY_GEN_ERROR) ,"key gen error"},
117 {ERR_REASON(PKCS12_R_MAC_ABSENT) ,"mac absent"},
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"},
122 {ERR_REASON(PKCS12_R_MAC_VERIFY_FAILURE) ,"mac verify failure"},
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"},
127 {ERR_REASON(PKCS12_R_UNKNOWN_DIGEST_ALGORITHM),"unknown digest algorithm"},
128 {ERR_REASON(PKCS12_R_UNSUPPORTED_PKCS12_MODE),"unsupported pkcs12 mode"},