Searched defs:bypassPKCS11 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ecc.c219 SSL3Hashes *hashes, PRBool bypassPKCS11)
256 bypassPKCS11);
682 &hashes, ss->opt.bypassPKCS11);
796 &hashes, ss->opt.bypassPKCS11);
216 ssl3_ComputeECDHKeyHash(SECOidTag hashAlg, SECItem ec_params, SECItem server_ecpoint, SSL3Random *client_rand, SSL3Random *server_rand, SSL3Hashes *hashes, PRBool bypassPKCS11) argument
H A Dssl3con.c1137 SSL3Hashes *hashes, PRBool bypassPKCS11)
1142 if (bypassPKCS11) {
1208 SSL3Hashes *hashes, PRBool bypassPKCS11)
1243 bypassPKCS11);
1267 SSL3Hashes *hashes, PRBool bypassPKCS11)
1307 bypassPKCS11);
2300 if (ss->opt.bypassPKCS11 && pwSpec->msItem.len && pwSpec->msItem.data) {
3805 if (ss->opt.bypassPKCS11) {
3990 if (ss->opt.bypassPKCS11) {
4147 if (ss->opt.bypassPKCS11) {
1135 ssl3_ComputeCommonKeyHash(SECOidTag hashAlg, PRUint8 * hashBuf, unsigned int bufLen, SSL3Hashes *hashes, PRBool bypassPKCS11) argument
1205 ssl3_ComputeExportRSAKeyHash(SECOidTag hashAlg, SECItem modulus, SECItem publicExponent, SSL3Random *client_rand, SSL3Random *server_rand, SSL3Hashes *hashes, PRBool bypassPKCS11) argument
1264 ssl3_ComputeDHKeyHash(SECOidTag hashAlg, SECItem dh_p, SECItem dh_g, SECItem dh_Ys, SSL3Random *client_rand, SSL3Random *server_rand, SSL3Hashes *hashes, PRBool bypassPKCS11) argument
[all...]
H A Dsslimpl.h329 unsigned int bypassPKCS11 : 1; /* 16 */ member in struct:sslOptionsStr
1790 PRBool bypassPKCS11);

Completed in 169 milliseconds