Home
last modified time | relevance | path

Searched refs:cs_info (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dssl_ciphersuites.c1807 static int ciphersuite_is_removed(const mbedtls_ssl_ciphersuite_t *cs_info) in ciphersuite_is_removed() argument
1809 (void) cs_info; in ciphersuite_is_removed()
1827 const mbedtls_ssl_ciphersuite_t *cs_info; in mbedtls_ssl_list_ciphersuites() local
1828 if ((cs_info = mbedtls_ssl_ciphersuite_from_id(*p)) != NULL && in mbedtls_ssl_list_ciphersuites()
1829 !ciphersuite_is_removed(cs_info)) { in mbedtls_ssl_list_ciphersuites()

Completed in 2 milliseconds