Lines Matching refs:err

127 		if (BIO_write(bp,"Certificate:\n",13) <= 0) goto err;
128 if (BIO_write(bp," Data:\n",10) <= 0) goto err;
133 if (BIO_printf(bp,"%8sVersion: %lu (0x%lx)\n","",l+1,l) <= 0) goto err;
138 if (BIO_write(bp," Serial Number:",22) <= 0) goto err;
152 goto err;
157 if (BIO_printf(bp,"\n%12s%s","",neg) <= 0) goto err;
163 goto err;
172 goto err;
175 goto err;
177 goto err;
179 goto err;
185 if (BIO_printf(bp," Issuer:%c",mlch) <= 0) goto err;
186 if (X509_NAME_print_ex(bp,X509_get_issuer_name(x),nmindent, nmflags) < 0) goto err;
187 if (BIO_write(bp,"\n",1) <= 0) goto err;
191 if (BIO_write(bp," Validity\n",17) <= 0) goto err;
192 if (BIO_write(bp," Not Before: ",24) <= 0) goto err;
193 if (!ASN1_TIME_print(bp,X509_get_notBefore(x))) goto err;
194 if (BIO_write(bp,"\n Not After : ",25) <= 0) goto err;
195 if (!ASN1_TIME_print(bp,X509_get_notAfter(x))) goto err;
196 if (BIO_write(bp,"\n",1) <= 0) goto err;
200 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;
201 if (X509_NAME_print_ex(bp,X509_get_subject_name(x),nmindent, nmflags) < 0) goto err;
202 if (BIO_write(bp,"\n",1) <= 0) goto err;
207 goto err;
209 goto err;
211 goto err;
213 goto err;
234 if(X509_signature_print(bp, x->sig_alg, x->signature) <= 0) goto err;
238 if (!X509_CERT_AUX_print(bp, x->aux, 0)) goto err;
241 err:
257 goto err;
260 goto err;
264 goto err;
267 if (BIO_printf(bp,"%02X",SHA1md[i]) <= 0) goto err;
275 goto err;
280 goto err;
284 goto err;
289 err:
398 if (i < 12) goto err;
401 if ((v[i] > '9') || (v[i] < '0')) goto err;
404 if ((M > 12) || (M < 1)) goto err;
429 err:
444 if (i < 10) goto err;
447 if ((v[i] > '9') || (v[i] < '0')) goto err;
451 if ((M > 12) || (M < 1)) goto err;
465 err:
509 if (BIO_write(bp,c,i) != i) goto err;
513 if (BIO_write(bp,", ",2) != 2) goto err;
525 err: