Home
last modified time | relevance | path

Searched refs:sha1_init (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/s390/crypto/
Dsha1_s390.c30 static int sha1_init(struct shash_desc *desc) in sha1_init() function
70 .init = sha1_init,
/Linux-v4.19/arch/powerpc/crypto/
Dsha1.c31 static int sha1_init(struct shash_desc *desc) in sha1_init() function
125 .init = sha1_init,
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.h336 static const u32 sha1_init[SHA1_DIGEST_SIZE / 4] = { variable
371 dkey[i] = cpu_to_be32(sha1_init[i]); in copy_hash_init_values()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_hash.c30 static const u32 sha1_init[] = { variable
1821 cc_set_sram_desc(sha1_init, sram_buff_ofs, in cc_init_hash_sram()
1822 ARRAY_SIZE(sha1_init), larval_seq, in cc_init_hash_sram()
1827 sram_buff_ofs += sizeof(sha1_init); in cc_init_hash_sram()
1910 sizeof(sha1_init) + in cc_hash_alloc()
2156 return sha1_init; in cc_larval_digest()
2197 sizeof(sha1_init)); in cc_larval_digest_addr()
2201 sizeof(sha1_init) + in cc_larval_digest_addr()
2206 sizeof(sha1_init) + in cc_larval_digest_addr()
2212 sizeof(sha1_init) + in cc_larval_digest_addr()
/Linux-v4.19/drivers/crypto/
Dn2_core.c1300 static const u32 sha1_init[SHA1_DIGEST_SIZE / 4] = { variable
1323 .hash_init = sha1_init,