Home
last modified time | relevance | path

Searched refs:PRUint32 (Results 1 – 5 of 5) sorted by relevance

/external/chromium/crypto/third_party/nss/
Dsha256.h44 PRUint32 w[64]; /* message schedule, input buffer, plus 48 words */
47 PRUint32 h[8]; /* 8 state variables */
48 PRUint32 sizeHi,sizeLo; /* 64-bit count of hashed bytes. */
Dsha512.cc81 static const PRUint32 K256[64] = {
101 static const PRUint32 H256[8] = {
116 static FORCEINLINE PRUint32 FASTCALL
117 swap4b(PRUint32 dwd) in swap4b()
185 register PRUint32 t1, t2; in SHA256_Compress()
275 PRUint32 a, b, c, d, e, f, g, h; in SHA256_Compress()
438 PRUint32 hi, lo; in SHA256_End()
440 PRUint32 t1; in SHA256_End()
566 #define BYTESWAP8(x) do { PRUint32 tmp; BYTESWAP4(x.lo); BYTESWAP4(x.hi); \
660 PRUint32 l[160];
[all …]
/external/clang/test/CodeGenCXX/
D2007-01-06-PtrMethodInit.cpp7 typedef unsigned int PRUint32; typedef
9 typedef PRUint32 nsresult;
55 PRUint32 message;
/external/chromium/base/third_party/nspr/
Dprtypes.h238 #define PR_BIT(n) ((PRUint32)1 << (n))
328 typedef unsigned int PRUint32; typedef
333 typedef unsigned long PRUint32; typedef
338 #error No suitable type for PRInt32/PRUint32
383 PRUint32 lo, hi;
385 PRUint32 hi, lo;
/external/chromium/net/ocsp/
Dnss_ocsp.cc111 const PRUint32 http_data_len,
122 PRUint32* http_response_data_len);
164 void SetPostData(const char* http_data, PRUint32 http_data_len, in SetPostData()
634 const PRUint32 http_data_len, in OCSPSetPostData()
663 PRUint32* http_response_data_len) { in OCSPSetResponse()
699 PRUint32* http_response_data_len) { in OCSPTrySendAndReceive()