Home
last modified time | relevance | path

Searched refs:authType (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/third_party/nss/ssl/
Dsslcon.c2331 PRUint8 authType; in ssl2_HandleRequestCertificate() local
2340 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()
Dsslimpl.h915 unsigned char authType; /* ssl2 only */ member