Home
last modified time | relevance | path

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

/crypto/
Dwp512.c39 u8 bitLength[WP512_LENGTHBYTES]; member
993 memset(wctx->bitLength, 0, 32); in wp512_init()
1014 u8 *bitLength = wctx->bitLength; in wp512_update() local
1020 carry += bitLength[i] + ((u32)value & 0xff); in wp512_update()
1021 bitLength[i] = (u8)carry; in wp512_update()
1070 u8 *bitLength = wctx->bitLength; in wp512_final() local
1090 bitLength, WP512_LENGTHBYTES); in wp512_final()