Searched refs:authCertificate (Results 1 – 5 of 5) sorted by relevance
194 ss->authCertificate = func; in SSL_AuthCertificateHook()
271 ss->authCertificate = os->authCertificate; in ssl_DupSocket()1737 if (sm->authCertificate) in SSL_ReconfigFD()1738 ss->authCertificate = sm->authCertificate; in SSL_ReconfigFD()3088 ss->authCertificate = SSL_AuthCertificate; in ssl_NewSocket()
2464 rv = (SECStatus) (*ss->authCertificate)(ss->authCertificateArg, in ssl2_HandleClientCertificate()2588 if (!ss->authCertificate) { in ssl2_HandleMessage()2898 rv = (* ss->authCertificate)(ss->authCertificateArg, ss->fd, in ssl2_HandleServerHelloMessage()
1271 SSLAuthCertificate authCertificate; member
10407 rv = (SECStatus)(*ss->authCertificate)(ss->authCertificateArg, ss->fd, in ssl3_AuthCertificate()