Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Drsa_private_key.cc49 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()
[all …]
Drsa_private_key.h33 class PrivateKeyInfoCodec {
49 explicit PrivateKeyInfoCodec(bool big_endian);
51 ~PrivateKeyInfoCodec();
163 DISALLOW_COPY_AND_ASSIGN(PrivateKeyInfoCodec);
Drsa_private_key_nss.cc115 PrivateKeyInfoCodec private_key_info(true); in ExportPrivateKey()