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