Home
last modified time | relevance | path

Searched refs:SHA512_BLOCK_SIZE (Results 1 – 15 of 15) sorted by relevance

/linux/lib/crypto/s390/
H A Dsha512.h17 nblocks * SHA512_BLOCK_SIZE); in sha512_blocks()
/linux/crypto/
H A Dsha512.c35 partial = ctx.bytecount_lo % SHA512_BLOCK_SIZE; in __crypto_sha512_export()
347 .base.cra_blocksize = SHA512_BLOCK_SIZE,
385 .base.cra_blocksize = SHA512_BLOCK_SIZE,
/linux/include/crypto/
H A Dsha2.h22 #define SHA512_BLOCK_SIZE 128 macro
114 u8 buf[SHA512_BLOCK_SIZE];
543 u8 buf[SHA512_BLOCK_SIZE] __aligned(__alignof__(__be64));
/linux/lib/crypto/mips/
H A Dsha512.h62 data += SHA512_BLOCK_SIZE; in sha512_blocks()
/linux/drivers/crypto/ccree/
H A Dcc_hash.h19 #define CC_MAX_HASH_BLCK_SIZE SHA512_BLOCK_SIZE
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c46 u8 key[SHA512_BLOCK_SIZE];
86 u8 buffer[2 * SHA512_BLOCK_SIZE];
606 rctx->blk_sz = SHA512_BLOCK_SIZE; in kmb_ocs_hcu_init()
1116 .cra_blocksize = SHA512_BLOCK_SIZE,
1142 .cra_blocksize = SHA512_BLOCK_SIZE,
/linux/fs/verity/
H A Dhash_algs.c21 .block_size = SHA512_BLOCK_SIZE,
/linux/drivers/crypto/
H A Dsa2ul.h314 u8 authkey[SHA512_BLOCK_SIZE];
H A Datmel-sha.c107 u8 buffer[SHA_BUFFER_LEN + SHA512_BLOCK_SIZE] __aligned(sizeof(u32));
451 ctx->block_size = SHA512_BLOCK_SIZE; in atmel_sha_init()
1302 .halg.base.cra_blocksize = SHA512_BLOCK_SIZE,
1604 u8 buffer[SHA512_BLOCK_SIZE];
1656 u32 ipad[SHA512_BLOCK_SIZE / sizeof(u32)];
1657 u32 opad[SHA512_BLOCK_SIZE / sizeof(u32)];
1709 ctx->block_size = SHA512_BLOCK_SIZE; in atmel_sha_hmac_setup()
2086 .halg.base.cra_blocksize = SHA512_BLOCK_SIZE,
H A Dtalitos.c919 #define TALITOS_MAX_KEY_SIZE (AES_MAX_KEY_SIZE + SHA512_BLOCK_SIZE)
937 #define HASH_MAX_BLOCK_SIZE SHA512_BLOCK_SIZE
3013 .cra_blocksize = SHA512_BLOCK_SIZE,
3109 .cra_blocksize = SHA512_BLOCK_SIZE,
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1505 req->block_sz = SHA512_BLOCK_SIZE; in safexcel_sha512_init()
1541 .cra_blocksize = SHA512_BLOCK_SIZE,
1562 req->block_sz = SHA512_BLOCK_SIZE; in safexcel_sha384_init()
1625 req->len = SHA512_BLOCK_SIZE; in safexcel_hmac_sha512_init()
1626 req->processed = SHA512_BLOCK_SIZE; in safexcel_hmac_sha512_init()
1632 req->block_sz = SHA512_BLOCK_SIZE; in safexcel_hmac_sha512_init()
1670 .cra_blocksize = SHA512_BLOCK_SIZE,
1697 req->len = SHA512_BLOCK_SIZE; in safexcel_hmac_sha384_init()
1698 req->processed = SHA512_BLOCK_SIZE; in safexcel_hmac_sha384_init()
1704 req->block_sz = SHA512_BLOCK_SIZE; in safexcel_hmac_sha384_init()
/linux/drivers/crypto/ccp/
H A Dccp-crypto.h186 #define MAX_SHA_BLOCK_SIZE SHA512_BLOCK_SIZE
H A Dccp-ops.c1539 block_size = SHA512_BLOCK_SIZE; in ccp_run_sha_cmd()
/linux/drivers/crypto/bcm/
H A Dcipher.h50 #define MAX_HASH_BLOCK_SIZE SHA512_BLOCK_SIZE
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c868 .cra_blocksize = SHA512_BLOCK_SIZE,
1080 .cra_blocksize = SHA512_BLOCK_SIZE,