Searched refs:ScopedSECKEYPublicKey (Results 1 – 6 of 6) sorted by relevance
52 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()
45 ScopedSECKEYPublicKey; typedef
111 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()
265 crypto::ScopedSECKEYPublicKey ca_public_key( in VerifyCredentials()277 crypto::ScopedSECKEYPublicKey public_key(CERT_ExtractPublicKey(cert.get())); in VerifyCredentials()
221 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()
546 crypto::ScopedSECKEYPublicKey key(CERT_ExtractPublicKey(handle)); in GetPublicKeyInfo()