Searched refs:kSequenceTag (Results 1 – 2 of 2) sorted by relevance
/external/chromium/crypto/ |
D | rsa_private_key.cc | 72 PrependTypeHeaderAndLength(kSequenceTag, 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() 365 return ReadTypeHeaderAndLength(pos, end, kSequenceTag, NULL); in ReadSequence()
|
D | rsa_private_key.h | 49 static const uint8 kSequenceTag = 0x30; variable
|