Lines Matching refs:BIO_printf

44     if (BIO_printf(bp, "    Protocol  : %s\n", s) <= 0)  in SSL_SESSION_print()
49 if (BIO_printf(bp, " Cipher : %06lX\n", in SSL_SESSION_print()
53 if (BIO_printf(bp, " Cipher : %04lX\n", in SSL_SESSION_print()
58 if (BIO_printf(bp, " Cipher : %s\n", in SSL_SESSION_print()
66 if (BIO_printf(bp, "%02X", x->session_id[i]) <= 0) in SSL_SESSION_print()
72 if (BIO_printf(bp, "%02X", x->sid_ctx[i]) <= 0) in SSL_SESSION_print()
81 if (BIO_printf(bp, "%02X", x->master_key[i]) <= 0) in SSL_SESSION_print()
87 if (BIO_printf(bp, "%s", x->psk_identity ? x->psk_identity : "None") <= 0) in SSL_SESSION_print()
91 if (BIO_printf in SSL_SESSION_print()
98 if (BIO_printf(bp, "%s", x->srp_username ? x->srp_username : "None") <= 0) in SSL_SESSION_print()
102 if (BIO_printf(bp, in SSL_SESSION_print()
122 if (BIO_printf(bp, "\n Compression: %d", x->compress_meth) <= 0) in SSL_SESSION_print()
125 if (BIO_printf(bp, "\n Compression: %d (%s)", comp->id, in SSL_SESSION_print()
132 if (BIO_printf(bp, "\n Start Time: %ld", x->time) <= 0) in SSL_SESSION_print()
136 if (BIO_printf(bp, "\n Timeout : %ld (sec)", x->timeout) <= 0) in SSL_SESSION_print()
144 if (BIO_printf(bp, "%ld (%s)\n", x->verify_result, in SSL_SESSION_print()
148 if (BIO_printf(bp, " Extended master secret: %s\n", in SSL_SESSION_print()
153 if (BIO_printf(bp, " Max Early Data: %u\n", in SSL_SESSION_print()
187 if (BIO_printf(bp, "%02X", x->session_id[i]) <= 0) in SSL_SESSION_print_keylog()
193 if (BIO_printf(bp, "%02X", x->master_key[i]) <= 0) in SSL_SESSION_print_keylog()