Home
last modified time | relevance | path

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

/mbedtls-3.4.0/library/
Dssl_ciphersuites.c1774 #define MAX_CIPHERSUITES sizeof( ciphersuite_definitions ) / \ macro
1776 static int supported_ciphersuites[MAX_CIPHERSUITES];
1799 *p != 0 && q < supported_ciphersuites + MAX_CIPHERSUITES - 1; in mbedtls_ssl_list_ciphersuites()