Home
last modified time | relevance | path

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

12

/external/chromium_org/crypto/
Dec_private_key.h23 typedef struct SECKEYPublicKeyStr SECKEYPublicKey; typedef
88 SECKEYPublicKey** public_key);
98 SECKEYPublicKey* public_key() { return public_key_; } in public_key()
148 SECKEYPublicKey* public_key_;
Dsignature_verifier.h19 typedef struct SECKEYPublicKeyStr SECKEYPublicKey; typedef
119 static SECKEYPublicKey* DecodePublicKeyInfo(const uint8* public_key_info,
138 SECKEYPublicKey* public_key_;
Dsignature_verifier_nss.cc32 SECStatus VerifyRSAPSS_End(SECKEYPublicKey* public_key, in VerifyRSAPSS_End()
87 SECKEYPublicKey* public_key = DecodePublicKeyInfo(public_key_info, in VerifyInit()
150 SECKEYPublicKey* public_key = DecodePublicKeyInfo(public_key_info, in VerifyInitRSAPSS()
194 SECKEYPublicKey* SignatureVerifier::DecodePublicKeyInfo( in DecodePublicKeyInfo()
205 SECKEYPublicKey* public_key = SECKEY_ExtractPublicKey(spki); in DecodePublicKeyInfo()
Dscoped_nss_types.h41 typedef scoped_ptr<SECKEYPublicKey,
42 NSSDestroyer<SECKEYPublicKey, SECKEY_DestroyPublicKey> >
Drsa_private_key.h27 typedef struct SECKEYPublicKeyStr SECKEYPublicKey; typedef
231 SECKEYPublicKey* public_key() { return public_key_; } in public_key()
285 SECKEYPublicKey* public_key_;
Dec_private_key_nss.cc151 SECKEYPublicKey** public_key) { in ImportFromEncryptedPrivateKeyInfo()
/external/chromium_org/third_party/webrtc/base/
Dnssidentity.h30 NSSKeyPair(SECKEYPrivateKey* privkey, SECKEYPublicKey* pubkey) : in NSSKeyPair()
39 SECKEYPublicKey * pubkey() const { return pubkey_; } in pubkey()
43 SECKEYPublicKey* pubkey_;
Dnssidentity.cc52 SECKEYPublicKey *pubkey = NULL; in Generate()
75 SECKEYPublicKey *pubkey = SECKEY_CopyPublicKey(pubkey_); in GetReference()
173 SECKEYPublicKey* parent_key = CERT_ExtractPublicKey(parent); in Certifies()
477 SECKEYPublicKey *pubkey = SECKEY_ConvertToPublicKey(privkey); in FromPEMStrings()
/external/chromium_org/net/cert/
Dct_log_verifier.h21 typedef struct SECKEYPublicKeyStr SECKEYPublicKey; typedef
86 SECKEYPublicKey* public_key_;
Dct_objects_extractor_nss.cc473 SECKEYPublicKey* issuer_pub_key = in GetPrecertLogEntry()
/external/chromium_org/net/third_party/nss/ssl/
Dssl3ecc.c272 ssl3_SendECDHClientKeyExchange(sslSocket * ss, SECKEYPublicKey * svrPubKey) in ssl3_SendECDHClientKeyExchange()
278 SECKEYPublicKey *pubKey = NULL; /* Ephemeral ECDH key */ in ssl3_SendECDHClientKeyExchange()
367 SECKEYPublicKey *srvrPubKey, in ssl3_HandleECDHClientKeyExchange()
372 SECKEYPublicKey clntPubKey; in ssl3_HandleECDHClientKeyExchange()
445 SECKEYPublicKey * svrPublicKey = NULL; in ssl3_GetCurveNameForServerSocket()
519 SECKEYPublicKey * pubKey = NULL; in ssl3_CreateECDHEphemeralKeyPair()
596 SECKEYPublicKey *peerKey = NULL; in ssl3_HandleECDHServerKeyExchange()
702 ss->sec.peerKey = peerKey = PORT_ArenaZNew(arena, SECKEYPublicKey); in ssl3_HandleECDHServerKeyExchange()
757 SECKEYPublicKey * ecdhePub; in ssl3_SendECDHServerKeyExchange()
1211 SECKEYPublicKey *srvPublicKey; in ssl3_GetSvrCertCurveName()
Dsslimpl.h1011 SECKEYPublicKey *channelIDPub; /* used by client */
1054 SECKEYPublicKey * pubKey;
1167 SECKEYPublicKey *peerKey; /* ssl3 only */
1647 SECKEYPublicKey *channelIDPub,
1776 SECKEYPublicKey * svrPubKey);
1781 SECKEYPublicKey *srvrPubKey,
1877 SECKEYPublicKey *svrPubKey, void *pwArg,
1904 SECKEYPublicKey * pubKey);
Dssl.h1087 SECKEYPublicKey **out_public_key,
1096 SECKEYPublicKey *channelIDPub,
Dderive.c607 SECKEYPublicKey * srvPubkey = NULL; in SSL_CanBypass()
762 SECKEYPublicKey *keapub = NULL; in SSL_CanBypass()
764 SECKEYPublicKey *cpub = NULL; /* client's ephemeral ECDH keys */ in SSL_CanBypass()
Dssl3con.c1029 SECKEYPublicKey * key; in ssl3_VerifySignedHashes()
4529 SECKEYPublicKey *key; in ssl3_TLSSignatureAlgorithmForCertificate()
5579 SECKEYPublicKey pubWrapKey; in ssl_UnwrapSymWrappingKey()
5732 SECKEYPublicKey * svrPubKey = NULL; in getWrappingKey()
5743 SECKEYPublicKey *pubWrapKey = NULL; in getWrappingKey()
5980 sendRSAClientKeyExchange(sslSocket * ss, SECKEYPublicKey * svrPubKey) in sendRSAClientKeyExchange()
6084 sendDHClientKeyExchange(sslSocket * ss, SECKEYPublicKey * svrPubKey) in sendDHClientKeyExchange()
6092 SECKEYPublicKey *pubKey = NULL; /* Ephemeral DH key */ in sendDHClientKeyExchange()
6180 SECKEYPublicKey * serverKey = NULL; in ssl3_SendClientKeyExchange()
6794 SECKEYPublicKey *peerKey = NULL; in ssl3_HandleServerKeyExchange()
[all …]
/external/chromium_org/content/child/webcrypto/nss/
Dutil_nss.h37 typedef SECStatus (*PK11_PubEncryptFunction)(SECKEYPublicKey*,
Dkey_nss.h71 SECKEYPublicKey* key() { return key_.get(); } in key()
Drsa_ssa_nss.cc98 SECKEYPublicKey* public_key = PublicKeyNss::Cast(key)->key(); in Verify()
Drsa_key_nss.cc67 SECKEYPublicKey* key, in CreateRsaHashedPublicKeyAlgorithm()
415 Status ExportKeySpkiNss(SECKEYPublicKey* key, std::vector<uint8_t>* buffer) { in ExportKeySpkiNss()
556 SECKEYPublicKey* sec_public_key; in GenerateKeyPair()
802 SECKEYPublicKey* nss_key = PublicKeyNss::Cast(key)->key(); in ExportKeyJwk()
Drsa_oaep_nss.cc85 Status EncryptRsaOaep(SECKEYPublicKey* key, in EncryptRsaOaep()
/external/chromium_org/net/quic/crypto/
Dp256_key_exchange_nss.cc78 SECKEYPublicKey* public_key = key_pair->public_key(); in New()
169 SECKEYPublicKey peer_public_key; in CalculateSharedKey()
Dchannel_id_nss.cc32 SECKEYPublicKey public_key; in VerifyRaw()
/external/chromium_org/net/third_party/nss/patches/
Dchannelid.patch263 + SECKEYPublicKey *channelIDPub,
509 + SECKEYPublicKey **out_public_key,
518 + SECKEYPublicKey *channelIDPub,
556 + SECKEYPublicKey *channelIDPub; /* used by client */
576 + SECKEYPublicKey *channelIDPub,
604 + SECKEYPublicKey * channelIDPub,
/external/chromium_org/net/third_party/mozilla_security_manager/
DnsKeygenHandler.cpp108 SECKEYPublicKey *publicKey = NULL; in GenKeyAndSignChallenge()
/external/chromium_org/net/socket/
Dssl_client_socket_nss.cc734 SECKEYPublicKey **out_public_key,
743 int ImportChannelIDKeys(SECKEYPublicKey** public_key, SECKEYPrivateKey** key);
1841 SECKEYPublicKey* public_key; in DoGetDBCertComplete()
2249 SECKEYPublicKey **out_public_key, in ClientChannelIDHandler()
2299 int SSLClientSocketNSS::Core::ImportChannelIDKeys(SECKEYPublicKey** public_key, in ImportChannelIDKeys()

12