Searched refs:cs_info (Results 1 – 1 of 1) sorted by relevance
1971 static int ciphersuite_is_removed( const mbedtls_ssl_ciphersuite_t *cs_info ) in ciphersuite_is_removed() argument1973 (void)cs_info; in ciphersuite_is_removed()1993 const mbedtls_ssl_ciphersuite_t *cs_info; in mbedtls_ssl_list_ciphersuites() local1994 if( ( cs_info = mbedtls_ssl_ciphersuite_from_id( *p ) ) != NULL && in mbedtls_ssl_list_ciphersuites()1995 !ciphersuite_is_removed( cs_info ) ) in mbedtls_ssl_list_ciphersuites()
Completed in 4 milliseconds