Home
last modified time | relevance | path

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

/external/chromium/base/third_party/nspr/
Dprtypes.h409 typedef unsigned long PRUint64; typedef
412 typedef unsigned __int64 PRUint64; typedef
415 typedef unsigned __int64 PRUint64; typedef
418 typedef unsigned long long PRUint64; typedef
428 typedef PRInt64 PRUint64; typedef
/external/chromium/base/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/third_party/nss/ssl/
Dderive.c123 PRUint64 md5buf[22]; in ssl3_KeyAndMacDeriveBypass()
124 PRUint64 shabuf[40]; in ssl3_KeyAndMacDeriveBypass()
454 PRUint64 md5buf[22]; in ssl3_MasterKeyDeriveBypass()
455 PRUint64 shabuf[40]; in ssl3_MasterKeyDeriveBypass()
Dssl3ext.c565 PRUint64 aes_ctx_buf[MAX_CIPHER_CONTEXT_LLONGS]; in ssl3_SendNewSessionTicket()
570 PRUint64 hmac_ctx_buf[MAX_MAC_CONTEXT_LLONGS]; in ssl3_SendNewSessionTicket()
892 PRUint64 hmac_ctx_buf[MAX_MAC_CONTEXT_LLONGS]; in ssl3_ServerHandleSessionTicketXtn()
896 PRUint64 aes_ctx_buf[MAX_CIPHER_CONTEXT_LLONGS]; in ssl3_ServerHandleSessionTicketXtn()
Dsslimpl.h529 PRUint64 cipher_context[MAX_CIPHER_CONTEXT_LLONGS];
753 PRUint64 md5_cx[MAX_MAC_CONTEXT_LLONGS];
754 PRUint64 sha_cx[MAX_MAC_CONTEXT_LLONGS];
Dssl3con.c1911 PRUint64 write_mac_context[MAX_MAC_CONTEXT_LLONGS]; in ssl3_ComputeRecordMAC()
3438 PRUint64 md5_cx[MAX_MAC_CONTEXT_LLONGS]; in ssl3_ComputeHandshakeHashes()
3439 PRUint64 sha_cx[MAX_MAC_CONTEXT_LLONGS]; in ssl3_ComputeHandshakeHashes()
/external/chromium/net/base/
Dx509_certificate_nss.cc335 PRUint64 revocation_method_flags = in PKIXVerifyCert()
341 PRUint64 revocation_method_independent_flags = in PKIXVerifyCert()
356 PRUint64 method_flags[2]; in PKIXVerifyCert()