Lines Matching refs:PrivateKeyInfoCodec
49 const uint8_t PrivateKeyInfoCodec::kRsaAlgorithmIdentifier[] = {
53 PrivateKeyInfoCodec::PrivateKeyInfoCodec(bool big_endian) in PrivateKeyInfoCodec() function in crypto::PrivateKeyInfoCodec
56 PrivateKeyInfoCodec::~PrivateKeyInfoCodec() {} in ~PrivateKeyInfoCodec()
58 bool PrivateKeyInfoCodec::Export(std::vector<uint8_t>* output) { in Export()
90 bool PrivateKeyInfoCodec::ExportPublicKeyInfo(std::vector<uint8_t>* output) { in ExportPublicKeyInfo()
115 bool PrivateKeyInfoCodec::ExportPublicKey(std::vector<uint8_t>* output) { in ExportPublicKey()
131 bool PrivateKeyInfoCodec::Import(const std::vector<uint8_t>& input) { in Import()
168 void PrivateKeyInfoCodec::PrependInteger(const std::vector<uint8_t>& in, in PrependInteger()
175 void PrivateKeyInfoCodec::PrependInteger(uint8_t* val, in PrependInteger()
181 void PrivateKeyInfoCodec::PrependIntegerImpl(uint8_t* val, in PrependIntegerImpl()
215 bool PrivateKeyInfoCodec::ReadInteger(uint8_t** pos, in ReadInteger()
221 bool PrivateKeyInfoCodec::ReadIntegerWithExpectedSize( in ReadIntegerWithExpectedSize()
249 bool PrivateKeyInfoCodec::ReadIntegerImpl(uint8_t** pos, in ReadIntegerImpl()
274 void PrivateKeyInfoCodec::PrependBytes(uint8_t* val, in PrependBytes()
284 void PrivateKeyInfoCodec::PrependLength(size_t size, std::list<uint8_t>* data) { in PrependLength()
301 void PrivateKeyInfoCodec::PrependTypeHeaderAndLength( in PrependTypeHeaderAndLength()
309 void PrivateKeyInfoCodec::PrependBitString(uint8_t* val, in PrependBitString()
322 bool PrivateKeyInfoCodec::ReadLength(uint8_t** pos, in ReadLength()
352 bool PrivateKeyInfoCodec::ReadTypeHeaderAndLength(uint8_t** pos, in ReadTypeHeaderAndLength()
363 bool PrivateKeyInfoCodec::ReadSequence(uint8_t** pos, uint8_t* end) { in ReadSequence()
367 bool PrivateKeyInfoCodec::ReadAlgorithmIdentifier(uint8_t** pos, uint8_t* end) { in ReadAlgorithmIdentifier()
375 bool PrivateKeyInfoCodec::ReadVersion(uint8_t** pos, uint8_t* end) { in ReadVersion()