Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_conf_sig_hashes (Results 1 – 5 of 5) sorted by relevance

/openthread-3.7.0/src/core/meshcop/
Dsecure_transport.cpp347 mbedtls_ssl_conf_sig_hashes(&mConf, sHashes); in Setup()
/openthread-3.7.0/third_party/mbedtls/repo/include/mbedtls/
Dssl.h3932 void MBEDTLS_DEPRECATED mbedtls_ssl_conf_sig_hashes(mbedtls_ssl_config *conf,
/openthread-3.7.0/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md1028 …S that have been removed from the default configuration, call `mbedtls_ssl_conf_sig_hashes()` and …
/openthread-3.7.0/third_party/mbedtls/repo/library/
Dssl_tls.c2723 void mbedtls_ssl_conf_sig_hashes(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_sig_hashes() function
/openthread-3.7.0/third_party/mbedtls/repo/
DChangeLog1028 * Deprecate mbedtls_ssl_conf_sig_hashes() in favor of the more generic
4372 mbedtls_ssl_conf_dhm_min_bitlen() and mbedtls_ssl_conf_sig_hashes().