Searched refs:chain_without_leaf (Results 1 – 1 of 1) sorted by relevance
284 bssl::UniquePtr<STACK_OF(X509)> chain, chain_without_leaf; in ssl_crypto_x509_session_cache_objects() local294 chain_without_leaf.reset(sk_X509_new_null()); in ssl_crypto_x509_session_cache_objects()295 if (!chain_without_leaf) { in ssl_crypto_x509_session_cache_objects()311 } else if (chain_without_leaf && in ssl_crypto_x509_session_cache_objects()312 !PushToStack(chain_without_leaf.get(), UpRef(x509))) { in ssl_crypto_x509_session_cache_objects()326 sess->x509_chain_without_leaf = chain_without_leaf.release(); in ssl_crypto_x509_session_cache_objects()