Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dssl_tls.c7272 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 …]
A Dssl_cli.c907 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()
A Dssl_srv.c1117 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()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl.h838 const int *ciphersuite_list[4]; /*!< allowed ciphersuites per version */ member

Completed in 32 milliseconds