Searched refs:SHA3_512_BLOCK_SIZE (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/include/crypto/ |
| D | sha3.h | 18 #define SHA3_512_BLOCK_SIZE (200 - 2 * SHA3_512_DIGEST_SIZE) macro
|
| /Linux-v6.6/drivers/crypto/inside-secure/ |
| D | safexcel.h | 848 __le32 le[SHA3_512_BLOCK_SIZE / 4]; 849 __be32 be[SHA3_512_BLOCK_SIZE / 4]; 850 u32 word[SHA3_512_BLOCK_SIZE / 4]; 851 u8 byte[SHA3_512_BLOCK_SIZE];
|
| D | safexcel_hash.c | 57 __le32 state[SHA3_512_BLOCK_SIZE / 2677 req->block_sz = SHA3_512_BLOCK_SIZE; in safexcel_sha3_512_init() 2713 .cra_blocksize = SHA3_512_BLOCK_SIZE, 3037 memcpy(req->state, &ctx->base.ipad, SHA3_512_BLOCK_SIZE / 2); in safexcel_hmac_sha3_512_init() 3039 req->len = SHA3_512_BLOCK_SIZE; in safexcel_hmac_sha3_512_init() 3040 req->processed = SHA3_512_BLOCK_SIZE; in safexcel_hmac_sha3_512_init() 3043 req->state_sz = SHA3_512_BLOCK_SIZE / 2; in safexcel_hmac_sha3_512_init() 3045 req->block_sz = SHA3_512_BLOCK_SIZE; in safexcel_hmac_sha3_512_init() 3088 .cra_blocksize = SHA3_512_BLOCK_SIZE,
|
| /Linux-v6.6/arch/s390/crypto/ |
| D | sha3_512_s390.c | 89 .cra_blocksize = SHA3_512_BLOCK_SIZE,
|
| /Linux-v6.6/arch/arm64/crypto/ |
| D | sha3-ce-glue.c | 150 .base.cra_blocksize = SHA3_512_BLOCK_SIZE,
|
| /Linux-v6.6/crypto/ |
| D | sha3_generic.c | 278 .base.cra_blocksize = SHA3_512_BLOCK_SIZE,
|
| /Linux-v6.6/drivers/crypto/stm32/ |
| D | stm32-hash.c | 1830 .cra_blocksize = SHA3_512_BLOCK_SIZE, 1860 .cra_blocksize = SHA3_512_BLOCK_SIZE,
|
| /Linux-v6.6/drivers/crypto/bcm/ |
| D | cipher.c | 4073 .cra_blocksize = SHA3_512_BLOCK_SIZE, 4092 .cra_blocksize = SHA3_512_BLOCK_SIZE,
|