Searched refs:pkcs11PinArg (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/net/third_party/nss/ssl/ |
D | sslauth.c | 272 ss->pkcs11PinArg = arg; in SSL_SetPKCS11PinArg() 304 ss->pkcs11PinArg); in SSL_AuthCertificate() 311 now, ss->pkcs11PinArg, NULL); in SSL_AuthCertificate()
|
D | sslreveal.c | 45 PinArg = sslsocket->pkcs11PinArg; in SSL_RevealPinArg()
|
D | ssl3ecc.c | 303 &pubKey, ss->pkcs11PinArg); in ssl3_SendECDHClientKeyExchange() 699 isTLS, ss->pkcs11PinArg); in ssl3_HandleECDHServerKeyExchange() 1036 slot = PK11_GetBestSlot(CKM_ECDH1_DERIVE, ss->pkcs11PinArg); in ssl3_IsECCEnabled() 1100 ss ? ss->pkcs11PinArg : NULL); in ssl3_SuiteBOnly()
|
D | sslsock.c | 373 ss->pkcs11PinArg = os->pkcs11PinArg; in ssl_DupSocket() 1834 if (sm->pkcs11PinArg) in SSL_ReconfigFD() 1835 ss->pkcs11PinArg = sm->pkcs11PinArg; in SSL_ReconfigFD() 3171 ss->pkcs11PinArg = NULL; in ssl_NewSocket()
|
D | sslcon.c | 1463 slot = PK11_GetBestSlot(mechanism, ss->pkcs11PinArg); in ssl2_CreateSessionCypher() 1472 ss->pkcs11PinArg); in ssl2_CreateSessionCypher() 1483 ss->pkcs11PinArg); in ssl2_CreateSessionCypher() 2132 ss->pkcs11PinArg); in ssl2_ClientSetupSessionCypher() 2438 ss->pkcs11PinArg); in ssl2_HandleClientCertificate()
|
D | ssl3con.c | 3851 void * pwArg = ss->pkcs11PinArg; in ssl3_DeriveConnectionKeysPKCS11() 5056 ss->pkcs11PinArg)) == NULL) ) { in ssl3_SendClientHello() 6564 ss->pkcs11PinArg); in ssl3_HandleServerHello() 6824 isTLS, ss->pkcs11PinArg); in ssl3_HandleServerKeyExchange() 6930 isTLS, ss->pkcs11PinArg); in ssl3_HandleServerKeyExchange() 8397 ss->pkcs11PinArg); in ssl3_HandleClientHello() 9399 isTLS, ss->pkcs11PinArg); in ssl3_HandleCertificateVerify() 9439 void * pwArg = ss->pkcs11PinArg; in ssl3_GenerateRSAPMS() 10963 void * pwArg = ss->pkcs11PinArg; in ssl3_CacheWrappedMasterSecret()
|
D | sslimpl.h | 1255 void *pkcs11PinArg; member
|
D | ssl3ext.c | 168 ss->pkcs11PinArg, &key_name[SESS_TICKET_KEY_NAME_PREFIX_LEN], in ssl3_GenerateSessionTicketKeysPKCS11()
|
/external/chromium_org/net/third_party/nss/patches/ |
D | channelid.patch | 481 void *pkcs11PinArg; 553 ss->pkcs11PinArg = os->pkcs11PinArg; 561 if (sm->pkcs11PinArg) 562 ss->pkcs11PinArg = sm->pkcs11PinArg; 572 ss->pkcs11PinArg = NULL;
|
D | canfalsestart.patch | 537 void *pkcs11PinArg; 817 ss->pkcs11PinArg = os->pkcs11PinArg;
|
D | clientauth.patch | 437 ss->pkcs11PinArg = NULL;
|