Searched refs:sizeLo (Results 1 – 3 of 3) sorted by relevance
48 PRUint32 sizeHi,sizeLo; /* 64-bit count of hashed bytes. */ member
400 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 …]
908 uint8_t sizeLo; member928 uint8_t sizeLo; member