Home
last modified time | relevance | path

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

/system/netd/resolv/
DDnsTlsSessionCache.cpp36 SSL_CTX_sess_set_new_cb(ssl_ctx, &DnsTlsSessionCache::newSessionCallback); in prepareSslContext()
40 int DnsTlsSessionCache::newSessionCallback(SSL* ssl, SSL_SESSION* session) { in newSessionCallback() function in android::net::DnsTlsSessionCache
DDnsTlsSessionCache.h48 static int newSessionCallback(SSL* _Nullable ssl, SSL_SESSION* _Nullable session);