Lines Matching refs:BIO_puts
41 if (BIO_puts(bp, "SSL-Session:\n") <= 0)
63 if (BIO_puts(bp, " Session-ID: ") <= 0)
69 if (BIO_puts(bp, "\n Session-ID-ctx: ") <= 0)
76 if (BIO_puts(bp, "\n Resumption PSK: ") <= 0)
78 } else if (BIO_puts(bp, "\n Master-Key: ") <= 0)
85 if (BIO_puts(bp, "\n PSK identity: ") <= 0)
89 if (BIO_puts(bp, "\n PSK identity hint: ") <= 0)
96 if (BIO_puts(bp, "\n SRP username: ") <= 0)
108 if (BIO_puts(bp, "\n TLS session ticket:\n") <= 0)
139 if (BIO_puts(bp, "\n") <= 0)
142 if (BIO_puts(bp, " Verify return code: ") <= 0)
181 if (BIO_puts(bp, "RSA ") <= 0)
184 if (BIO_puts(bp, "Session-ID:") <= 0)
190 if (BIO_puts(bp, " Master-Key:") <= 0)
196 if (BIO_puts(bp, "\n") <= 0)