Home
last modified time | relevance | path

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

/external/chromium_org/crypto/
Drsa_private_key.cc47 const uint8 PrivateKeyInfoCodec::kRsaAlgorithmIdentifier[] = {
52 PrivateKeyInfoCodec::PrivateKeyInfoCodec(bool big_endian) in PrivateKeyInfoCodec() function in crypto::PrivateKeyInfoCodec
55 PrivateKeyInfoCodec::~PrivateKeyInfoCodec() {} in ~PrivateKeyInfoCodec()
57 bool PrivateKeyInfoCodec::Export(std::vector<uint8>* output) { in Export()
89 bool PrivateKeyInfoCodec::ExportPublicKeyInfo(std::vector<uint8>* output) { in ExportPublicKeyInfo()
114 bool PrivateKeyInfoCodec::ExportPublicKey(std::vector<uint8>* output) { in ExportPublicKey()
130 bool PrivateKeyInfoCodec::Import(const std::vector<uint8>& input) { in Import()
167 void PrivateKeyInfoCodec::PrependInteger(const std::vector<uint8>& in, in PrependInteger()
174 void PrivateKeyInfoCodec::PrependInteger(uint8* val, in PrependInteger()
180 void PrivateKeyInfoCodec::PrependIntegerImpl(uint8* val, in PrependIntegerImpl()
[all …]
Drsa_private_key.h35 class PrivateKeyInfoCodec {
52 explicit PrivateKeyInfoCodec(bool big_endian);
54 ~PrivateKeyInfoCodec();
164 DISALLOW_COPY_AND_ASSIGN(PrivateKeyInfoCodec);
Drsa_private_key_nss.cc208 PrivateKeyInfoCodec private_key_info(true); in ExportPrivateKey()