Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_ciphersuites.c2176 static int supported_ciphersuites[MAX_CIPHERSUITES]; variable
2210 for( p = ciphersuite_preference, q = supported_ciphersuites; in mbedtls_ssl_list_ciphersuites()
2211 *p != 0 && q < supported_ciphersuites + MAX_CIPHERSUITES - 1; in mbedtls_ssl_list_ciphersuites()
2226 return( supported_ciphersuites ); in mbedtls_ssl_list_ciphersuites()