Searched refs:PrependTypeHeaderAndLength (Results 1 – 2 of 2) sorted by relevance
/external/chromium/base/crypto/ |
D | rsa_private_key.cc | 79 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()
|
D | rsa_private_key.h | 113 void PrependTypeHeaderAndLength(uint8 type,
|