Lines Matching refs:BIO_puts
212 if (BIO_puts(bp, "No PSS parameter restrictions\n") <= 0)
216 if (BIO_puts(bp, "PSS parameter restrictions:") <= 0)
220 if (BIO_puts(bp,"(INVALID PSS PARAMETERS)\n") <= 0)
224 if (BIO_puts(bp, "\n") <= 0)
230 if (BIO_puts(bp, "Hash Algorithm: ") <= 0)
236 } else if (BIO_puts(bp, "sha1 (default)") <= 0) {
240 if (BIO_puts(bp, "\n") <= 0)
246 if (BIO_puts(bp, "Mask Algorithm: ") <= 0)
251 if (BIO_puts(bp, " with ") <= 0)
257 } else if (BIO_puts(bp, "INVALID") <= 0) {
260 } else if (BIO_puts(bp, "mgf1 with sha1 (default)") <= 0) {
263 BIO_puts(bp, "\n");
272 } else if (BIO_puts(bp, "14 (default)") <= 0) {
275 BIO_puts(bp, "\n");
279 if (BIO_puts(bp, "Trailer Field: 0x") <= 0)
284 } else if (BIO_puts(bp, "01 (default)") <= 0) {
287 BIO_puts(bp, "\n");
409 } else if (BIO_puts(bp, "\n") <= 0) {