Searched refs:authCertificate (Results 1 – 5 of 5) sorted by relevance
194 ss->authCertificate = func; in SSL_AuthCertificateHook()
357 ss->authCertificate = os->authCertificate; in ssl_DupSocket()1808 if (sm->authCertificate) in SSL_ReconfigFD()1809 ss->authCertificate = sm->authCertificate; in SSL_ReconfigFD()3160 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()
1239 SSLAuthCertificate authCertificate; member
10343 rv = (SECStatus)(*ss->authCertificate)(ss->authCertificateArg, ss->fd, in ssl3_AuthCertificate()