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

  /external/libchrome/crypto/
rsa_private_key.cc 73 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content);
81 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content);
106 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content);
122 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content);
364 return ReadTypeHeaderAndLength(pos, end, kSequenceTag, NULL);
rsa_private_key.h 43 static const uint8_t kSequenceTag = 0x30;
signature_verifier_unittest.cc     [all...]

Completed in 58 milliseconds