Lines Matching refs:RSAPrivateKey
16 RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) { in Create()
17 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey); in Create()
47 RSAPrivateKey* RSAPrivateKey::CreateSensitive(uint16 num_bits) { in CreateSensitive()
53 RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfo( in CreateFromPrivateKeyInfo()
58 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey); in CreateFromPrivateKeyInfo()
148 RSAPrivateKey* RSAPrivateKey::CreateSensitiveFromPrivateKeyInfo( in CreateSensitiveFromPrivateKeyInfo()
155 RSAPrivateKey* RSAPrivateKey::FindFromPublicKeyInfo( in FindFromPublicKeyInfo()
161 RSAPrivateKey::RSAPrivateKey() { in RSAPrivateKey() function in crypto::RSAPrivateKey
168 RSAPrivateKey::~RSAPrivateKey() { in ~RSAPrivateKey()
177 bool RSAPrivateKey::ExportPrivateKey(std::vector<uint8>* output) { in ExportPrivateKey()
187 bool RSAPrivateKey::ExportPublicKey(std::vector<uint8>* output) { in ExportPublicKey()