Home | History | Annotate | Download | only in crypto

Lines Matching defs:RSAPrivateKey

44 RSAPrivateKey::~RSAPrivateKey() {
52 RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) {
59 RSAPrivateKey* RSAPrivateKey::CreateSensitive(uint16 num_bits) {
66 RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfo(
74 RSAPrivateKey* RSAPrivateKey::CreateSensitiveFromPrivateKeyInfo(
82 RSAPrivateKey* RSAPrivateKey::FindFromPublicKeyInfo(
86 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
146 bool RSAPrivateKey::ExportPrivateKey(std::vector<uint8>* output) {
168 bool RSAPrivateKey::ExportPublicKey(std::vector<uint8>* output) {
182 RSAPrivateKey::RSAPrivateKey() : key_(NULL), public_key_(NULL) {
187 RSAPrivateKey* RSAPrivateKey::CreateWithParams(uint16 num_bits,
192 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
211 RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfoWithParams(
218 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);