Home | History | Annotate | Download | only in rsa

Lines Matching refs:BIO_puts

307 		if (BIO_puts(bp, " (INVALID PSS PARAMETERS)\n") <= 0)
311 if (BIO_puts(bp, "\n") <= 0)
315 if (BIO_puts(bp, "Hash Algorithm: ") <= 0)
323 else if (BIO_puts(bp, "sha1 (default)") <= 0)
326 if (BIO_puts(bp, "\n") <= 0)
332 if (BIO_puts(bp, "Mask Algorithm: ") <= 0)
338 if (BIO_puts(bp, " with ") <= 0)
345 else if (BIO_puts(bp, "INVALID") <= 0)
348 else if (BIO_puts(bp, "mgf1 with sha1 (default)") <= 0)
350 BIO_puts(bp, "\n");
354 if (BIO_puts(bp, "Salt Length: 0x") <= 0)
361 else if (BIO_puts(bp, "14 (default)") <= 0)
363 BIO_puts(bp, "\n");
367 if (BIO_puts(bp, "Trailer Field: 0x") <= 0)
374 else if (BIO_puts(bp, "BC (default)") <= 0)
376 BIO_puts(bp, "\n");
403 else if (!sig && BIO_puts(bp, "\n") <= 0)