Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/crypto/
H A Dsha3_512_s390.c36 octx->rsizw = sctx->count >> 32; in sha3_512_export()
49 if (unlikely(ictx->rsizw)) in sha3_512_import()
65 if (unlikely(ictx->rsizw)) in sha3_384_import()
/openbmc/linux/include/crypto/
H A Dsha3.h23 unsigned int rsizw; member
/openbmc/linux/crypto/
H A 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()