Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dsha512.c148 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()
/linux/crypto/
H A Dsha512.c25 static_assert(offsetof(struct __sha512_ctx, bytecount_hi) == 72);
/linux/include/crypto/
H A Dsha2.h542 u64 bytecount_hi; member