Home
last modified time | relevance | path

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

/external/chromium/crypto/third_party/nss/
Dsha256.h48 PRUint32 sizeHi,sizeLo; /* 64-bit count of hashed bytes. */ member
Dsha512.cc400 unsigned int inBuf = ctx->sizeLo & 0x3f; in SHA256_Update()
405 if ((ctx->sizeLo += inputLen) < inputLen) in SHA256_Update()
436 unsigned int inBuf = ctx->sizeLo & 0x3f; in SHA256_End()
443 hi = (ctx->sizeHi << 3) | (ctx->sizeLo >> 29); in SHA256_End()
444 lo = (ctx->sizeLo << 3); in SHA256_End()
664 PRUint64 sizeLo; /* 64-bit count of hashed bytes. */
1052 inBuf = (unsigned int)ctx->sizeLo & 0x7f;
1054 ctx->sizeLo += inputLen;
1056 inBuf = (unsigned int)ctx->sizeLo.lo & 0x7f;
1057 ctx->sizeLo.lo += inputLen;
[all …]
/external/icu4c/i18n/
Ducol_imp.h908 uint8_t sizeLo; member
928 uint8_t sizeLo; member