Home
last modified time | relevance | path

Searched refs:sha224_init (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/s390/crypto/
Dsha256_s390.c79 static int sha224_init(struct shash_desc *desc) in sha224_init() function
99 .init = sha224_init,
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.h340 static const u32 sha224_init[SHA256_DIGEST_SIZE / 4] = { variable
375 dkey[i] = cpu_to_be32(sha224_init[i]); in copy_hash_init_values()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_hash.c32 static const u32 sha224_init[] = { variable
1830 cc_set_sram_desc(sha224_init, sram_buff_ofs, in cc_init_hash_sram()
1831 ARRAY_SIZE(sha224_init), larval_seq, in cc_init_hash_sram()
1836 sram_buff_ofs += sizeof(sha224_init); in cc_init_hash_sram()
1911 sizeof(sha224_init) + in cc_hash_alloc()
2158 return sha224_init; in cc_larval_digest()
2202 sizeof(sha224_init)); in cc_larval_digest_addr()
2207 sizeof(sha224_init) + in cc_larval_digest_addr()
2213 sizeof(sha224_init) + in cc_larval_digest_addr()
/Linux-v4.19/drivers/crypto/
Dn2_core.c1307 static const u32 sha224_init[SHA256_DIGEST_SIZE / 4] = { variable
1339 .hash_init = sha224_init,