Home
last modified time | relevance | path

Searched refs:sha384_init (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/s390/crypto/
Dsha512_s390.c86 static int sha384_init(struct shash_desc *desc) in sha384_init() function
106 .init = sha384_init,
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.h350 static const u64 sha384_init[SHA512_DIGEST_SIZE / 8] = { variable
365 __be64 *sha384 = (__be64 *)sha384_init; in copy_hash_init_values()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_hash.c40 static u64 sha384_init[] = { variable
1849 cc_set_sram_desc((u32 *)sha384_init, sram_buff_ofs, in cc_init_hash_sram()
1850 (ARRAY_SIZE(sha384_init) * 2), larval_seq, in cc_init_hash_sram()
1855 sram_buff_ofs += sizeof(sha384_init); in cc_init_hash_sram()
1888 cc_swap_dwords((u32 *)&sha384_init, (ARRAY_SIZE(sha384_init) * 2)); in cc_hash_global_init()
1916 sizeof(sha384_init) + sizeof(sha512_init); in cc_hash_alloc()
2162 return sha384_init; in cc_larval_digest()
2215 sizeof(sha384_init)); in cc_larval_digest_addr()