Home
last modified time | relevance | path

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

/external/chromium/crypto/
Drsa_private_key.cc72 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in Export()
73 PrependTypeHeaderAndLength(kOctetStringTag, content.size(), &content); in Export()
80 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in Export()
106 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in ExportPublicKeyInfo()
123 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in ExportPublicKey()
214 PrependTypeHeaderAndLength(kIntegerTag, num_bytes, data); in PrependIntegerImpl()
305 void PrivateKeyInfoCodec::PrependTypeHeaderAndLength(uint8 type, in PrependTypeHeaderAndLength() function in crypto::PrivateKeyInfoCodec
Drsa_private_key.h127 void PrependTypeHeaderAndLength(uint8 type,