Lines Matching full:bio_printf
77 if (BIO_printf(bp, "%s 0\n", number) <= 0) {
85 if (BIO_printf(bp, "%s %s%lu (%s0x%lx)\n", number, neg,
92 if (BIO_printf(bp, "%s%s", number,
112 if (BIO_printf(bp, "%02x%s", buf[i], ((i + 1) == n) ? "" : ":") <= 0) {
181 if (BIO_printf(out, "Private-Key: (%d bit)\n", mod_len) <= 0) {
187 if (BIO_printf(out, "Public-Key: (%d bit)\n", mod_len) <= 0) {
210 if (BIO_printf(out, "otherPrimeInfos:\n") <= 0) {
218 if (BIO_printf(out, "otherPrimeInfo (prime %u):\n",
287 BIO_printf(bp, "%s: (%d bit)\n", ktype, BN_num_bits(x->p)) <= 0) {
402 BIO_printf(bp, "%s: (%d bit)\n", ecstr, BN_num_bits(order)) <= 0) {
491 BIO_printf(out, "%s algorithm unsupported\n", kstr);