Searched refs:PrivateKeyInfoCodec (Results 1 - 5 of 5) sorted by relevance

/external/chromium/crypto/
H A Drsa_private_key.cc47 const uint8 PrivateKeyInfoCodec::kRsaAlgorithmIdentifier[] = {
52 PrivateKeyInfoCodec::PrivateKeyInfoCodec(bool big_endian) function in class:crypto::PrivateKeyInfoCodec
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
[all...]
H A Drsa_private_key.h38 class PrivateKeyInfoCodec { class in namespace:crypto
55 explicit PrivateKeyInfoCodec(bool big_endian);
57 ~PrivateKeyInfoCodec();
167 DISALLOW_COPY_AND_ASSIGN(PrivateKeyInfoCodec);
H A Drsa_private_key_mac.cc107 PrivateKeyInfoCodec codec(true);
188 PrivateKeyInfoCodec private_key_info(true);
H A Drsa_private_key_win.cc54 PrivateKeyInfoCodec pki(false); // Little-Endian
159 PrivateKeyInfoCodec pki(false); // Little-Endian
H A Drsa_private_key_nss.cc147 PrivateKeyInfoCodec private_key_info(true);

Completed in 61 milliseconds