| /linux/lib/crypto/tests/ |
| H A D | sha224-testvecs.h | 6 u8 digest[SHA224_DIGEST_SIZE]; 226 static const u8 hash_testvec_consolidated[SHA224_DIGEST_SIZE] = { 233 static const u8 hmac_testvec_consolidated[SHA224_DIGEST_SIZE] = {
|
| H A D | sha224_kunit.c | 10 #define HASH_SIZE SHA224_DIGEST_SIZE
|
| /linux/include/crypto/ |
| H A D | sha2.h | 11 #define SHA224_DIGEST_SIZE 28 macro 61 extern const u8 sha224_zero_message_hash[SHA224_DIGEST_SIZE]; 193 void sha224_final(struct sha224_ctx *ctx, u8 out[at_least SHA224_DIGEST_SIZE]); 203 void sha224(const u8 *data, size_t len, u8 out[at_least SHA224_DIGEST_SIZE]); 291 u8 out[at_least SHA224_DIGEST_SIZE]); 306 u8 out[at_least SHA224_DIGEST_SIZE]); 323 u8 out[at_least SHA224_DIGEST_SIZE]);
|
| /linux/lib/crypto/ |
| H A D | sha256.c | 238 void sha224_final(struct sha224_ctx *ctx, u8 out[SHA224_DIGEST_SIZE]) in sha224_final() argument 240 __sha256_final(&ctx->ctx, out, SHA224_DIGEST_SIZE); in sha224_final() 252 void sha224(const u8 *data, size_t len, u8 out[SHA224_DIGEST_SIZE]) in sha224() argument 423 u8 out[SHA224_DIGEST_SIZE]) in hmac_sha224_final() argument 425 __hmac_sha256_final(&ctx->ctx, out, SHA224_DIGEST_SIZE); in hmac_sha224_final() 437 const u8 *data, size_t data_len, u8 out[SHA224_DIGEST_SIZE]) in hmac_sha224() argument 460 u8 out[SHA224_DIGEST_SIZE]) in hmac_sha224_usingrawkey() argument
|
| H A D | hash_info.c | 46 [HASH_ALGO_SHA224] = SHA224_DIGEST_SIZE,
|
| /linux/crypto/ |
| H A D | sha256.c | 68 const u8 sha224_zero_message_hash[SHA224_DIGEST_SIZE] = { 325 .digestsize = SHA224_DIGEST_SIZE, 362 .digestsize = SHA224_DIGEST_SIZE,
|
| /linux/drivers/crypto/caam/ |
| H A D | caamalg.c | 2305 .maxauthsize = SHA224_DIGEST_SIZE, 2500 .maxauthsize = SHA224_DIGEST_SIZE, 2525 .maxauthsize = SHA224_DIGEST_SIZE, 2803 .maxauthsize = SHA224_DIGEST_SIZE, 2829 .maxauthsize = SHA224_DIGEST_SIZE, 3110 .maxauthsize = SHA224_DIGEST_SIZE, 3135 .maxauthsize = SHA224_DIGEST_SIZE, 3421 .maxauthsize = SHA224_DIGEST_SIZE, 3448 .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,
|
| H A D | caamalg_qi2.c | 1962 .maxauthsize = SHA224_DIGEST_SIZE, 1984 .maxauthsize = SHA224_DIGEST_SIZE, 2232 .maxauthsize = SHA224_DIGEST_SIZE, 2255 .maxauthsize = SHA224_DIGEST_SIZE, 2503 .maxauthsize = SHA224_DIGEST_SIZE, 2526 .maxauthsize = SHA224_DIGEST_SIZE, 2782 .maxauthsize = SHA224_DIGEST_SIZE, 2806 .maxauthsize = SHA224_DIGEST_SIZE, 4455 .digestsize = SHA224_DIGEST_SIZE,
|
| H A D | caamhash.c | 1625 .digestsize = SHA224_DIGEST_SIZE,
|
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_algo.h | 340 case SHA224_DIGEST_SIZE: in copy_hash_init_values()
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-hash.c | 786 .halg.digestsize = SHA224_DIGEST_SIZE, 988 .halg.digestsize = SHA224_DIGEST_SIZE,
|
| /linux/drivers/crypto/intel/keembay/ |
| H A D | ocs-hcu.c | 148 return SHA224_DIGEST_SIZE; in ocs_hcu_digest_size()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-ops.c | 1520 if (sha->ctx_len < SHA224_DIGEST_SIZE) in ccp_run_sha_cmd() 1581 digest_len = SHA224_DIGEST_SIZE; in ccp_run_sha_cmd() 1611 digest_size = SHA224_DIGEST_SIZE; in ccp_run_sha_cmd() 1617 ooffset = CCP_SB_BYTES - SHA224_DIGEST_SIZE; in ccp_run_sha_cmd()
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.c | 1311 (ctx->authkeylen < SHA224_DIGEST_SIZE)) in handle_aead_req() 1312 hash_parms.key_len = SHA224_DIGEST_SIZE; in handle_aead_req() 3276 .maxauthsize = SHA224_DIGEST_SIZE, 3426 .maxauthsize = SHA224_DIGEST_SIZE, 3747 .halg.digestsize = SHA224_DIGEST_SIZE, 3765 .halg.digestsize = SHA224_DIGEST_SIZE,
|
| /linux/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 508 if (digestsize == SHA224_DIGEST_SIZE) in sun8i_ss_hash_run()
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 786 SHA224_DIGEST_SIZE); in safexcel_ahash_final() 1331 .digestsize = SHA224_DIGEST_SIZE, 1403 .digestsize = SHA224_DIGEST_SIZE,
|