Searched refs:x509_chain_without_leaf (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_x509.cc321 sk_X509_pop_free(sess->x509_chain_without_leaf, X509_free);
322 sess->x509_chain_without_leaf = NULL;
353 sk_X509_pop_free(session->x509_chain_without_leaf, X509_free);
354 session->x509_chain_without_leaf = NULL;
550 if (session->x509_chain_without_leaf == NULL) {
551 session->x509_chain_without_leaf = sk_X509_new_null();
552 if (session->x509_chain_without_leaf == NULL) {
558 if (!sk_X509_push(session->x509_chain_without_leaf, cert)) {
559 sk_X509_pop_free(session->x509_chain_without_leaf, X509_free);
560 session->x509_chain_without_leaf
[all...]
/external/boringssl/include/openssl/
H A Dssl.h4166 // x509_chain_without_leaf is a lazily constructed copy of |x509_chain| that
4171 STACK_OF(X509) *x509_chain_without_leaf; member in struct:ssl_session_st
/external/boringssl/src/include/openssl/
H A Dssl.h4166 // x509_chain_without_leaf is a lazily constructed copy of |x509_chain| that
4171 STACK_OF(X509) *x509_chain_without_leaf; member in struct:ssl_session_st

Completed in 87 milliseconds