Searched refs:sizeHi (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/crypto/third_party/nss/
H A Dchromium-sha256.h48 PRUint32 sizeHi,sizeLo; /* 64-bit count of hashed bytes. */ member in struct:SHA256ContextStr
H A Dsha512.cc406 ctx->sizeHi++;
443 hi = (ctx->sizeHi << 3) | (ctx->sizeLo >> 29);

Completed in 71 milliseconds