Searched refs:PRUint8 (Results 1 – 23 of 23) sorted by relevance
/external/chromium_org/net/third_party/nss/ssl/ |
D | ssl3prot.h | 12 typedef PRUint8 SSL3Opaque; 64 PRUint8 padding[MAX_PADDING_LENGTH]; 65 PRUint8 padding_length; 138 PRUint8 empty; 147 PRUint8 length; 155 PRUint8 cm_count; 244 PRUint8 md5[16]; 245 PRUint8 sha[20]; 255 PRUint8 raw[64];
|
D | sslcon.c | 27 static const PRUint8 allCipherSuites[] = { 46 static const PRUint8 implementedCipherSuites[ssl2_NUM_SUITES_IMPLEMENTED * 3] = { 56 PRUint8 nkm; /* do this many hashes to generate key material. */ 57 PRUint8 nkd; /* size of readKey and writeKey in bytes. */ 58 PRUint8 blockSize; 59 PRUint8 blockShift; 61 PRUint8 keyLen; /* cipher symkey size in bytes. */ 62 PRUint8 pubLen; /* publicly reveal this many bytes of key. */ 63 PRUint8 ivLen; /* length of IV data at *ca. */ 146 PRUint8 * cs = NULL; in ssl2_ConstructCipherSpecs() [all …]
|
D | sslsnce.c | 98 /* 1 */ PRUint8 valid; 99 /* 1 */ PRUint8 sessionIDLength; 100 /* 32 */ PRUint8 sessionID[SSL3_SESSIONID_BYTES]; 109 /* 64 */ PRUint8 masterKey[SSL_MAX_MASTER_KEY_BYTES]; 110 /* 32 */ PRUint8 cipherArg[SSL_MAX_CYPHER_ARG_BYTES]; 112 /* 1 */ PRUint8 cipherType; 113 /* 1 */ PRUint8 masterKeyLen; 114 /* 1 */ PRUint8 keyBits; 115 /* 1 */ PRUint8 secretKeyBits; 116 /* 1 */ PRUint8 cipherArgLen; [all …]
|
D | ssl3ecc.c | 221 PRUint8 * hashBuf; in ssl3_ComputeECDHKeyHash() 222 PRUint8 * pBuf; in ssl3_ComputeECDHKeyHash() 231 PRUint8 buf[2*SSL3_RANDOM_LENGTH + 2 + 1 + 256]; in ssl3_ComputeECDHKeyHash() 249 pBuf[0] = (PRUint8)(server_ecpoint.len); in ssl3_ComputeECDHKeyHash() 1050 static const PRUint8 suiteBECList[12] = { 1060 static const PRUint8 tlsECList[56] = { 1070 static const PRUint8 ecPtFmt[6] = { 1115 const PRUint8 *ecList = NULL; in ssl3_SendSupportedCurvesXtn()
|
D | sslt.h | 132 PRUint8 sessionID [32];
|
D | sslimpl.h | 296 PRUint8 policy; 521 PRUint8 msIsWrapped; 522 PRUint8 resumable; 669 PRUint8 sessionIDLength; 1083 PRUint8 ms_is_wrapped; 1489 extern int ssl3_SendApplicationData(sslSocket *ss, const PRUint8 *in, 1788 PRUint8 * hashBuf,
|
D | ssl3ext.c | 117 PRUint8 b[4]; in ssl3_AppendNumberToItem() 118 PRUint8 * p = b; in ssl3_AppendNumberToItem() 122 *p++ = (PRUint8) (num >> 24); in ssl3_AppendNumberToItem() 124 *p++ = (PRUint8) (num >> 16); in ssl3_AppendNumberToItem() 126 *p++ = (PRUint8) (num >> 8); in ssl3_AppendNumberToItem() 128 *p = (PRUint8) num; in ssl3_AppendNumberToItem() 376 rv = ssl3_AppendHandshakeVariable(ss, (PRUint8 *)ss->url, len, 2); in ssl3_SendServerNameXtn() 1001 PRUint8 length_buf[4]; in ssl3_SendNewSessionTicket()
|
D | ssl3con.c | 229 static const /*SSLCompressionMethod*/ PRUint8 compressions [] = { 256 static const /*SSL3ClientCertificateType */ PRUint8 certificate_types [] = { 270 static const PRUint8 supported_signature_algorithms[] = { 569 PRUint8 var[MAX_EC_WRAPPED_KEY_BUFLEN]; /* this buffer contains the */ 1136 PRUint8 * hashBuf, unsigned int bufLen, in ssl3_ComputeCommonKeyHash() 1210 PRUint8 * hashBuf; in ssl3_ComputeExportRSAKeyHash() 1211 PRUint8 * pBuf; in ssl3_ComputeExportRSAKeyHash() 1214 PRUint8 buf[2*SSL3_RANDOM_LENGTH + 2 + 4096/8 + 2 + 4096/8]; in ssl3_ComputeExportRSAKeyHash() 1230 pBuf[0] = (PRUint8)(modulus.len >> 8); in ssl3_ComputeExportRSAKeyHash() 1231 pBuf[1] = (PRUint8)(modulus.len); in ssl3_ComputeExportRSAKeyHash() [all …]
|
D | dtlscon.c | 193 PRUint8 type; in dtls_HandleHandshake()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
D | prvrsion.h | 69 PRUint8 vMajor; /* Major version of this component */ 70 PRUint8 vMinor; /* Minor version of this component */ 71 PRUint8 vPatch; /* Patch level of this component */
|
D | prtypes.h | 242 typedef unsigned char PRUint8; typedef 259 #error No suitable type for PRInt8/PRUint8 439 typedef PRUint8 PRPackedBool;
|
D | prio.h | 158 PRUint8 _S6_u8[16];
|
/external/clang/test/CodeGenCXX/ |
D | 2007-01-06-PtrMethodInit.cpp | 6 typedef unsigned char PRUint8; typedef 57 PRUint8 bits;
|
/external/chromium_org/crypto/third_party/nss/ |
D | chromium-sha256.h | 45 PRUint8 b[256];
|
D | chromium-prtypes.h | 70 typedef uint8_t PRUint8; typedef
|
D | sha512.cc | 72 static const PRUint8 pad[240] = { 661 PRUint8 b[640];
|
/external/chromium_org/net/third_party/nss/patches/ |
D | suitebonly.patch | 4 @@ -1073,6 +1073,7 @@ static const PRUint8 ecPtFmt[6] = {
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/ |
D | protypes.h | 133 typedef PRUint8 uint8;
|
/external/chromium_org/net/cert/ |
D | ev_root_ca_metadata.cc | 498 PRUint8 buf[64]; in RegisterOID()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _openvms.h | 137 PRUint8 _S6_u8[16];
|
D | _macos.h | 621 extern PRUint8 CallCacheFlushers(size_t blockSize);
|
D | _solaris.h | 137 PRUint8 _S6_u8[16];
|
/external/chromium_org/third_party/qcms/ |
D | google.patch | 325 -typedef PRUint8 uint8_t;
|