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