Home | History | Annotate | Download | only in base

Lines Matching full:x509

43   STACK_OF(X509)* certs = NULL;
53 X509* x509_cert =
183 NOTREACHED() << "Invalid X509 err " << err;
190 void sk_X509_free_fn(STACK_OF(X509)* st) {
212 // We allow the X509 store to leak, because it is used from a non-joinable
273 // certificate and cache the data within the X509 cert using X509_set_ex_data.
356 X509* cert = d2i_X509(NULL, &d2i_data, length);
433 crypto::ScopedOpenSSL<STACK_OF(X509), sk_X509_free_fn> intermediates(
450 LOG(ERROR) << "X509 Verification error "
461 STACK_OF(X509)* chain = X509_STORE_CTX_get_chain(ctx.get());
463 X509* cert = sk_X509_value(chain, i);