/linux/crypto/ |
H A D | sha256_generic.c | 20 const u8 sha224_zero_message_hash[SHA224_DIGEST_SIZE] = { 46 if (crypto_shash_digestsize(desc->tfm) == SHA224_DIGEST_SIZE) in crypto_sha256_final() 76 .digestsize = SHA224_DIGEST_SIZE,
|
H A D | hash_info.c | 46 [HASH_ALGO_SHA224] = SHA224_DIGEST_SIZE,
|
/linux/arch/x86/crypto/ |
H A D | sha256_ssse3_glue.c | 136 .digestsize = SHA224_DIGEST_SIZE, 209 .digestsize = SHA224_DIGEST_SIZE, 293 .digestsize = SHA224_DIGEST_SIZE, 376 .digestsize = SHA224_DIGEST_SIZE,
|
/linux/include/crypto/ |
H A D | sha2.h | 11 #define SHA224_DIGEST_SIZE 28 macro 59 extern const u8 sha224_zero_message_hash[SHA224_DIGEST_SIZE];
|
/linux/arch/sparc/crypto/ |
H A D | sha256_glue.c | 106 memcpy(hash, D, SHA224_DIGEST_SIZE); in sha224_sparc64_final() 147 .digestsize = SHA224_DIGEST_SIZE,
|
/linux/arch/arm64/crypto/ |
H A D | sha256-glue.c | 79 .digestsize = SHA224_DIGEST_SIZE, 159 .digestsize = SHA224_DIGEST_SIZE,
|
H A D | sha2-ce-glue.c | 153 .digestsize = SHA224_DIGEST_SIZE,
|
/linux/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-sha256.c | 170 memcpy(hash, D, SHA224_DIGEST_SIZE); in octeon_sha224_final() 209 .digestsize = SHA224_DIGEST_SIZE,
|
/linux/arch/arm/crypto/ |
H A D | sha256_neon_glue.c | 79 .digestsize = SHA224_DIGEST_SIZE,
|
H A D | sha256_glue.c | 69 .digestsize = SHA224_DIGEST_SIZE,
|
H A D | sha2-ce-glue.c | 74 .digestsize = SHA224_DIGEST_SIZE,
|
/linux/arch/s390/crypto/ |
H A D | hmac_s390.c | 125 case SHA224_DIGEST_SIZE: in hash_key() 182 case SHA224_DIGEST_SIZE: in s390_hmac_sha2_init()
|
H A D | sha256_s390.c | 98 .digestsize = SHA224_DIGEST_SIZE,
|
/linux/arch/riscv/crypto/ |
H A D | sha256-riscv64-glue.c | 100 .digestsize = SHA224_DIGEST_SIZE,
|
/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-hcu-core.c | 579 case SHA224_DIGEST_SIZE: in kmb_ocs_hcu_init() 775 case SHA224_DIGEST_SIZE: in kmb_ocs_hcu_setkey() 892 .digestsize = SHA224_DIGEST_SIZE, 918 .digestsize = SHA224_DIGEST_SIZE,
|
/linux/arch/powerpc/crypto/ |
H A D | sha256-spe-glue.c | 199 .digestsize = SHA224_DIGEST_SIZE,
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 472 case SHA224_DIGEST_SIZE: in starfive_hash_setkey() 566 .digestsize = SHA224_DIGEST_SIZE, 595 .digestsize = SHA224_DIGEST_SIZE,
|
/linux/drivers/crypto/aspeed/ |
H A D | aspeed-hace-hash.c | 686 case SHA224_DIGEST_SIZE: in aspeed_sham_init() 689 rctx->digsize = SHA224_DIGEST_SIZE; in aspeed_sham_init() 926 .digestsize = SHA224_DIGEST_SIZE, 995 .digestsize = SHA224_DIGEST_SIZE,
|
/linux/drivers/crypto/ccp/ |
H A D | ccp-crypto-sha.c | 144 rctx->cmd.u.sha.ctx_len = SHA224_DIGEST_SIZE; in ccp_do_sha_update() 382 .digest_size = SHA224_DIGEST_SIZE,
|
/linux/drivers/crypto/caam/ |
H A D | caamalg.c | 2199 .maxauthsize = SHA224_DIGEST_SIZE, 2394 .maxauthsize = SHA224_DIGEST_SIZE, 2419 .maxauthsize = SHA224_DIGEST_SIZE, 2697 .maxauthsize = SHA224_DIGEST_SIZE, 2723 .maxauthsize = SHA224_DIGEST_SIZE, 3004 .maxauthsize = SHA224_DIGEST_SIZE, 3029 .maxauthsize = SHA224_DIGEST_SIZE, 3315 .maxauthsize = SHA224_DIGEST_SIZE, 3342 .maxauthsize = SHA224_DIGEST_SIZE,
|
H A D | caamalg_qi.c | 1751 .maxauthsize = SHA224_DIGEST_SIZE, 1773 .maxauthsize = SHA224_DIGEST_SIZE, 2021 .maxauthsize = SHA224_DIGEST_SIZE, 2044 .maxauthsize = SHA224_DIGEST_SIZE, 2292 .maxauthsize = SHA224_DIGEST_SIZE, 2315 .maxauthsize = SHA224_DIGEST_SIZE,
|
/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.h | 340 case SHA224_DIGEST_SIZE: in copy_hash_init_values()
|
H A D | chcr_algo.c | 288 case SHA224_DIGEST_SIZE: in chcr_alloc_shash() 319 } else if (digest_size == SHA224_DIGEST_SIZE) { in chcr_compute_partial_hash() 1523 case SHA224_DIGEST_SIZE: in get_alg_config() 2104 if (digestsize == SHA224_DIGEST_SIZE) in chcr_handle_ahash_resp() 2235 if (digestsize == SHA224_DIGEST_SIZE) in chcr_ahash_setkey() 2332 if (digestsize == SHA224_DIGEST_SIZE) in chcr_hmac_init() 3963 .halg.digestsize = SHA224_DIGEST_SIZE, 4012 .halg.digestsize = SHA224_DIGEST_SIZE, 4192 .maxauthsize = SHA224_DIGEST_SIZE, 4318 .maxauthsize = SHA224_DIGEST_SIZE,
|
/linux/drivers/crypto/ |
H A D | omap-sham.c | 342 d = SHA224_DIGEST_SIZE / sizeof(u32); in omap_sham_copy_ready_hash() 966 case SHA224_DIGEST_SIZE: in omap_sham_init() 1524 .base.halg.digestsize = SHA224_DIGEST_SIZE, 1569 .base.halg.digestsize = SHA224_DIGEST_SIZE,
|
H A D | atmel-sha.c | 445 case SHA224_DIGEST_SIZE: in atmel_sha_init() 967 memcpy(req->result, ctx->digest, SHA224_DIGEST_SIZE); in atmel_sha_copy_ready_hash() 1295 .halg.digestsize = SHA224_DIGEST_SIZE, 2074 .halg.digestsize = SHA224_DIGEST_SIZE, 2360 authctx->digestlen = SHA224_DIGEST_SIZE; in atmel_sha_authenc_final()
|