Lines Matching defs:list
244 " A list of (PSK identity, PSK value) pairs.\n" \
260 " Enable this to store the list of dynamically chosen PSKs configured\n" \
447 " - use \"none\" for empty list\n" \
532 " cert_req_ca_list=%%d default: 1 (send ca list)\n" \
533 " options: 1 (send ca list), 0 (don't send)\n" \
633 int ca_callback; /* Use callback for trusted certificate list */
637 char *psk_list; /* list of PSK id/key pairs for callback */
656 int cert_req_ca_list; /* should we send the CA list? */
657 int cert_req_dn_hint; /* mode to set DN hints for CA list to send */
671 const char *groups; /* list of supported groups */
784 * into a usable sni_entry list. For ca1, crl1, auth1, the special value
955 * Free a list of psk_entry's
984 * into a usable psk_entry list.
1595 const int *list;
1817 for (list = mbedtls_ssl_list_ciphersuites();
1818 *list != 0;
1819 list++) {
1820 mbedtls_printf(" %s\n", mbedtls_ssl_get_ciphersuite_name(*list));
2442 * Unhexify the pre-shared key and parse the list if any given
2469 /* Leave room for a final MBEDTLS_TLS1_3_SIG_NONE in signature algorithm list (sig_alg_list). */
2522 mbedtls_printf("signature algorithm list too long, maximum %d",
4229 mbedtls_printf("Failed to list of opaque PSKs - error was %d\n", ret);