Searched refs:chain_copy (Results 1 – 1 of 1) sorted by relevance
8494 Unique_sk_X509 chain_copy(NULL); in NativeCrypto_SSL_get_peer_cert_chain() local8501 chain_copy.reset(sk_X509_new_null()); in NativeCrypto_SSL_get_peer_cert_chain()8502 if (chain_copy.get() == NULL) { in NativeCrypto_SSL_get_peer_cert_chain()8509 if (!sk_X509_push(chain_copy.get(), X509_dup_nocopy(sk_X509_value(chain, i)))) { in NativeCrypto_SSL_get_peer_cert_chain()8515 if (!sk_X509_push(chain_copy.get(), X509_dup_nocopy(x509))) { in NativeCrypto_SSL_get_peer_cert_chain()8520 chain = chain_copy.get(); in NativeCrypto_SSL_get_peer_cert_chain()