Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/crypto/
Dsha3_512_s390.c37 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()
/Linux-v5.10/crypto/
Dsha3_generic.c167 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()
/Linux-v5.10/include/crypto/
Dsha3.h23 unsigned int rsizw; member