Home
last modified time | relevance | path

Searched refs:PRUint64 (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/third_party/nspr/
Dprtypes.h372 typedef unsigned long PRUint64; typedef
375 typedef unsigned __int64 PRUint64; typedef
378 typedef unsigned long long PRUint64; typedef
388 typedef PRInt64 PRUint64; typedef
445 typedef PRUint64 PRUptrdiff;
498 typedef PRUint64 PRUword;
/external/chromium/crypto/third_party/nss/
Dsha512.cc571 static const PRUint64 K512[80] = {
659 PRUint64 w[80]; /* message schedule, input buffer, plus 64 words */
663 PRUint64 h[8]; /* 8 state variables */
664 PRUint64 sizeLo; /* 64-bit count of hashed bytes. */
670 static const PRUint64 H512[8] = {
796 PRUint64 t1;
820 PRUint64 t1, t2;
915 PRUint64 a, b, c, d, e, f, g, h;
1092 PRUint64 lo, t1;
1097 PRUint64 lo = ctx->sizeLo;
[all …]
/external/chromium/net/base/
Dx509_certificate_nss.cc368 PRUint64 revocation_method_flags = in PKIXVerifyCert()
374 PRUint64 revocation_method_independent_flags = in PKIXVerifyCert()
389 PRUint64 method_flags[2]; in PKIXVerifyCert()