Lines Matching refs:RSAPrivateKey
51 RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) { in Create()
62 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey); in Create()
71 RSAPrivateKey* RSAPrivateKey::CreateSensitive(uint16 num_bits) { in CreateSensitive()
77 RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfo( in CreateFromPrivateKeyInfo()
96 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey); in CreateFromPrivateKeyInfo()
105 RSAPrivateKey* RSAPrivateKey::CreateSensitiveFromPrivateKeyInfo( in CreateSensitiveFromPrivateKeyInfo()
112 RSAPrivateKey* RSAPrivateKey::FindFromPublicKeyInfo( in FindFromPublicKeyInfo()
118 RSAPrivateKey::RSAPrivateKey() in RSAPrivateKey() function in crypto::RSAPrivateKey
122 RSAPrivateKey::~RSAPrivateKey() { in ~RSAPrivateKey()
127 bool RSAPrivateKey::ExportPrivateKey(std::vector<uint8>* output) { in ExportPrivateKey()
131 bool RSAPrivateKey::ExportPublicKey(std::vector<uint8>* output) { in ExportPublicKey()