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

  /external/chromium/base/third_party/nspr/
prtypes.h 397 ** TYPES: PRUint64
401 ** declaring variables of type PRUint64 or PRInt64. Different hardware
409 typedef unsigned long PRUint64;
412 typedef unsigned __int64 PRUint64;
415 typedef unsigned __int64 PRUint64;
418 typedef unsigned long long PRUint64;
428 typedef PRInt64 PRUint64;
  /external/chromium/net/base/
x509_certificate_nss.cc 335 PRUint64 revocation_method_flags =
341 PRUint64 revocation_method_independent_flags =
356 PRUint64 method_flags[2];
  /external/chromium/base/third_party/nss/
sha512.cc 571 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/third_party/nss/ssl/
derive.c 123 PRUint64 md5buf[22];
124 PRUint64 shabuf[40];
454 PRUint64 md5buf[22];
455 PRUint64 shabuf[40];
ssl3ext.c 565 PRUint64 aes_ctx_buf[MAX_CIPHER_CONTEXT_LLONGS];
570 PRUint64 hmac_ctx_buf[MAX_MAC_CONTEXT_LLONGS];
892 PRUint64 hmac_ctx_buf[MAX_MAC_CONTEXT_LLONGS];
896 PRUint64 aes_ctx_buf[MAX_CIPHER_CONTEXT_LLONGS];
    [all...]
sslimpl.h 529 PRUint64 cipher_context[MAX_CIPHER_CONTEXT_LLONGS];
753 PRUint64 md5_cx[MAX_MAC_CONTEXT_LLONGS];
754 PRUint64 sha_cx[MAX_MAC_CONTEXT_LLONGS];
    [all...]
ssl3con.c     [all...]

Completed in 145 milliseconds