Home | History | Annotate | Download | only in crypto

Lines Matching defs:PrivateKeyInfoCodec

47 const uint8 PrivateKeyInfoCodec::kRsaAlgorithmIdentifier[] = {
52 PrivateKeyInfoCodec::PrivateKeyInfoCodec(bool big_endian)
55 PrivateKeyInfoCodec::~PrivateKeyInfoCodec() {}
57 bool PrivateKeyInfoCodec::Export(std::vector<uint8>* output) {
89 bool PrivateKeyInfoCodec::ExportPublicKeyInfo(std::vector<uint8>* output) {
114 bool PrivateKeyInfoCodec::ExportPublicKey(std::vector<uint8>* output) {
130 bool PrivateKeyInfoCodec::Import(const std::vector<uint8>& input) {
167 void PrivateKeyInfoCodec::PrependInteger(const std::vector<uint8>& in,
174 void PrivateKeyInfoCodec::PrependInteger(uint8* val,
180 void PrivateKeyInfoCodec::PrependIntegerImpl(uint8* val,
214 bool PrivateKeyInfoCodec::ReadInteger(uint8** pos,
220 bool PrivateKeyInfoCodec::ReadIntegerWithExpectedSize(uint8** pos,
247 bool PrivateKeyInfoCodec::ReadIntegerImpl(uint8** pos,
272 void PrivateKeyInfoCodec::PrependBytes(uint8* val,
282 void PrivateKeyInfoCodec::PrependLength(size_t size, std::list<uint8>* data) {
299 void PrivateKeyInfoCodec::PrependTypeHeaderAndLength(uint8 type,
306 void PrivateKeyInfoCodec::PrependBitString(uint8* val,
319 bool PrivateKeyInfoCodec::ReadLength(uint8** pos, uint8* end, uint32* result) {
347 bool PrivateKeyInfoCodec::ReadTypeHeaderAndLength(uint8** pos,
358 bool PrivateKeyInfoCodec::ReadSequence(uint8** pos, uint8* end) {
362 bool PrivateKeyInfoCodec::ReadAlgorithmIdentifier(uint8** pos, uint8* end) {
370 bool PrivateKeyInfoCodec::ReadVersion(uint8** pos, uint8* end) {