OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRUint8
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
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 */
prtypes.h
235
** TYPES:
PRUint8
242
typedef unsigned char
PRUint8
;
259
#error No suitable type for PRInt8/
PRUint8
267
* The maximum and minimum values of a PRInt8 or
PRUint8
.
439
typedef
PRUint8
PRPackedBool;
prio.h
158
PRUint8
_S6_u8[16];
[
all
...]
/external/chromium_org/crypto/third_party/nss/
chromium-sha256.h
45
PRUint8
b[256];
chromium-prtypes.h
70
typedef uint8_t
PRUint8
;
sha512.cc
72
static const
PRUint8
pad[240] = {
661
PRUint8
b[640];
[
all
...]
/external/chromium_org/net/third_party/nss/ssl/
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];
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
[
all
...]
sslsnce.c
37
*
PRUint8
keyNameSuffix[SESS_TICKET_KEY_VAR_NAME_LEN]
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
[
all
...]
sslt.h
132
PRUint8
sessionID [32];
ssl3ecc.c
221
PRUint8
* hashBuf;
222
PRUint8
* pBuf;
231
PRUint8
buf[2*SSL3_RANDOM_LENGTH + 2 + 1 + 256];
249
pBuf[0] = (
PRUint8
)(server_ecpoint.len);
1050
static const
PRUint8
suiteBECList[12] = {
[
all
...]
sslimpl.h
296
PRUint8
policy;
521
PRUint8
msIsWrapped;
522
PRUint8
resumable;
669
PRUint8
sessionIDLength;
[
all
...]
ssl3ext.c
117
PRUint8
b[4];
118
PRUint8
* p = b;
122
*p++ = (
PRUint8
) (num >> 24);
124
*p++ = (
PRUint8
) (num >> 16);
126
*p++ = (
PRUint8
) (num >> 8);
128
*p = (
PRUint8
) num;
376
rv = ssl3_AppendHandshakeVariable(ss, (
PRUint8
*)ss->url, len, 2);
1001
PRUint8
length_buf[4];
[
all
...]
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 */
[
all
...]
dtlscon.c
193
PRUint8
type;
[
all
...]
/external/clang/test/CodeGenCXX/
2007-01-06-PtrMethodInit.cpp
6
typedef unsigned char
PRUint8
;
57
PRUint8
bits;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
protypes.h
133
typedef
PRUint8
uint8;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_openvms.h
137
PRUint8
_S6_u8[16];
_macos.h
621
extern
PRUint8
CallCacheFlushers(size_t blockSize);
_solaris.h
137
PRUint8
_S6_u8[16];
/external/chromium_org/net/cert/
ev_root_ca_metadata.cc
498
PRUint8
buf[64];
Completed in 368 milliseconds