Searched refs:ScopedSECKEYPrivateKey (Results 1 – 5 of 5) sorted by relevance
68 ScopedSECKEYPrivateKey* private_key) { in GenerateRSAKeyPairNSS()85 ScopedSECKEYPrivateKey ImportNSSKeyFromPrivateKeyInfo( in ImportNSSKeyFromPrivateKeyInfo()116 return ScopedSECKEYPrivateKey(key_raw); in ImportNSSKeyFromPrivateKeyInfo()121 ScopedSECKEYPrivateKey FindNSSKeyFromPublicKeyInfo( in FindNSSKeyFromPublicKeyInfo()137 ScopedSECKEYPrivateKey key( in FindNSSKeyFromPublicKeyInfo()148 ScopedSECKEYPrivateKey FindNSSKeyFromPublicKeyInfoInSlot( in FindNSSKeyFromPublicKeyInfoInSlot()157 return ScopedSECKEYPrivateKey( in FindNSSKeyFromPublicKeyInfoInSlot()
28 ScopedSECKEYPrivateKey* out_private_key);34 CRYPTO_EXPORT ScopedSECKEYPrivateKey44 CRYPTO_EXPORT ScopedSECKEYPrivateKey50 CRYPTO_EXPORT ScopedSECKEYPrivateKey
38 ScopedSECKEYPrivateKey private_key; in TEST_F()53 ScopedSECKEYPrivateKey private_key; in TEST_F()62 ScopedSECKEYPrivateKey private_key2 = in TEST_F()71 ScopedSECKEYPrivateKey private_key; in TEST_F()
62 ScopedSECKEYPrivateKey private_key; in Create()84 ScopedSECKEYPrivateKey key(ImportNSSKeyFromPrivateKeyInfo( in CreateFromPrivateKeyInfo()
46 ScopedSECKEYPrivateKey; typedef