Searched refs:prepareSslContext (Results 1 – 3 of 3) sorted by relevance
36 void prepareSslContext(SSL_CTX* _Nonnull ssl_ctx);
34 void DnsTlsSessionCache::prepareSslContext(SSL_CTX* ssl_ctx) { in prepareSslContext() function in android::net::DnsTlsSessionCache
157 mCache->prepareSslContext(mSslCtx.get()); in initialize()