Searched refs:prepareSsl (Results 1 – 3 of 3) sorted by relevance
37 bool prepareSsl(SSL* _Nonnull ssl);
26 bool DnsTlsSessionCache::prepareSsl(SSL* ssl) { in prepareSsl() function in android::net::DnsTlsSessionCache
235 if (!mCache->prepareSsl(ssl.get())) { in prepareForSslConnect()