HomeSort by relevance Sort by last modified time
    Searched refs:PRUint16 (Results 1 - 15 of 15) sorted by null

  /external/chromium/net/third_party/nss/ssl/
sslt.h 135 PRUint16 protocolVersion;
136 PRUint16 cipherSuite;
159 PRUint16 length;
160 PRUint16 cipherSuite;
176 PRUint16 symKeyBits;
177 PRUint16 symKeySpace;
178 PRUint16 effectiveKeyBits;
183 PRUint16 macBits;
sslenum.c 58 const PRUint16 SSL_ImplementedCiphers[] = {
149 const PRUint16 SSL_NumImplementedCiphers =
sslimpl.h 239 PRUint16 ex_type,
255 ssl3_RegisterServerHelloExtensionSender(sslSocket *ss, PRUint16 ex_type,
516 PRUint16 wrapped_master_secret_len;
581 PRUint16 port;
638 PRUint16 masterWrapIndex;
640 PRUint16 masterWrapSeries;
650 PRUint16 clAuthSeries;
735 PRUint16 numAdvertised;
736 PRUint16 numNegotiated;
737 PRUint16 advertised[MAX_EXTENSIONS]
    [all...]
ssl.h 62 SSL_IMPORT const PRUint16 SSL_ImplementedCiphers[];
65 SSL_IMPORT const PRUint16 SSL_NumImplementedCiphers;
499 SSL_IMPORT SECStatus SSL_GetCipherSuiteInfo(PRUint16 cipherSuite,
536 PRUint16 *ciphers, int nciphers,
ssl3ext.c 264 arrayContainsExtension(const PRUint16 *array, PRUint32 len, PRUint16 ex_type)
275 ssl3_ExtensionNegotiated(sslSocket *ss, PRUint16 ex_type) {
282 ssl3_ClientExtensionAdvertised(sslSocket *ss, PRUint16 ex_type) {
336 ssl3_HandleServerNameXtn(sslSocket * ss, PRUint16 ex_type, SECItem *data)
420 ssl3_ServerHandleNextProtoNegoXtn(sslSocket * ss, PRUint16 ex_type, SECItem *data)
453 ssl3_ClientHandleNextProtoNegoXtn(sslSocket *ss, PRUint16 ex_type,
640 sizeof(PRUint16) /* ticket_version */
673 sizeof(PRUint16));
845 ssl3_ClientHandleSessionTicketXtn(sslSocket *ss, PRUint16 ex_type
    [all...]
ssl3ecc.c 124 static const PRUint16 curve2bits[] = {
155 PRUint16 bits;
    [all...]
sslinfo.c 235 SECStatus SSL_GetCipherSuiteInfo(PRUint16 cipherSuite,
300 SSL_IsExportCipherSuite(PRUint16 cipherSuite)
sslsnce.c 122 /* 2 */ PRUint16 version;
126 /* 2 */ PRUint16 authAlgorithm;
127 /* 2 */ PRUint16 authKeyBits;
128 /* 2 */ PRUint16 keaType;
129 /* 2 */ PRUint16 keaKeyBits;
146 /* 2 */ PRUint16 compression; /* SSLCompressionMethod */
164 PRUint16 certLength; /* 2 */
165 PRUint16 sessionIDLength; /* 2 */
    [all...]
sslnonce.c 268 ssl_LookupSID(const PRIPv6Addr *addr, PRUint16 port, const char *peerID,
derive.c 588 PRUint32 protocolmask, PRUint16 *ciphersuites, int nsuites,
592 PRUint16 suite;
sslcon.c 155 static PRUint16 allowedByPolicy; /* all off by default */
156 static PRUint16 maybeAllowedByPolicy; /* all off by default */
157 static PRUint16 chosenPreference = 0xff; /* all on by default */
    [all...]
ssl3con.c 499 PRUint16 size; /* EC public key size in bits */
500 PRUint16 encodedParamLen; /* length (in bytes) of DER encoded EC params */
501 PRUint16 pubValueLen; /* length (in bytes) of EC public value */
502 PRUint16 wrappedKeyLen; /* length (in bytes) of the wrapped key */
    [all...]
  /external/chromium/net/ocsp/
nss_ocsp.cc 38 SECStatus OCSPCreateSession(const char* host, PRUint16 portnum,
59 PRUint16* http_response_code,
231 PRUint16 http_response_code() const {
413 OCSPServerSession(const char* host, PRUint16 port)
452 SECStatus OCSPCreateSession(const char* host, PRUint16 portnum,
536 PRUint16* http_response_code,
571 PRUint16* http_response_code,
594 if (req->http_response_code() == static_cast<PRUint16>(-1))
  /external/chromium/base/third_party/nspr/
prtypes.h 340 ** TYPES: PRUint16
346 typedef unsigned short PRUint16;
349 #error No suitable type for PRInt16/PRUint16
357 * The maximum and minimum values of a PRInt16 or PRUint16.
521 typedef PRUint16 PRUnichar;
  /external/chromium/net/socket/
ssl_client_socket_nss.cc 114 const PRUint16* pSSL_ImplementedCiphers = static_cast<const PRUint16*>(
    [all...]

Completed in 133 milliseconds