Searched refs:SHA512_BLOCK_SIZE (Results 1 – 15 of 15) sorted by relevance
| /linux/lib/crypto/s390/ |
| H A D | sha512.h | 17 nblocks * SHA512_BLOCK_SIZE); in sha512_blocks()
|
| /linux/crypto/ |
| H A D | sha512.c | 35 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 D | sha2.h | 22 #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 D | sha512.h | 62 data += SHA512_BLOCK_SIZE; in sha512_blocks()
|
| /linux/drivers/crypto/ccree/ |
| H A D | cc_hash.h | 19 #define CC_MAX_HASH_BLCK_SIZE SHA512_BLOCK_SIZE
|
| /linux/drivers/crypto/intel/keembay/ |
| H A D | keembay-ocs-hcu-core.c | 46 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 D | hash_algs.c | 21 .block_size = SHA512_BLOCK_SIZE,
|
| /linux/drivers/crypto/ |
| H A D | sa2ul.h | 314 u8 authkey[SHA512_BLOCK_SIZE];
|
| H A D | atmel-sha.c | 107 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 D | talitos.c | 919 #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 D | safexcel_hash.c | 1505 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 D | ccp-crypto.h | 186 #define MAX_SHA_BLOCK_SIZE SHA512_BLOCK_SIZE
|
| H A D | ccp-ops.c | 1539 block_size = SHA512_BLOCK_SIZE; in ccp_run_sha_cmd()
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.h | 50 #define MAX_HASH_BLOCK_SIZE SHA512_BLOCK_SIZE
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-hash.c | 868 .cra_blocksize = SHA512_BLOCK_SIZE, 1080 .cra_blocksize = SHA512_BLOCK_SIZE,
|