Searched defs:cert_types (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c7116 SECItem cert_types = {siBuffer, NULL, 0}; local
7143 rv = ssl3_ConsumeHandshakeVariable(ss, &cert_types, 1, &b, &length);
7148 ss->requestedCertTypes = &cert_types;
7224 /* XXX Should pass cert_types and algorithms in this call!! */
7235 /* XXX Should pass cert_types and algorithms in this call!! */

Completed in 301 milliseconds