Home
last modified time | relevance | path

Searched refs:WriteUint (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/cert/
Dct_serialization.cc176 void WriteUint(size_t length, T value, std::string* output) { in WriteUint() function
210 WriteUint(prefix_length, input.size(), output); in WriteVariableBytes()
243 WriteUint(kHashAlgorithmLength, input.hash_algorithm, output); in EncodeDigitallySigned()
244 WriteUint(kSigAlgorithmLength, input.signature_algorithm, in EncodeDigitallySigned()
278 WriteUint(kLogEntryTypeLength, input.type, output); in EncodeLogEntry()
292 WriteUint(kVersionLength, SignedCertificateTimestamp::SCT_VERSION_1, in EncodeV1SCTSignedData()
294 WriteUint(kSignatureTypeLength, SIGNATURE_TYPE_CERTIFICATE_TIMESTAMP, in EncodeV1SCTSignedData()
297 WriteUint(kTimestampLength, time_since_epoch.InMilliseconds(), in EncodeV1SCTSignedData()