Searched refs:kSequenceTag (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/crypto/
H A Drsa_private_key.cc72 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);
H A Drsa_private_key.h46 static const uint8 kSequenceTag = 0x30; member in class:crypto::PrivateKeyInfoCodec
H A Dsignature_verifier_unittest.cc1001 static const uint8 kSequenceTag = 0x30; local
1030 public_key_info->insert(public_key_info->begin(), kSequenceTag);
1056 public_key_info->insert(public_key_info->begin(), kSequenceTag);

Completed in 285 milliseconds