Lines Matching refs:id
41 uint16_t id; member
608 uint16_t id; member
697 uint16_t id; variable
701 id = Curl_cipher_suite_lookup_id(test->rfc, strlen(test->rfc));
702 if(id != test->id) {
705 test->rfc, id, test->id);
712 id = Curl_cipher_suite_lookup_id(test->openssl, strlen(test->openssl));
713 if(id != test->id) {
716 test->openssl, id, test->id);
725 Curl_cipher_suite_get_str(test->id, buf, sizeof(buf), true);
730 test->id, buf, expect);
738 Curl_cipher_suite_get_str(test->id, buf, sizeof(buf), false);
741 if(test->id >= 0x0011 && test->id < 0x0017) {
751 test->id, buf, expect);
760 uint16_t id; variable
767 id = Curl_cipher_suite_walk_str(&ptr, &end);
770 if(id != test->id) {
774 test->str, id, test->id);