Lines Matching refs:BIO_printf
70 return BIO_printf(out, "%s%s0\n", label, post_label_spc); in DEFINE_SPECIAL_STACK_OF_CONST()
78 return BIO_printf(out, "%s%s%s" BN_FMTu " (%s0x" BN_FMTx ")\n", in DEFINE_SPECIAL_STACK_OF_CONST()
88 if (BIO_printf(out, "%s%s\n", label, neg) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST()
94 if (BIO_printf(out, "%s", spaces) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST()
99 if (BIO_printf(out, "%02x", 0) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST()
107 if (BIO_printf(out, ":\n%s", spaces) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST()
111 if (BIO_printf(out, "%s%c%c", use_sep ? ":" : "", in DEFINE_SPECIAL_STACK_OF_CONST()
118 if (BIO_printf(out, "\n") <= 0) in DEFINE_SPECIAL_STACK_OF_CONST()
135 if (BIO_printf(out, "%s\n", label) <= 0) in print_labeled_buf()
140 if (i > 0 && BIO_printf(out, "\n") <= 0) in print_labeled_buf()
142 if (BIO_printf(out, " ") <= 0) in print_labeled_buf()
146 if (BIO_printf(out, "%02x%s", buf[i], in print_labeled_buf()
150 if (BIO_printf(out, "\n") <= 0) in print_labeled_buf()
167 if (BIO_printf(out, "GROUP: %s\n", name) <= 0) in ffc_params_to_text()
193 if (BIO_printf(out, "gindex: %d\n", ffc->gindex) <= 0) in ffc_params_to_text()
197 if (BIO_printf(out, "pcounter: %d\n", ffc->pcounter) <= 0) in ffc_params_to_text()
201 if (BIO_printf(out, "h: %d\n", ffc->h) <= 0) in ffc_params_to_text()
261 if (BIO_printf(out, "%s: (%d bit)\n", type_label, BN_num_bits(p)) <= 0) in dh_to_text()
331 if (BIO_printf(out, "%s: (%d bit)\n", type_label, BN_num_bits(p)) <= 0) in dsa_to_text()
370 || BIO_printf(out, "Basis Type: %s\n", OBJ_nid2sn(basis_type)) <= 0) in ec_param_explicit_curve_to_text()
444 if (BIO_printf(out, "Field Type: %s\n", OBJ_nid2sn(tmp_nid)) <= 0 in ec_param_explicit_to_text()
471 if (BIO_printf(out, "%s: %s\n", "ASN1 OID", OBJ_nid2sn(curve_nid)) <= 0) in ec_param_to_text()
476 || BIO_printf(out, "%s: %s\n", "NIST CURVE", curve_name) > 0); in ec_param_to_text()
532 if (BIO_printf(out, "%s: (%d bit)\n", type_label, in ec_to_text()
612 if (BIO_printf(out, "%s:\n", type_label) <= 0) in ecx_to_text()
675 if (BIO_printf(out, "%s: (%d bit, %d primes)\n", in rsa_to_text()
679 if (BIO_printf(out, "%s: (%d bit)\n", in rsa_to_text()
709 if (BIO_printf(out, "prime%d:", i + 1) <= 0) in rsa_to_text()
714 if (BIO_printf(out, "exponent%d:", i + 1) <= 0) in rsa_to_text()
719 if (BIO_printf(out, "coefficient%d:", i + 1) <= 0) in rsa_to_text()
731 if (BIO_printf(out, "(INVALID PSS PARAMETERS)\n") <= 0) in rsa_to_text()
737 if (BIO_printf(out, "No PSS parameter restrictions\n") <= 0) in rsa_to_text()
749 if (BIO_printf(out, "PSS parameter restrictions:\n") <= 0) in rsa_to_text()
751 if (BIO_printf(out, " Hash Algorithm: %s%s\n", in rsa_to_text()
756 if (BIO_printf(out, " Mask Algorithm: %s with %s%s\n", in rsa_to_text()
763 if (BIO_printf(out, " Minimum Salt Length: %d%s\n", in rsa_to_text()
767 if (BIO_printf(out, " Trailer Field: 0x%x%s\n", in rsa_to_text()