Home
last modified time | relevance | path

Searched refs:ScopedSECKEYPublicKey (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/crypto/
Drsa_private_key_nss.cc52 crypto::ScopedSECKEYPublicKey GetRSAPublicKey(const std::vector<uint8>& input) { in GetRSAPublicKey()
61 return crypto::ScopedSECKEYPublicKey(); in GetRSAPublicKey()
63 crypto::ScopedSECKEYPublicKey result(SECKEY_ExtractPublicKey(spki.get())); in GetRSAPublicKey()
67 return crypto::ScopedSECKEYPublicKey(); in GetRSAPublicKey()
Dscoped_nss_types.h45 ScopedSECKEYPublicKey; typedef
/external/chromium_org/chrome/common/extensions/api/networking_private/
Dnetworking_private_crypto.cc111 crypto::ScopedSECKEYPublicKey ca_public_key( in VerifyCredentials()
139 crypto::ScopedSECKEYPublicKey public_key(CERT_ExtractPublicKey(cert.get())); in VerifyCredentials()
176 crypto::ScopedSECKEYPublicKey public_key( in EncryptByteString()
/external/chromium_org/chrome/browser/extensions/api/cast_channel/
Dcast_auth_util_nss.cc265 crypto::ScopedSECKEYPublicKey ca_public_key( in VerifyCredentials()
277 crypto::ScopedSECKEYPublicKey public_key(CERT_ExtractPublicKey(cert.get())); in VerifyCredentials()
/external/chromium_org/content/child/webcrypto/
Dplatform_crypto_nss.cc221 static Status Create(crypto::ScopedSECKEYPublicKey key, in Create()
240 explicit PublicKey(crypto::ScopedSECKEYPublicKey key) : key_(key.Pass()) {} in PublicKey()
242 crypto::ScopedSECKEYPublicKey key_;
623 crypto::ScopedSECKEYPublicKey public_key(SECKEY_ConvertToPublicKey(key)); in CreatePrivateKeyAlgorithm()
1052 crypto::ScopedSECKEYPublicKey sec_public_key( in ImportKeySpki()
1556 crypto::ScopedSECKEYPublicKey(sec_public_key), &public_key_handle); in GenerateRsaKeyPair()
1681 crypto::ScopedSECKEYPublicKey pubkey( in ImportRsaPublicKey()
/external/chromium_org/net/cert/
Dx509_util_nss.cc546 crypto::ScopedSECKEYPublicKey key(CERT_ExtractPublicKey(handle)); in GetPublicKeyInfo()