Searched refs:str_version (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_cb.c324 const char *str_write_p, *str_version, *str_content_type = "", *str_details1 = "", *str_details2= ""; local
331 str_version = "SSL 2.0";
334 str_version = "SSL 3.0 ";
337 str_version = "TLS 1.0 ";
340 str_version = "???";
554 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsigned long)len, str_details1, str_details2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_cb.c599 const char *str_write_p, *str_version, *str_content_type = local
606 str_version = "SSL 2.0";
609 str_version = "SSL 3.0 ";
612 str_version = "TLS 1.0 ";
615 str_version = "TLS 1.1 ";
618 str_version = "TLS 1.2 ";
621 str_version = "DTLS 1.0 ";
624 str_version = "DTLS 1.0 (bad) ";
627 str_version = "???";
870 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_cb.c599 const char *str_write_p, *str_version, *str_content_type = local
606 str_version = "SSL 2.0";
609 str_version = "SSL 3.0 ";
612 str_version = "TLS 1.0 ";
615 str_version = "TLS 1.1 ";
618 str_version = "TLS 1.2 ";
621 str_version = "DTLS 1.0 ";
624 str_version = "DTLS 1.0 (bad) ";
627 str_version = "???";
870 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version,
[all...]

Completed in 169 milliseconds