Searched refs:bitcount_hi (Results 1 – 1 of 1) sorted by relevance
200 u64 bitcount_hi = (ctx->bytecount_hi << 3) | (ctx->bytecount_lo >> 61); in __sha512_final() local211 *(__be64 *)&ctx->buf[SHA512_BLOCK_SIZE - 16] = cpu_to_be64(bitcount_hi); in __sha512_final()