Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/crypto/
Dsha512_s390.c21 static int sha512_init(struct shash_desc *desc) in sha512_init() function
68 .init = sha512_init,
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.h355 static const u64 sha512_init[SHA512_DIGEST_SIZE / 8] = { variable
366 __be64 *sha512 = (__be64 *)sha512_init; in copy_hash_init_values()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_hash.c43 static u64 sha512_init[] = { variable
1858 cc_set_sram_desc((u32 *)sha512_init, sram_buff_ofs, in cc_init_hash_sram()
1859 (ARRAY_SIZE(sha512_init) * 2), larval_seq, in cc_init_hash_sram()
1889 cc_swap_dwords((u32 *)&sha512_init, (ARRAY_SIZE(sha512_init) * 2)); in cc_hash_global_init()
1916 sizeof(sha384_init) + sizeof(sha512_init); in cc_hash_alloc()
2164 return sha512_init; in cc_larval_digest()