Searched refs:pkcs11PinArg (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslreveal.c43 /* is pkcs11PinArg part of the sslSocket or sslSecurityInfo ? */
45 PinArg = sslsocket->pkcs11PinArg;
H A Dsslauth.c272 ss->pkcs11PinArg = arg;
305 ss->pkcs11PinArg)
316 now, ss->pkcs11PinArg, NULL);
H A Dssl3ecc.c294 &pubKey, ss->pkcs11PinArg);
690 isTLS, ss->pkcs11PinArg);
1027 slot = PK11_GetBestSlot(CKM_ECDH1_DERIVE, ss->pkcs11PinArg);
1091 ss ? ss->pkcs11PinArg : NULL);
H A Dsslsock.c287 ss->pkcs11PinArg = os->pkcs11PinArg;
1763 if (sm->pkcs11PinArg)
1764 ss->pkcs11PinArg = sm->pkcs11PinArg;
3099 ss->pkcs11PinArg = NULL;
H A Dsslcon.c1463 slot = PK11_GetBestSlot(mechanism, ss->pkcs11PinArg);
1472 ss->pkcs11PinArg);
1483 ss->pkcs11PinArg);
2132 ss->pkcs11PinArg);
2438 ss->pkcs11PinArg);
H A Dssl3con.c3863 void * pwArg = ss->pkcs11PinArg;
5080 ss->pkcs11PinArg)) == NULL) ) {
6619 ss->pkcs11PinArg);
6878 isTLS, ss->pkcs11PinArg);
6984 isTLS, ss->pkcs11PinArg);
8455 ss->pkcs11PinArg);
9457 isTLS, ss->pkcs11PinArg);
9497 void * pwArg = ss->pkcs11PinArg;
11025 void * pwArg = ss->pkcs11PinArg;
H A Dsslimpl.h1287 void *pkcs11PinArg; member in struct:sslSocketStr
H A Dssl3ext.c168 ss->pkcs11PinArg, &key_name[SESS_TICKET_KEY_NAME_PREFIX_LEN],

Completed in 791 milliseconds