Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds