HomeSort by relevance Sort by last modified time
    Searched refs:kSequenceTag (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/crypto/
rsa_private_key.cc 72 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content);
80 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content);
105 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content);
121 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content);
359 return ReadTypeHeaderAndLength(pos, end, kSequenceTag, NULL);
rsa_private_key.h 46 static const uint8 kSequenceTag = 0x30;
signature_verifier_unittest.cc     [all...]

Completed in 3933 milliseconds