Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_ciphersuites.c1803 static int supported_ciphersuites[MAX_CIPHERSUITES]; variable
1824 for (p = ciphersuite_preference, q = supported_ciphersuites; in mbedtls_ssl_list_ciphersuites()
1825 *p != 0 && q < supported_ciphersuites + MAX_CIPHERSUITES - 1; in mbedtls_ssl_list_ciphersuites()
1838 return supported_ciphersuites; in mbedtls_ssl_list_ciphersuites()