Home
last modified time | relevance | path

Searched refs:prepareSslContext (Results 1 – 3 of 3) sorted by relevance

/system/netd/resolv/
DDnsTlsSessionCache.h36 void prepareSslContext(SSL_CTX* _Nonnull ssl_ctx);
DDnsTlsSessionCache.cpp34 void DnsTlsSessionCache::prepareSslContext(SSL_CTX* ssl_ctx) { in prepareSslContext() function in android::net::DnsTlsSessionCache
DDnsTlsSocket.cpp157 mCache->prepareSslContext(mSslCtx.get()); in initialize()