Lines Matching refs:ERR_REASON

69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason)
118 {ERR_REASON(PEM_R_BAD_BASE64_DECODE) ,"bad base64 decode"},
119 {ERR_REASON(PEM_R_BAD_DECRYPT) ,"bad decrypt"},
120 {ERR_REASON(PEM_R_BAD_END_LINE) ,"bad end line"},
121 {ERR_REASON(PEM_R_BAD_IV_CHARS) ,"bad iv chars"},
122 {ERR_REASON(PEM_R_BAD_MAGIC_NUMBER) ,"bad magic number"},
123 {ERR_REASON(PEM_R_BAD_PASSWORD_READ) ,"bad password read"},
124 {ERR_REASON(PEM_R_BAD_VERSION_NUMBER) ,"bad version number"},
125 {ERR_REASON(PEM_R_BIO_WRITE_FAILURE) ,"bio write failure"},
126 {ERR_REASON(PEM_R_CIPHER_IS_NULL) ,"cipher is null"},
127 {ERR_REASON(PEM_R_ERROR_CONVERTING_PRIVATE_KEY),"error converting private key"},
128 {ERR_REASON(PEM_R_EXPECTING_PRIVATE_KEY_BLOB),"expecting private key blob"},
129 {ERR_REASON(PEM_R_EXPECTING_PUBLIC_KEY_BLOB),"expecting public key blob"},
130 {ERR_REASON(PEM_R_INCONSISTENT_HEADER) ,"inconsistent header"},
131 {ERR_REASON(PEM_R_KEYBLOB_HEADER_PARSE_ERROR),"keyblob header parse error"},
132 {ERR_REASON(PEM_R_KEYBLOB_TOO_SHORT) ,"keyblob too short"},
133 {ERR_REASON(PEM_R_NOT_DEK_INFO) ,"not dek info"},
134 {ERR_REASON(PEM_R_NOT_ENCRYPTED) ,"not encrypted"},
135 {ERR_REASON(PEM_R_NOT_PROC_TYPE) ,"not proc type"},
136 {ERR_REASON(PEM_R_NO_START_LINE) ,"no start line"},
137 {ERR_REASON(PEM_R_PROBLEMS_GETTING_PASSWORD),"problems getting password"},
138 {ERR_REASON(PEM_R_PUBLIC_KEY_NO_RSA) ,"public key no rsa"},
139 {ERR_REASON(PEM_R_PVK_DATA_TOO_SHORT) ,"pvk data too short"},
140 {ERR_REASON(PEM_R_PVK_TOO_SHORT) ,"pvk too short"},
141 {ERR_REASON(PEM_R_READ_KEY) ,"read key"},
142 {ERR_REASON(PEM_R_SHORT_HEADER) ,"short header"},
143 {ERR_REASON(PEM_R_UNSUPPORTED_CIPHER) ,"unsupported cipher"},
144 {ERR_REASON(PEM_R_UNSUPPORTED_ENCRYPTION),"unsupported encryption"},
145 {ERR_REASON(PEM_R_UNSUPPORTED_KEY_COMPONENTS),"unsupported key components"},