Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dssl_cache.h136 int mbedtls_ssl_cache_remove(void *data,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dssl_cache.h136 int mbedtls_ssl_cache_remove(void *data,
/aosp_15_r20/external/mbedtls/library/
H A Dssl_cache.c321 int mbedtls_ssl_cache_remove(void *data, in mbedtls_ssl_cache_remove() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_cache.c321 int mbedtls_ssl_cache_remove(void *data, in mbedtls_ssl_cache_remove() function
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_server2.c4087 mbedtls_ssl_cache_remove(&cache, ssl.session->id, ssl.session->id_len); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_server2.c4176 mbedtls_ssl_cache_remove(&cache, ssl.session->id, ssl.session->id_len); in main()
/aosp_15_r20/external/mbedtls/
H A DChangeLog392 * Add new API mbedtls_ssl_cache_remove for cache entry removal by
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog652 * Add new API mbedtls_ssl_cache_remove for cache entry removal by