Home
last modified time | relevance | path

Searched refs:SSL3Hashes (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dssl3prot.h258 } SSL3Hashes; typedef
263 SSL3Hashes certified;
308 typedef SSL3Hashes SSL3PreSignedCertificateVerify;
Dsslplatf.c204 ssl3_CngPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, in ssl3_CngPlatformSignHashes()
328 ssl3_CAPIPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, in ssl3_CAPIPlatformSignHashes()
460 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, in ssl3_PlatformSignHashes()
554 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, in ssl3_PlatformSignHashes()
724 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, in ssl3_PlatformSignHashes()
Dssl3ecc.c228 SSL3Hashes *hashes, PRBool bypassPKCS11) in ssl3_ComputeECDHKeyHash()
610 SSL3Hashes hashes; in ssl3_HandleECDHServerKeyExchange()
764 SSL3Hashes hashes; in ssl3_SendECDHServerKeyExchange()
Dsslimpl.h1757 unsigned int bufLen, SSL3Hashes *hashes,
1784 extern SECStatus ssl3_SignHashes(SSL3Hashes *hash, SECKEYPrivateKey *key,
1786 extern SECStatus ssl3_VerifySignedHashes(SSL3Hashes *hash,
1913 extern SECStatus ssl3_PlatformSignHashes(SSL3Hashes *hash,
Dssl3con.c926 ssl3_SignHashes(SSL3Hashes *hash, SECKEYPrivateKey *key, SECItem *buf, in ssl3_SignHashes()
1015 ssl3_VerifySignedHashes(SSL3Hashes *hash, CERTCertificate *cert, in ssl3_VerifySignedHashes()
1126 SSL3Hashes *hashes, PRBool bypassPKCS11) in ssl3_ComputeCommonKeyHash()
1197 SSL3Hashes *hashes, PRBool bypassPKCS11) in ssl3_ComputeExportRSAKeyHash()
1256 SSL3Hashes *hashes, PRBool bypassPKCS11) in ssl3_ComputeDHKeyHash()
4590 SSL3Hashes * hashes, /* output goes here. */ in ssl3_ComputeHandshakeHashes()
4900 SSL3Hashes * hashes) /* output goes here. */ in ssl3_ComputeBackupHandshakeHashes()
6199 SSL3Hashes hashes; in ssl3_SendCertificateVerify()
6745 SSL3Hashes hashes; in ssl3_HandleServerKeyExchange()
7705 SSL3Hashes hashes; in ssl3_SendClientSecondRound()
[all …]
/external/chromium_org/net/third_party/nss/patches/
Dchannelid2.patch15 + SSL3Hashes hashes;
49 SSL3Hashes hashes;
51 - unsigned char signed_data[sizeof(CHANNEL_ID_MAGIC) + sizeof(SSL3Hashes)];
54 + sizeof(SSL3Hashes)*2];
Dtls12backuphash.patch46 + SSL3Hashes * hashes) /* output goes here. */
Dchannelid.patch110 + SSL3Hashes hashes;
112 + unsigned char signed_data[sizeof(CHANNEL_ID_MAGIC) + sizeof(SSL3Hashes)];
Dclientauth.patch384 +extern SECStatus ssl3_PlatformSignHashes(SSL3Hashes *hash,