Home
last modified time | relevance | path

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

/mbedtls-3.5.0/programs/ssl/
Dssl_client2.c469 #define ALPN_LIST_SIZE 10 macro
756 const char *alpn_list[ALPN_LIST_SIZE]; in main()
1621 while (i < ALPN_LIST_SIZE - 1 && *p != '\0') { in main()
Dssl_server2.c589 #define ALPN_LIST_SIZE 10 macro
1531 const char *alpn_list[ALPN_LIST_SIZE]; in main()
2514 while (i < ALPN_LIST_SIZE - 1 && *p != '\0') { in main()