Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha3.h22 #define SHA3_384_BLOCK_SIZE (200 - 2 * SHA3_384_DIGEST_SIZE) macro
23 #define SHA3_384_EXPORT_SIZE SHA3_STATE_SIZE + SHA3_384_BLOCK_SIZE + 1
152 .ctx.block_size = SHA3_384_BLOCK_SIZE, in sha3_384_init()
/linux/lib/crypto/s390/
H A Dsha3.h35 case SHA3_384_BLOCK_SIZE: in sha3_absorb_blocks()
/linux/crypto/
H A Dsha3.c127 .base.cra_blocksize = SHA3_384_BLOCK_SIZE,
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2535 req->block_sz = SHA3_384_BLOCK_SIZE; in safexcel_sha3_384_init()
2571 .cra_blocksize = SHA3_384_BLOCK_SIZE,
2882 memcpy(req->state, &ctx->base.ipad, SHA3_384_BLOCK_SIZE / 2); in safexcel_hmac_sha3_384_init()
2884 req->len = SHA3_384_BLOCK_SIZE; in safexcel_hmac_sha3_384_init()
2885 req->processed = SHA3_384_BLOCK_SIZE; in safexcel_hmac_sha3_384_init()
2888 req->state_sz = SHA3_384_BLOCK_SIZE / 2; in safexcel_hmac_sha3_384_init()
2890 req->block_sz = SHA3_384_BLOCK_SIZE; in safexcel_hmac_sha3_384_init()
2934 .cra_blocksize = SHA3_384_BLOCK_SIZE,
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c943 .cra_blocksize = SHA3_384_BLOCK_SIZE,
/linux/drivers/crypto/bcm/
H A Dcipher.c3995 .cra_blocksize = SHA3_384_BLOCK_SIZE,