Searched refs:ciphersuite_list (Results 1 – 4 of 4) sorted by relevance
7272 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_0] = ciphersuites; in mbedtls_ssl_conf_ciphersuites()7273 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_1] = ciphersuites; in mbedtls_ssl_conf_ciphersuites()7288 conf->ciphersuite_list[minor] = ciphersuites; in mbedtls_ssl_conf_ciphersuites_for_version()9215 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_0] = in mbedtls_ssl_config_defaults()9216 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_1] = in mbedtls_ssl_config_defaults()9217 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_2] = in mbedtls_ssl_config_defaults()9218 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_3] = in mbedtls_ssl_config_defaults()9254 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_0] = in mbedtls_ssl_config_defaults()9255 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_1] = in mbedtls_ssl_config_defaults()9256 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_2] = in mbedtls_ssl_config_defaults()[all …]
907 ciphersuites = ssl->conf->ciphersuite_list[ssl->minor_ver]; in ssl_write_client_hello()1742 if( ssl->conf->ciphersuite_list[ssl->minor_ver][i] == 0 ) in ssl_parse_server_hello()1750 if( ssl->conf->ciphersuite_list[ssl->minor_ver][i++] == in ssl_parse_server_hello()
1117 ciphersuites = ssl->conf->ciphersuite_list[ssl->minor_ver]; in ssl_parse_client_hello_v2()1958 ciphersuites = ssl->conf->ciphersuite_list[ssl->minor_ver]; in ssl_parse_client_hello()
838 const int *ciphersuite_list[4]; /*!< allowed ciphersuites per version */ member
Completed in 32 milliseconds