Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dec_private_key.h26 typedef struct SECKEYPublicKeyStr SECKEYPublicKey; typedef
68 SECKEYPublicKey** public_key);
78 SECKEYPublicKey* public_key() { return public_key_; } in public_key()
109 SECKEYPublicKey* public_key_;
Dsignature_verifier_nss.cc33 SECStatus VerifyRSAPSS_End(SECKEYPublicKey* public_key, in VerifyRSAPSS_End()
88 SECKEYPublicKey* public_key = DecodePublicKeyInfo(public_key_info, in VerifyInit()
151 SECKEYPublicKey* public_key = DecodePublicKeyInfo(public_key_info, in VerifyInitRSAPSS()
195 SECKEYPublicKey* SignatureVerifier::DecodePublicKeyInfo( in DecodePublicKeyInfo()
206 SECKEYPublicKey* public_key = SECKEY_ExtractPublicKey(spki); in DecodePublicKeyInfo()
Dsignature_verifier.h20 typedef struct SECKEYPublicKeyStr SECKEYPublicKey; typedef
120 static SECKEYPublicKey* DecodePublicKeyInfo(const uint8_t* public_key_info,
139 SECKEYPublicKey* public_key_;
Dscoped_nss_types.h41 typedef scoped_ptr<SECKEYPublicKey,
42 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.cc74 SECKEYPublicKey* public_key_raw = nullptr; in GenerateRSAKeyPairNSS()
/external/curl/lib/vtls/
Dnss.c964 SECKEYPublicKey *pubkey = CERT_ExtractPublicKey(cert); in cmp_peer_pubkey()