Searched refs:SHA3_224_BLOCK_SIZE (Results 1 – 6 of 6) sorted by relevance
| /linux/include/crypto/ |
| H A D | sha3.h | 14 #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 D | sha3.h | 23 case SHA3_224_BLOCK_SIZE: in sha3_absorb_blocks()
|
| /linux/crypto/ |
| H A D | sha3.c | 101 .base.cra_blocksize = SHA3_224_BLOCK_SIZE,
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 2283 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 D | tegra-se-hash.c | 893 .cra_blocksize = SHA3_224_BLOCK_SIZE,
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.c | 3900 .cra_blocksize = SHA3_224_BLOCK_SIZE, 3919 .cra_blocksize = SHA3_224_BLOCK_SIZE, 3976 .cra_blocksize = SHA3_224_BLOCK_SIZE,
|