Home
last modified time | relevance | path

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

/external/chromium/base/crypto/
Drsa_private_key.cc79 void PrivateKeyInfoCodec::PrependTypeHeaderAndLength(uint8 type, in PrependTypeHeaderAndLength() function in base::PrivateKeyInfoCodec
179 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in Export()
180 PrependTypeHeaderAndLength(kOctetStringTag, content.size(), &content); in Export()
187 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in Export()
204 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in ExportPublicKeyInfo()
220 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in ExportPublicKeyInfo()
311 PrependTypeHeaderAndLength(kIntegerTag, num_bytes, data); in PrependIntegerImpl()
Drsa_private_key.h113 void PrependTypeHeaderAndLength(uint8 type,