Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dssl_ciphersuites.c280 static const mbedtls_ssl_ciphersuite_t ciphersuite_definitions[] = variable
1801 #define MAX_CIPHERSUITES sizeof(ciphersuite_definitions) / \
1802 sizeof(ciphersuite_definitions[0])
1818 * build based on presence in the ciphersuite_definitions. in mbedtls_ssl_list_ciphersuites()
1845 const mbedtls_ssl_ciphersuite_t *cur = ciphersuite_definitions; in mbedtls_ssl_ciphersuite_from_string()
1864 const mbedtls_ssl_ciphersuite_t *cur = ciphersuite_definitions; in mbedtls_ssl_ciphersuite_from_id()

Completed in 2 milliseconds