Home
last modified time | relevance | path

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

/mbedtls-latest/programs/ssl/
Dssl_test_lib.h71 #define ALPN_LIST_SIZE 10 macro
Dssl_client2.c803 const char *alpn_list[ALPN_LIST_SIZE]; in main()
1658 while (i < ALPN_LIST_SIZE - 1 && *p != '\0') { in main()
Dssl_server2.c1570 const char *alpn_list[ALPN_LIST_SIZE]; in main()
2546 while (i < ALPN_LIST_SIZE - 1 && *p != '\0') { in main()