Home
last modified time | relevance | path

Searched refs:SECKEYPublicKey (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/crypto/
Dec_private_key.h27 typedef struct SECKEYPublicKeyStr SECKEYPublicKey; typedef
78 SECKEYPublicKey** public_key);
88 SECKEYPublicKey* public_key() { return public_key_; } in public_key()
120 SECKEYPublicKey* public_key_;
Dsignature_verifier_nss.cc45 SECStatus VerifyRSAPSS_End(SECKEYPublicKey* public_key, in VerifyRSAPSS_End()
99 SECKEYPublicKey* public_key = DecodePublicKeyInfo(public_key_info, in VerifyInit()
137 SECKEYPublicKey* public_key = DecodePublicKeyInfo(public_key_info, in VerifyInitRSAPSS()
181 SECKEYPublicKey* SignatureVerifier::DecodePublicKeyInfo( in DecodePublicKeyInfo()
192 SECKEYPublicKey* public_key = SECKEY_ExtractPublicKey(spki); in DecodePublicKeyInfo()
Dsignature_verifier.h20 typedef struct SECKEYPublicKeyStr SECKEYPublicKey; typedef
108 static SECKEYPublicKey* DecodePublicKeyInfo(const uint8_t* public_key_info,
127 SECKEYPublicKey* public_key_;
Dscoped_nss_types.h43 typedef std::unique_ptr<SECKEYPublicKey,
44 NSSDestroyer<SECKEYPublicKey, SECKEY_DestroyPublicKey>>
Drsa_private_key.h25 typedef struct SECKEYPublicKeyStr SECKEYPublicKey; typedef
197 SECKEYPublicKey* public_key() { return public_key_; } in public_key()
217 SECKEYPublicKey* public_key_;
Dnss_key_util.cc69 SECKEYPublicKey* public_key_raw = nullptr; in GenerateRSAKeyPairNSS()
/external/curl/lib/vtls/
Dnss.c964 SECKEYPublicKey *pubkey = CERT_ExtractPublicKey(cert); in cmp_peer_pubkey()