Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_get_hostname (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dssl.h3809 static inline const char *mbedtls_ssl_get_hostname(mbedtls_ssl_context *ssl) in mbedtls_ssl_get_hostname() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dssl.h3983 static inline const char *mbedtls_ssl_get_hostname(mbedtls_ssl_context *ssl) in mbedtls_ssl_get_hostname() function
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ssl.function1158 hostname = mbedtls_ssl_get_hostname(&ssl);
1162 hostname = mbedtls_ssl_get_hostname(&ssl);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ssl.function1210 output_hostname = mbedtls_ssl_get_hostname(&ssl);
1214 output_hostname = mbedtls_ssl_get_hostname(&ssl);
/aosp_15_r20/external/mbedtls/
H A DChangeLog148 * Add getter (mbedtls_ssl_get_hostname()) to access
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog408 * Add getter (mbedtls_ssl_get_hostname()) to access