Lines Matching refs:BIO_printf
24 BIO_printf(out, "%02X%02X", sct->hash_alg, sct->sig_alg); in SCT_signature_algorithms_print()
26 BIO_printf(out, "%s", OBJ_nid2ln(nid)); in SCT_signature_algorithms_print()
80 BIO_printf(out, "%*sSigned Certificate Timestamp:", indent, ""); in SCT_print()
81 BIO_printf(out, "\n%*sVersion : ", indent + 4, ""); in SCT_print()
84 BIO_printf(out, "unknown\n%*s", indent + 16, ""); in SCT_print()
89 BIO_printf(out, "v1 (0x0)"); in SCT_print()
92 BIO_printf(out, "\n%*sLog : %s", indent + 4, "", in SCT_print()
96 BIO_printf(out, "\n%*sLog ID : ", indent + 4, ""); in SCT_print()
99 BIO_printf(out, "\n%*sTimestamp : ", indent + 4, ""); in SCT_print()
102 BIO_printf(out, "\n%*sExtensions: ", indent + 4, ""); in SCT_print()
104 BIO_printf(out, "none"); in SCT_print()
108 BIO_printf(out, "\n%*sSignature : ", indent + 4, ""); in SCT_print()
110 BIO_printf(out, "\n%*s ", indent + 4, ""); in SCT_print()
125 BIO_printf(out, "%s", separator); in SCT_LIST_print()