Lines Matching refs:BIO_printf
71 BIO_printf(bp, "%*sCertificate ID:\n", indent, "");
73 BIO_printf(bp, "%*sHash Algorithm: ", indent, "");
75 BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, "");
77 BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, "");
79 BIO_printf(bp, "\n%*sSerial Number: ", indent, "");
81 BIO_printf(bp, "\n");
146 if (BIO_printf(bp," Version: %lu (0x%lx)",l+1,l) <= 0) goto err;
196 if (BIO_printf(bp," OCSP Response Status: %s (0x%lx)\n",
213 if (BIO_printf(bp,"\n Version: %lu (0x%lx)\n",
228 if (BIO_printf(bp,"\n Produced At: ")<=0) goto err;
230 if (BIO_printf(bp,"\n Responses:\n") <= 0) goto err;
238 if (BIO_printf(bp," Cert Status: %s",
244 if (BIO_printf(bp, "\n Revocation Time: ") <= 0)
252 if (BIO_printf(bp,
258 if (BIO_printf(bp,"\n This Update: ") <= 0) goto err;
263 if (BIO_printf(bp,"\n Next Update: ") <= 0)goto err;