Home
last modified time | relevance | path

Searched refs:newSessionCallback (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/DnsResolver/
H A DDnsTlsSessionCache.cpp35 SSL_CTX_sess_set_new_cb(ssl_ctx, &DnsTlsSessionCache::newSessionCallback); in prepareSslContext()
39 int DnsTlsSessionCache::newSessionCallback(SSL* ssl, SSL_SESSION* session) { in newSessionCallback() function in android::net::DnsTlsSessionCache
H A DDnsTlsSessionCache.h48 static int newSessionCallback(SSL* _Nullable ssl, SSL_SESSION* _Nullable session);