Searched refs:ScopedSECKEYPrivateKey (Results 1 – 5 of 5) sorted by relevance
63 ScopedSECKEYPrivateKey* private_key) { in GenerateRSAKeyPairNSS()80 ScopedSECKEYPrivateKey ImportNSSKeyFromPrivateKeyInfo( in ImportNSSKeyFromPrivateKeyInfo()111 return ScopedSECKEYPrivateKey(key_raw); in ImportNSSKeyFromPrivateKeyInfo()114 ScopedSECKEYPrivateKey FindNSSKeyFromPublicKeyInfo( in FindNSSKeyFromPublicKeyInfo()130 ScopedSECKEYPrivateKey key( in FindNSSKeyFromPublicKeyInfo()141 ScopedSECKEYPrivateKey FindNSSKeyFromPublicKeyInfoInSlot( in FindNSSKeyFromPublicKeyInfoInSlot()150 return ScopedSECKEYPrivateKey( in FindNSSKeyFromPublicKeyInfoInSlot()
28 ScopedSECKEYPrivateKey* out_private_key);34 CRYPTO_EXPORT ScopedSECKEYPrivateKey42 CRYPTO_EXPORT ScopedSECKEYPrivateKey48 CRYPTO_EXPORT ScopedSECKEYPrivateKey
38 ScopedSECKEYPrivateKey private_key; in TEST_F()52 ScopedSECKEYPrivateKey private_key; in TEST_F()61 ScopedSECKEYPrivateKey private_key2 = in TEST_F()70 ScopedSECKEYPrivateKey private_key; in TEST_F()
62 ScopedSECKEYPrivateKey private_key; in Create()84 ScopedSECKEYPrivateKey key(ImportNSSKeyFromPrivateKeyInfo( in CreateFromPrivateKeyInfo()
49 ScopedSECKEYPrivateKey; typedef