Lines Matching refs:PrivateKeyInfoCodec
47 const uint8 PrivateKeyInfoCodec::kRsaAlgorithmIdentifier[] = {
52 PrivateKeyInfoCodec::PrivateKeyInfoCodec(bool big_endian)
55 PrivateKeyInfoCodec::~PrivateKeyInfoCodec() {}
57 bool PrivateKeyInfoCodec::Export(std::vector<uint8>* output) {
90 bool PrivateKeyInfoCodec::ExportPublicKeyInfo(std::vector<uint8>* output) {
116 bool PrivateKeyInfoCodec::ExportPublicKey(std::vector<uint8>* output) {
133 bool PrivateKeyInfoCodec::Import(const std::vector<uint8>& input) {
170 void PrivateKeyInfoCodec::PrependInteger(const std::vector<uint8>& in,
177 void PrivateKeyInfoCodec::PrependInteger(uint8* val,
183 void PrivateKeyInfoCodec::PrependIntegerImpl(uint8* val,
217 bool PrivateKeyInfoCodec::ReadInteger(uint8** pos,
223 bool PrivateKeyInfoCodec::ReadIntegerWithExpectedSize(uint8** pos,
253 bool PrivateKeyInfoCodec::ReadIntegerImpl(uint8** pos,
278 void PrivateKeyInfoCodec::PrependBytes(uint8* val,
288 void PrivateKeyInfoCodec::PrependLength(size_t size, std::list<uint8>* data) {
305 void PrivateKeyInfoCodec::PrependTypeHeaderAndLength(uint8 type,
312 void PrivateKeyInfoCodec::PrependBitString(uint8* val,
325 bool PrivateKeyInfoCodec::ReadLength(uint8** pos, uint8* end, uint32* result) {
353 bool PrivateKeyInfoCodec::ReadTypeHeaderAndLength(uint8** pos,
364 bool PrivateKeyInfoCodec::ReadSequence(uint8** pos, uint8* end) {
368 bool PrivateKeyInfoCodec::ReadAlgorithmIdentifier(uint8** pos, uint8* end) {
376 bool PrivateKeyInfoCodec::ReadVersion(uint8** pos, uint8* end) {