Searched refs:authType (Results 1 – 2 of 2) sorted by relevance
2331 PRUint8 authType; in ssl2_HandleRequestCertificate() local2340 authType = ss->sec.ci.authType; in ssl2_HandleRequestCertificate()2342 if (authType != SSL_AT_MD5_WITH_RSA_ENCRYPTION) { in ssl2_HandleRequestCertificate()2344 ss->fd, authType)); in ssl2_HandleRequestCertificate()2603 ss->sec.ci.authType = data[1]; in ssl2_HandleMessage()
915 unsigned char authType; /* ssl2 only */ member