Home | History | Annotate | Download | only in x509

Lines Matching refs:BIO_printf

107     if (BIO_printf(bio, "%8sVersion: %ld (0x%lx)\n", "", l + 1, l) <= 0) {
112 if (BIO_printf(bio, " Subject:%c", mlch) <= 0 ||
120 BIO_printf(bio, "%12sPublic Key Algorithm: ", "") <= 0 ||
128 BIO_printf(bio, "%12sUnable to load Public Key\n", "");
137 if (BIO_printf(bio, "%8sAttributes:\n", "") <= 0) {
143 if (BIO_printf(bio, "%12sa0:00\n", "") <= 0) {
156 if (BIO_printf(bio, "%12s", "") <= 0) {
206 BIO_printf(bio, "%8sRequested Extensions:\n", "");
211 if (BIO_printf(bio, "%12s", "") <= 0) {
217 if (BIO_printf(bio, ": %s\n", is_critical ? "critical" : "") <= 0) {
221 BIO_printf(bio, "%16s", "");