Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp237 mbedtls_ssl_conf_groups(&mConf, SecureTransport::kGroups); in Setup()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl.h3896 void mbedtls_ssl_conf_groups(mbedtls_ssl_config *conf,
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-limitations.md74 APIs and tell people to use `mbedtls_ssl_conf_groups()` instead. (Can only be
Dstrategy.md476 `mbedtls_ssl_conf_groups()` API, see #4859).
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c1975 mbedtls_ssl_conf_groups(&conf, group_list); in main()
Dssl_server2.c3167 mbedtls_ssl_conf_groups(&conf, group_list); in main()
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c822 mbedtls_ssl_conf_groups(&(ep->conf), options->group_list); in mbedtls_test_ssl_endpoint_init()
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls.c2763 void mbedtls_ssl_conf_groups(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_groups() function
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function3064 mbedtls_ssl_conf_groups(&conf, iana_tls_group_list);
Dtest_suite_ssl.data3112 Test configuration of groups for DHE through mbedtls_ssl_conf_groups()
/openthread-latest/third_party/mbedtls/repo/
DChangeLog401 configured using the existing API function mbedtls_ssl_conf_groups().
1282 mbedtls_ssl_conf_groups(). It extends mbedtls_ssl_conf_curves().
1294 mbedtls_ssl_conf_groups().