Home | History | Annotate | Download | only in cert

Lines Matching refs:Pickle

19 #include "base/pickle.h"
305 X509Certificate* X509Certificate::CreateFromPickle(const Pickle& pickle,
341 // might really be a 64-bit field since we used to use Pickle::WriteSize(),
349 // save a copy of the pickle iterator to restore in case we don't get 32
357 // reading an old 32-bit pickle, and there's nothing else after this in
358 // the pickle, we should report success. Note that it is technically
362 // which comes from the pickle version number in http_response_info.cc.
467 void X509Certificate::Persist(Pickle* pickle) {
474 if (!pickle->WriteInt(
476 !WriteOSCertHandleToPickle(cert_handle_, pickle)) {
481 if (!WriteOSCertHandleToPickle(intermediate_ca_certs_[i], pickle)) {