Home
last modified time | relevance | path

Searched refs:cs_list (Results 1 – 1 of 1) sorted by relevance

/curl/lib/vtls/
H A Dcipher_suite.c192 static const struct cs_entry cs_list [] = { variable
721 #define CS_LIST_LEN (sizeof(cs_list) / sizeof(cs_list[0]))
824 if(memcmp(cs_list[i].zip, zip, sizeof(zip)) == 0) in Curl_cipher_suite_lookup_id()
825 return cs_list[i].id; in Curl_cipher_suite_lookup_id()
864 if(cs_list[i].id != id) in Curl_cipher_suite_get_str()
866 if((cs_list[i].zip[0] >> 2 != CS_TXT_IDX_TLS) == !prefer_rfc) { in Curl_cipher_suite_get_str()
875 r = cs_zip_to_str(cs_list[j].zip, buf, buf_size); in Curl_cipher_suite_get_str()

Completed in 6 milliseconds