Searched refs:ciphersuite_list (Results 1 – 4 of 4) sorted by relevance
7331 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_0] = ciphersuites; in mbedtls_ssl_conf_ciphersuites()7332 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_1] = ciphersuites; in mbedtls_ssl_conf_ciphersuites()7347 conf->ciphersuite_list[minor] = ciphersuites; in mbedtls_ssl_conf_ciphersuites_for_version()9284 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_0] = in mbedtls_ssl_config_defaults()9285 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_1] = in mbedtls_ssl_config_defaults()9286 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_2] = in mbedtls_ssl_config_defaults()9287 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_3] = in mbedtls_ssl_config_defaults()9323 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_0] = in mbedtls_ssl_config_defaults()9324 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_1] = in mbedtls_ssl_config_defaults()9325 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_2] = in mbedtls_ssl_config_defaults()[all …]
979 ciphersuites = ssl->conf->ciphersuite_list[ssl->minor_ver]; in ssl_write_client_hello()1941 if( ssl->conf->ciphersuite_list[ssl->minor_ver][i] == 0 ) in ssl_parse_server_hello()1951 if( ssl->conf->ciphersuite_list[ssl->minor_ver][i++] == in ssl_parse_server_hello()
1142 ciphersuites = ssl->conf->ciphersuite_list[ssl->minor_ver]; in ssl_parse_client_hello_v2()1983 ciphersuites = ssl->conf->ciphersuite_list[ssl->minor_ver]; in ssl_parse_client_hello()
864 const int *ciphersuite_list[4]; /*!< allowed ciphersuites per version */ member