Searched refs:authCertificateArg (Results 1 – 6 of 6) sorted by relevance
355 void *authCertificateArg;404 ss->authCertificateArg = os->authCertificateArg;
195 ss->authCertificateArg = arg; in SSL_AuthCertificateHook()
358 ss->authCertificateArg = os->authCertificateArg; in ssl_DupSocket()1810 if (sm->authCertificateArg) in SSL_ReconfigFD()1811 ss->authCertificateArg = sm->authCertificateArg; in SSL_ReconfigFD()3161 ss->authCertificateArg = (void *)ss->dbHandle; in ssl_NewSocket()
1240 void *authCertificateArg; member
2464 rv = (SECStatus) (*ss->authCertificate)(ss->authCertificateArg, in ssl2_HandleClientCertificate()2898 rv = (* ss->authCertificate)(ss->authCertificateArg, ss->fd, in ssl2_HandleServerHelloMessage()
10343 rv = (SECStatus)(*ss->authCertificate)(ss->authCertificateArg, ss->fd, in ssl3_AuthCertificate()