Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dssl_ciphersuites.c2187 static int supported_ciphersuites[MAX_CIPHERSUITES]; variable
2201 for( p = ciphersuite_preference, q = supported_ciphersuites; in mbedtls_ssl_list_ciphersuites()
2202 *p != 0 && q < supported_ciphersuites + MAX_CIPHERSUITES - 1; in mbedtls_ssl_list_ciphersuites()
2219 return( supported_ciphersuites ); in mbedtls_ssl_list_ciphersuites()

Completed in 5 milliseconds