Searched refs:nssver (Results 1 – 1 of 1) sorted by relevance
249 static char *nss_sslver_to_name(PRUint16 nssver) in nss_sslver_to_name() argument251 switch(nssver) { in nss_sslver_to_name()271 return curl_maprintf("0x%04x", nssver); in nss_sslver_to_name()1664 static CURLcode nss_sslver_from_curl(PRUint16 *nssver, long version) in nss_sslver_from_curl() argument1668 *nssver = SSL_LIBRARY_VERSION_2; in nss_sslver_from_curl()1672 *nssver = SSL_LIBRARY_VERSION_3_0; in nss_sslver_from_curl()1676 *nssver = SSL_LIBRARY_VERSION_TLS_1_0; in nss_sslver_from_curl()1681 *nssver = SSL_LIBRARY_VERSION_TLS_1_1; in nss_sslver_from_curl()1689 *nssver = SSL_LIBRARY_VERSION_TLS_1_2; in nss_sslver_from_curl()1697 *nssver = SSL_LIBRARY_VERSION_TLS_1_3; in nss_sslver_from_curl()