Searched defs:sct_ref (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/test/
H A Dct_test_util.cc198 void GetX509CertSCT(scoped_refptr<SignedCertificateTimestamp>* sct_ref) { argument
199 CHECK(sct_ref != NULL);
200 *sct_ref = new SignedCertificateTimestamp();
201 SignedCertificateTimestamp *const sct(sct_ref->get());
215 void GetPrecertSCT(scoped_refptr<SignedCertificateTimestamp>* sct_ref) { argument
216 CHECK(sct_ref != NULL);
217 *sct_ref = new SignedCertificateTimestamp();
218 SignedCertificateTimestamp *const sct(sct_ref->get());

Completed in 94 milliseconds