Home
last modified time | relevance | path

Searched refs:SSLKEAType (Results 1 – 7 of 7) sorted by relevance

/external/chromium/net/third_party/nss/ssl/
Dnsskea.c46 SSLKEAType
49 SSLKEAType keaType = kt_null; in NSS_FindCertKEAType()
Dsslt.h78 } SSLKEAType; typedef
171 SSLKEAType keaType;
Dssl.h307 SECKEYPrivateKey *key, SSLKEAType kea);
468 SSL_IMPORT SSLKEAType NSS_FindCertKEAType(CERTCertificate * cert);
Dsslimpl.h72 typedef SSLKEAType SSL3KEAType;
593 SSLKEAType keaType;
866 SSLKEAType keaType;
873 SSLKEAType exchKeyType; /* XXX(wtc): same as keaType above? */
959 SSLKEAType keaType;
Dsslsecur.c615 SSLKEAType
618 SSLKEAType keaType = kt_null; in ssl_FindCertKEAType()
Dssl3ext.c1098 parsed_session_ticket->keaType = (SSLKEAType)temp; in ssl3_ServerHandleSessionTicketXtn()
Dsslcon.c1305 SSLKEAType keaType, in ssl2_FillInSID()