Searched refs:rsizw (Results 1 – 3 of 3) sorted by relevance
37 octx->rsizw = sctx->count >> 32; in sha3_512_export()50 if (unlikely(ictx->rsizw)) in sha3_512_import()66 if (unlikely(ictx->rsizw)) in sha3_384_import()
167 sctx->rsizw = sctx->rsiz / 8; in crypto_sha3_init()196 for (i = 0; i < sctx->rsizw; i++) in crypto_sha3_update()224 for (i = 0; i < sctx->rsizw; i++) in crypto_sha3_final()
23 unsigned int rsizw; member