Home | History | Annotate | Download | only in crypto

Lines Matching refs:ECPrivateKey

33 class CRYPTO_EXPORT ECPrivateKey {
35 ~ECPrivateKey();
43 static ECPrivateKey* Create();
49 static ECPrivateKey* CreateSensitive(PK11SlotInfo* slot);
56 static ECPrivateKey* CreateFromEncryptedPrivateKeyInfo(
67 static ECPrivateKey* CreateSensitiveFromEncryptedPrivateKeyInfo(
77 // without having to create a ECPrivateKey object and make a copy of them.
117 ECPrivateKey();
123 static ECPrivateKey* CreateWithParams(PK11SlotInfo* slot,
129 static ECPrivateKey* CreateFromEncryptedPrivateKeyInfoWithParams(
145 DISALLOW_COPY_AND_ASSIGN(ECPrivateKey);