Searched refs:i_block (Results 1 – 1 of 1) sorted by relevance
275 u8 i_block[BELT_BLOCK_LEN]; in __bign_determinitic_nonce() local288 ret = local_memset(i_block, 0, sizeof(i_block)); EG(ret, err); in __bign_determinitic_nonce()289 PUT_UINT32_LE(i, i_block, 0); in __bign_determinitic_nonce()292 r[((n - 2) * BELT_BLOCK_LEN) + z] ^= (r[((n - 1) * BELT_BLOCK_LEN) + z] ^ i_block[z]); in __bign_determinitic_nonce()