Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/
Dsha3.h18 #define SHA3_512_BLOCK_SIZE (200 - 2 * SHA3_512_DIGEST_SIZE) macro
/Linux-v5.10/drivers/crypto/inside-secure/
Dsafexcel.h841 __le32 le[SHA3_512_BLOCK_SIZE / 4];
842 __be32 be[SHA3_512_BLOCK_SIZE / 4];
843 u32 word[SHA3_512_BLOCK_SIZE / 4];
844 u8 byte[SHA3_512_BLOCK_SIZE];
Dsafexcel_hash.c55 __le32 state[SHA3_512_BLOCK_SIZE /
2721 req->block_sz = SHA3_512_BLOCK_SIZE; in safexcel_sha3_512_init()
2757 .cra_blocksize = SHA3_512_BLOCK_SIZE,
3081 memcpy(req->state, &ctx->base.ipad, SHA3_512_BLOCK_SIZE / 2); in safexcel_hmac_sha3_512_init()
3083 req->len = SHA3_512_BLOCK_SIZE; in safexcel_hmac_sha3_512_init()
3084 req->processed = SHA3_512_BLOCK_SIZE; in safexcel_hmac_sha3_512_init()
3087 req->state_sz = SHA3_512_BLOCK_SIZE / 2; in safexcel_hmac_sha3_512_init()
3089 req->block_sz = SHA3_512_BLOCK_SIZE; in safexcel_hmac_sha3_512_init()
3132 .cra_blocksize = SHA3_512_BLOCK_SIZE,
/Linux-v5.10/arch/s390/crypto/
Dsha3_512_s390.c90 .cra_blocksize = SHA3_512_BLOCK_SIZE,
/Linux-v5.10/arch/arm64/crypto/
Dsha3-ce-glue.c142 .base.cra_blocksize = SHA3_512_BLOCK_SIZE,
/Linux-v5.10/crypto/
Dsha3_generic.c278 .base.cra_blocksize = SHA3_512_BLOCK_SIZE,
/Linux-v5.10/drivers/crypto/bcm/
Dcipher.c4112 .cra_blocksize = SHA3_512_BLOCK_SIZE,
4131 .cra_blocksize = SHA3_512_BLOCK_SIZE,