Lines Matching defs:list
599 * parse the extension list values are defined in
613 /* check if suggested profile is in our list */
690 mbedtls_ssl_key_cert *cur, *list;
704 list = ssl->handshake->sni_key_cert;
707 list = ssl->conf->key_cert;
721 if (list == NULL) {
726 for (cur = list; cur != NULL; cur = cur->next) {
856 * This must be done last since we modify the key_cert list.
1138 * .. . .. ciphersuite list length (2 bytes)
1139 * .. . .. ciphersuite list
1140 * .. . .. compression alg. list length (1 byte)
1141 * .. . .. compression alg. list
1271 * The list contents are ignored because implementing
2508 * partial list including that element. */
2514 /* Fill in list length. */
2967 /* Match our preference list against the offered curves */