Home
last modified time | relevance | path

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

/external/chromium/crypto/
Drsa_private_key.cc72 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()
Drsa_private_key.h49 static const uint8 kSequenceTag = 0x30; variable