Home
last modified time | relevance | path

Searched refs:SHA3_512_BLOCK_SIZE (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/include/crypto/
Dsha3.h18 #define SHA3_512_BLOCK_SIZE (200 - 2 * SHA3_512_DIGEST_SIZE) macro
/Linux-v6.1/drivers/crypto/inside-secure/
Dsafexcel.h842 __le32 le[SHA3_512_BLOCK_SIZE / 4];
843 __be32 be[SHA3_512_BLOCK_SIZE / 4];
844 u32 word[SHA3_512_BLOCK_SIZE / 4];
845 u8 byte[SHA3_512_BLOCK_SIZE];
Dsafexcel_hash.c57 __le32 state[SHA3_512_BLOCK_SIZE /
2702 req->block_sz = SHA3_512_BLOCK_SIZE; in safexcel_sha3_512_init()
2738 .cra_blocksize = SHA3_512_BLOCK_SIZE,
3062 memcpy(req->state, &ctx->base.ipad, SHA3_512_BLOCK_SIZE / 2); in safexcel_hmac_sha3_512_init()
3064 req->len = SHA3_512_BLOCK_SIZE; in safexcel_hmac_sha3_512_init()
3065 req->processed = SHA3_512_BLOCK_SIZE; in safexcel_hmac_sha3_512_init()
3068 req->state_sz = SHA3_512_BLOCK_SIZE / 2; in safexcel_hmac_sha3_512_init()
3070 req->block_sz = SHA3_512_BLOCK_SIZE; in safexcel_hmac_sha3_512_init()
3113 .cra_blocksize = SHA3_512_BLOCK_SIZE,
/Linux-v6.1/arch/s390/crypto/
Dsha3_512_s390.c89 .cra_blocksize = SHA3_512_BLOCK_SIZE,
/Linux-v6.1/arch/arm64/crypto/
Dsha3-ce-glue.c150 .base.cra_blocksize = SHA3_512_BLOCK_SIZE,
/Linux-v6.1/crypto/
Dsha3_generic.c278 .base.cra_blocksize = SHA3_512_BLOCK_SIZE,
/Linux-v6.1/drivers/crypto/bcm/
Dcipher.c4110 .cra_blocksize = SHA3_512_BLOCK_SIZE,
4129 .cra_blocksize = SHA3_512_BLOCK_SIZE,