Home
last modified time | relevance | path

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

12

/linux-5.19.10/arch/sparc/crypto/
Dsha512_glue.c37 done = SHA512_BLOCK_SIZE - partial; in __sha512_sparc64_update()
41 if (len - done >= SHA512_BLOCK_SIZE) { in __sha512_sparc64_update()
42 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_sparc64_update()
45 done += rounds * SHA512_BLOCK_SIZE; in __sha512_sparc64_update()
55 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_sparc64_update()
58 if (partial + len < SHA512_BLOCK_SIZE) { in sha512_sparc64_update()
74 static const u8 padding[SHA512_BLOCK_SIZE] = { 0x80, }; in sha512_sparc64_final()
81 index = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_sparc64_final()
82 padlen = (index < 112) ? (112 - index) : ((SHA512_BLOCK_SIZE+112) - index); in sha512_sparc64_final()
126 .cra_blocksize = SHA512_BLOCK_SIZE,
/linux-5.19.10/include/crypto/
Dsha512_base.h62 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_base_do_update()
68 if (unlikely((partial + len) >= SHA512_BLOCK_SIZE)) { in sha512_base_do_update()
72 int p = SHA512_BLOCK_SIZE - partial; in sha512_base_do_update()
81 blocks = len / SHA512_BLOCK_SIZE; in sha512_base_do_update()
82 len %= SHA512_BLOCK_SIZE; in sha512_base_do_update()
86 data += blocks * SHA512_BLOCK_SIZE; in sha512_base_do_update()
99 const int bit_offset = SHA512_BLOCK_SIZE - sizeof(__be64[2]); in sha512_base_do_finalize()
102 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_base_do_finalize()
106 memset(sctx->buf + partial, 0x0, SHA512_BLOCK_SIZE - partial); in sha512_base_do_finalize()
Dsha2.h21 #define SHA512_BLOCK_SIZE 128 macro
76 u8 buf[SHA512_BLOCK_SIZE];
/linux-5.19.10/drivers/crypto/nx/
Dnx-sha512.c21 u8 buf[SHA512_BLOCK_SIZE];
73 u64 buf_len = (sctx->count[0] % SHA512_BLOCK_SIZE); in nx_sha512_update()
81 total = (sctx->count[0] % SHA512_BLOCK_SIZE) + len; in nx_sha512_update()
82 if (total < SHA512_BLOCK_SIZE) { in nx_sha512_update()
133 to_process = to_process & ~(SHA512_BLOCK_SIZE - 1); in nx_sha512_update()
172 } while (leftover >= SHA512_BLOCK_SIZE); in nx_sha512_update()
205 if (sctx->count[0] >= SHA512_BLOCK_SIZE) { in nx_sha512_final()
223 len = sctx->count[0] & (SHA512_BLOCK_SIZE - 1); in nx_sha512_final()
227 if (len != (sctx->count[0] & (SHA512_BLOCK_SIZE - 1))) { in nx_sha512_final()
288 .cra_blocksize = SHA512_BLOCK_SIZE,
/linux-5.19.10/arch/mips/cavium-octeon/crypto/
Docteon-sha512.c86 index = sctx->count[0] % SHA512_BLOCK_SIZE; in __octeon_sha512_update()
92 part_len = SHA512_BLOCK_SIZE - index; in __octeon_sha512_update()
99 for (i = part_len; i + SHA512_BLOCK_SIZE <= len; in __octeon_sha512_update()
100 i += SHA512_BLOCK_SIZE) in __octeon_sha512_update()
124 if ((sctx->count[0] % SHA512_BLOCK_SIZE) + len < SHA512_BLOCK_SIZE) in octeon_sha512_update()
201 .cra_blocksize = SHA512_BLOCK_SIZE,
/linux-5.19.10/arch/arm/crypto/
Dsha512-neon-glue.c32 (sctx->count[0] % SHA512_BLOCK_SIZE) + len < SHA512_BLOCK_SIZE) in sha512_neon_update()
91 .cra_blocksize = SHA512_BLOCK_SIZE,
Dsha512-glue.c63 .cra_blocksize = SHA512_BLOCK_SIZE,
77 .cra_blocksize = SHA512_BLOCK_SIZE,
/linux-5.19.10/arch/x86/crypto/
Dsha512_ssse3_glue.c50 (sctx->count[0] % SHA512_BLOCK_SIZE) + len < SHA512_BLOCK_SIZE) in sha512_update()
110 .cra_blocksize = SHA512_BLOCK_SIZE,
186 .cra_blocksize = SHA512_BLOCK_SIZE,
252 .cra_blocksize = SHA512_BLOCK_SIZE,
/linux-5.19.10/arch/arm64/crypto/
Dsha512-ce-glue.c43 src += (blocks - rem) * SHA512_BLOCK_SIZE; in __sha512_ce_transform()
94 .base.cra_blocksize = SHA512_BLOCK_SIZE,
106 .base.cra_blocksize = SHA512_BLOCK_SIZE,
Dsha512-glue.c65 .base.cra_blocksize = SHA512_BLOCK_SIZE,
/linux-5.19.10/drivers/crypto/ccree/
Dcc_hash.h19 #define CC_MAX_HASH_BLCK_SIZE SHA512_BLOCK_SIZE
/linux-5.19.10/crypto/
Dsha512_generic.c153 src += SHA512_BLOCK_SIZE; in sha512_generic_block_fn()
189 .cra_blocksize = SHA512_BLOCK_SIZE,
/linux-5.19.10/drivers/crypto/keembay/
Dkeembay-ocs-hcu-core.c47 u8 key[SHA512_BLOCK_SIZE];
86 u8 buffer[2 * SHA512_BLOCK_SIZE];
598 rctx->blk_sz = SHA512_BLOCK_SIZE; in kmb_ocs_hcu_init()
1105 .cra_blocksize = SHA512_BLOCK_SIZE,
1130 .cra_blocksize = SHA512_BLOCK_SIZE,
/linux-5.19.10/arch/s390/crypto/
Dsha512_s390.c79 .cra_blocksize = SHA512_BLOCK_SIZE,
/linux-5.19.10/drivers/crypto/
Dsa2ul.h313 u8 authkey[SHA512_BLOCK_SIZE];
Domap-sham.c137 #define BUFLEN SHA512_BLOCK_SIZE
166 u8 ipad[SHA512_BLOCK_SIZE] OMAP_ALIGNED;
167 u8 opad[SHA512_BLOCK_SIZE] OMAP_ALIGNED;
423 d = SHA512_BLOCK_SIZE; in get_block_size()
985 bs = SHA512_BLOCK_SIZE; in omap_sham_init()
1654 .cra_blocksize = SHA512_BLOCK_SIZE,
1701 .cra_blocksize = SHA512_BLOCK_SIZE,
Datmel-sha.c108 u8 buffer[SHA_BUFFER_LEN + SHA512_BLOCK_SIZE] __aligned(sizeof(u32));
459 ctx->block_size = SHA512_BLOCK_SIZE; in atmel_sha_init()
1310 .halg.base.cra_blocksize = SHA512_BLOCK_SIZE,
1613 u8 buffer[SHA512_BLOCK_SIZE];
1665 u32 ipad[SHA512_BLOCK_SIZE / sizeof(u32)];
1666 u32 opad[SHA512_BLOCK_SIZE / sizeof(u32)];
1718 ctx->block_size = SHA512_BLOCK_SIZE; in atmel_sha_hmac_setup()
2068 .halg.base.cra_blocksize = SHA512_BLOCK_SIZE,
Dtalitos.c844 #define TALITOS_MAX_KEY_SIZE (AES_MAX_KEY_SIZE + SHA512_BLOCK_SIZE)
862 #define HASH_MAX_BLOCK_SIZE SHA512_BLOCK_SIZE
2934 .cra_blocksize = SHA512_BLOCK_SIZE,
3030 .cra_blocksize = SHA512_BLOCK_SIZE,
/linux-5.19.10/drivers/crypto/ccp/
Dccp-crypto.h186 #define MAX_SHA_BLOCK_SIZE SHA512_BLOCK_SIZE
Dccp-crypto-sha.c407 .block_size = SHA512_BLOCK_SIZE,
/linux-5.19.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c1533 req->block_sz = SHA512_BLOCK_SIZE; in safexcel_sha512_init()
1569 .cra_blocksize = SHA512_BLOCK_SIZE,
1590 req->block_sz = SHA512_BLOCK_SIZE; in safexcel_sha384_init()
1653 req->len = SHA512_BLOCK_SIZE; in safexcel_hmac_sha512_init()
1654 req->processed = SHA512_BLOCK_SIZE; in safexcel_hmac_sha512_init()
1660 req->block_sz = SHA512_BLOCK_SIZE; in safexcel_hmac_sha512_init()
1698 .cra_blocksize = SHA512_BLOCK_SIZE,
1725 req->len = SHA512_BLOCK_SIZE; in safexcel_hmac_sha384_init()
1726 req->processed = SHA512_BLOCK_SIZE; in safexcel_hmac_sha384_init()
1732 req->block_sz = SHA512_BLOCK_SIZE; in safexcel_hmac_sha384_init()
Dsafexcel.h853 #define HASH_CACHE_SIZE SHA512_BLOCK_SIZE
/linux-5.19.10/fs/verity/
Dhash_algs.c23 .block_size = SHA512_BLOCK_SIZE,
/linux-5.19.10/drivers/crypto/bcm/
Dcipher.h50 #define MAX_HASH_BLOCK_SIZE SHA512_BLOCK_SIZE
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dqat_algs.c78 char ipad[SHA512_BLOCK_SIZE]; /* sufficient for SHA-1/SHA-256 as well */
79 char opad[SHA512_BLOCK_SIZE];

12