Searched refs:bytecount_hi (Results 1 – 3 of 3) sorted by relevance
148 ctx->bytecount_hi = 0; in __sha512_init()168 ctx->bytecount_hi++; in __sha512_update()200 u64 bitcount_hi = (ctx->bytecount_hi << 3) | (ctx->bytecount_lo >> 61); in __sha512_final()316 ctx->ctx.sha_ctx.bytecount_hi = 0; in hmac_sha384_init_usingrawkey()326 ctx->ctx.sha_ctx.bytecount_hi = 0; in hmac_sha512_init_usingrawkey()
25 static_assert(offsetof(struct __sha512_ctx, bytecount_hi) == 72);
542 u64 bytecount_hi; member