Lines Matching refs:BIO_printf
46 if (BIO_printf(bp, " Protocol : %s\n", s) <= 0) in SSL_SESSION_print()
51 if (BIO_printf(bp, " Cipher : %06lX\n", in SSL_SESSION_print()
55 if (BIO_printf(bp, " Cipher : %04lX\n", in SSL_SESSION_print()
60 if (BIO_printf(bp, " Cipher : %s\n", in SSL_SESSION_print()
68 if (BIO_printf(bp, "%02X", x->session_id[i]) <= 0) in SSL_SESSION_print()
74 if (BIO_printf(bp, "%02X", x->sid_ctx[i]) <= 0) in SSL_SESSION_print()
83 if (BIO_printf(bp, "%02X", x->master_key[i]) <= 0) in SSL_SESSION_print()
89 if (BIO_printf(bp, "%s", x->psk_identity ? x->psk_identity : "None") <= 0) in SSL_SESSION_print()
93 if (BIO_printf in SSL_SESSION_print()
100 if (BIO_printf(bp, "%s", x->srp_username ? x->srp_username : "None") <= 0) in SSL_SESSION_print()
104 if (BIO_printf(bp, in SSL_SESSION_print()
124 if (BIO_printf(bp, "\n Compression: %d", x->compress_meth) <= 0) in SSL_SESSION_print()
127 if (BIO_printf(bp, "\n Compression: %d (%s)", comp->id, in SSL_SESSION_print()
134 if (BIO_printf(bp, "\n Start Time: %lld", in SSL_SESSION_print()
139 if (BIO_printf(bp, "\n Timeout : %lld (sec)", in SSL_SESSION_print()
148 if (BIO_printf(bp, "%ld (%s)\n", x->verify_result, in SSL_SESSION_print()
152 if (BIO_printf(bp, " Extended master secret: %s\n", in SSL_SESSION_print()
157 if (BIO_printf(bp, " Max Early Data: %u\n", in SSL_SESSION_print()
191 if (BIO_printf(bp, "%02X", x->session_id[i]) <= 0) in SSL_SESSION_print_keylog()
197 if (BIO_printf(bp, "%02X", x->master_key[i]) <= 0) in SSL_SESSION_print_keylog()