Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_conf_preference_order (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dssl.h4282 void mbedtls_ssl_conf_preference_order(mbedtls_ssl_config *conf, int order);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dssl.h4456 void mbedtls_ssl_conf_preference_order(mbedtls_ssl_config *conf, int order);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A D3.0-migration-guide.md1006 This new function `mbedtls_ssl_conf_preference_order()` can be used to
1008 e.g.: `mbedtls_ssl_conf_preference_order(ssl_config, MBEDTLS_SSL_SRV_CIPHERSUITE_ORDER_CLIENT)`
/aosp_15_r20/external/mbedtls/docs/
H A D3.0-migration-guide.md1006 This new function `mbedtls_ssl_conf_preference_order()` can be used to
1008 e.g.: `mbedtls_ssl_conf_preference_order(ssl_config, MBEDTLS_SSL_SRV_CIPHERSUITE_ORDER_CLIENT)`
/aosp_15_r20/external/mbedtls/library/
H A Dssl_tls12_server.c4398 void mbedtls_ssl_conf_preference_order(mbedtls_ssl_config *conf, int order) in mbedtls_ssl_conf_preference_order() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_tls12_server.c4427 void mbedtls_ssl_conf_preference_order(mbedtls_ssl_config *conf, int order) in mbedtls_ssl_conf_preference_order() function
/aosp_15_r20/external/mbedtls/
H A DChangeLog1303 configuration function mbedtls_ssl_conf_preference_order(). Fixes #4398.
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog1563 configuration function mbedtls_ssl_conf_preference_order(). Fixes #4398.