Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha3.h14 #define SHA3_224_BLOCK_SIZE (200 - 2 * SHA3_224_DIGEST_SIZE) macro
15 #define SHA3_224_EXPORT_SIZE SHA3_STATE_SIZE + SHA3_224_BLOCK_SIZE + 1
120 .ctx.block_size = SHA3_224_BLOCK_SIZE, in sha3_224_init()
/linux/lib/crypto/s390/
H A Dsha3.h23 case SHA3_224_BLOCK_SIZE: in sha3_absorb_blocks()
/linux/crypto/
H A Dsha3.c101 .base.cra_blocksize = SHA3_224_BLOCK_SIZE,
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2283 req->block_sz = SHA3_224_BLOCK_SIZE; in safexcel_sha3_224_init()
2305 u8 key[SHA3_224_BLOCK_SIZE]; in safexcel_sha3_fbcheck()
2455 .cra_blocksize = SHA3_224_BLOCK_SIZE,
2740 memcpy(req->state, &ctx->base.ipad, SHA3_224_BLOCK_SIZE / 2); in safexcel_hmac_sha3_224_init()
2742 req->len = SHA3_224_BLOCK_SIZE; in safexcel_hmac_sha3_224_init()
2743 req->processed = SHA3_224_BLOCK_SIZE; in safexcel_hmac_sha3_224_init()
2746 req->state_sz = SHA3_224_BLOCK_SIZE / 2; in safexcel_hmac_sha3_224_init()
2748 req->block_sz = SHA3_224_BLOCK_SIZE; in safexcel_hmac_sha3_224_init()
2792 .cra_blocksize = SHA3_224_BLOCK_SIZE,
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c893 .cra_blocksize = SHA3_224_BLOCK_SIZE,
/linux/drivers/crypto/bcm/
H A Dcipher.c3900 .cra_blocksize = SHA3_224_BLOCK_SIZE,
3919 .cra_blocksize = SHA3_224_BLOCK_SIZE,
3976 .cra_blocksize = SHA3_224_BLOCK_SIZE,