Lines Matching refs:RSAPrivateKey
25 RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) { in Create()
26 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey); in Create()
42 RSAPrivateKey* RSAPrivateKey::CreateSensitive(uint16 num_bits) { in CreateSensitive()
48 RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfo( in CreateFromPrivateKeyInfo()
50 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey); in CreateFromPrivateKeyInfo()
113 RSAPrivateKey* RSAPrivateKey::CreateSensitiveFromPrivateKeyInfo( in CreateSensitiveFromPrivateKeyInfo()
120 RSAPrivateKey* RSAPrivateKey::FindFromPublicKeyInfo( in FindFromPublicKeyInfo()
126 RSAPrivateKey::RSAPrivateKey() : provider_(NULL), key_(NULL) {} in RSAPrivateKey() function in crypto::RSAPrivateKey
128 RSAPrivateKey::~RSAPrivateKey() {} in ~RSAPrivateKey()
130 bool RSAPrivateKey::InitProvider() { in InitProvider()
135 bool RSAPrivateKey::ExportPrivateKey(std::vector<uint8>* output) { in ExportPrivateKey()
188 bool RSAPrivateKey::ExportPublicKey(std::vector<uint8>* output) { in ExportPublicKey()