Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Drsa_private_key.cc73 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in Export()
81 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in Export()
106 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in ExportPublicKeyInfo()
122 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in ExportPublicKey()
364 return ReadTypeHeaderAndLength(pos, end, kSequenceTag, NULL); in ReadSequence()
Dsignature_verifier_unittest.cc1018 static const uint8_t kSequenceTag = 0x30; in EncodeRSAPublicKey() local
1041 public_key_info->insert(public_key_info->begin(), kSequenceTag); in EncodeRSAPublicKey()
1060 public_key_info->insert(public_key_info->begin(), kSequenceTag); in EncodeRSAPublicKey()
Drsa_private_key.h43 static const uint8_t kSequenceTag = 0x30; variable