Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_ciphersuites.c2179 static int ciphersuite_is_removed( const mbedtls_ssl_ciphersuite_t *cs_info ) in ciphersuite_is_removed() argument
2181 (void)cs_info; in ciphersuite_is_removed()
2184 if( cs_info->cipher == MBEDTLS_CIPHER_ARC4_128 ) in ciphersuite_is_removed()
2189 if( cs_info->cipher == MBEDTLS_CIPHER_DES_EDE3_ECB || in ciphersuite_is_removed()
2190 cs_info->cipher == MBEDTLS_CIPHER_DES_EDE3_CBC ) in ciphersuite_is_removed()
2214 const mbedtls_ssl_ciphersuite_t *cs_info; in mbedtls_ssl_list_ciphersuites() local
2215 if( ( cs_info = mbedtls_ssl_ciphersuite_from_id( *p ) ) != NULL && in mbedtls_ssl_list_ciphersuites()
2216 !ciphersuite_is_removed( cs_info ) ) in mbedtls_ssl_list_ciphersuites()