Home
last modified time | relevance | path

Searched refs:SHA3_256_BLOCK_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux/include/crypto/
H A Dsha3.h18 #define SHA3_256_BLOCK_SIZE (200 - 2 * SHA3_256_DIGEST_SIZE) macro
19 #define SHA3_256_EXPORT_SIZE SHA3_STATE_SIZE + SHA3_256_BLOCK_SIZE + 1
136 .ctx.block_size = SHA3_256_BLOCK_SIZE, in sha3_256_init()
/linux/lib/crypto/s390/
H A Dsha3.h27 case SHA3_256_BLOCK_SIZE: in sha3_absorb_blocks()
/linux/crypto/
H A Dsha3.c114 .base.cra_blocksize = SHA3_256_BLOCK_SIZE,
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2477 req->block_sz = SHA3_256_BLOCK_SIZE; in safexcel_sha3_256_init()
2513 .cra_blocksize = SHA3_256_BLOCK_SIZE,
2811 memcpy(req->state, &ctx->base.ipad, SHA3_256_BLOCK_SIZE / 2); in safexcel_hmac_sha3_256_init()
2813 req->len = SHA3_256_BLOCK_SIZE; in safexcel_hmac_sha3_256_init()
2814 req->processed = SHA3_256_BLOCK_SIZE; in safexcel_hmac_sha3_256_init()
2817 req->state_sz = SHA3_256_BLOCK_SIZE / 2; in safexcel_hmac_sha3_256_init()
2819 req->block_sz = SHA3_256_BLOCK_SIZE; in safexcel_hmac_sha3_256_init()
2863 .cra_blocksize = SHA3_256_BLOCK_SIZE,
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c918 .cra_blocksize = SHA3_256_BLOCK_SIZE,
/linux/drivers/crypto/bcm/
H A Dcipher.c3938 .cra_blocksize = SHA3_256_BLOCK_SIZE,
3957 .cra_blocksize = SHA3_256_BLOCK_SIZE,