Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp6761 Unique_sk_X509 certStack(sk_X509_new_null()); local
6762 if (certStack.get() == NULL) {
6770 sk_X509_push(certStack.get(), X509_dup_nocopy(x509));
6776 reinterpret_cast<uintptr_t>(certStack.get())),