Searched refs:sha512_st (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 315 struct sha512_state sha512_st; in chcr_compute_partial_hash() local 338 crypto_shash_export(desc, (void *)&sha512_st); in chcr_compute_partial_hash() 339 memcpy(result_hash, sha512_st.state, SHA512_DIGEST_SIZE); in chcr_compute_partial_hash() 344 crypto_shash_export(desc, (void *)&sha512_st); in chcr_compute_partial_hash() 345 memcpy(result_hash, sha512_st.state, SHA512_DIGEST_SIZE); in chcr_compute_partial_hash()
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 311 struct sha512_state sha512_st; in chcr_compute_partial_hash() local 334 crypto_shash_export(desc, (void *)&sha512_st); in chcr_compute_partial_hash() 335 memcpy(result_hash, sha512_st.state, SHA512_DIGEST_SIZE); in chcr_compute_partial_hash() 340 crypto_shash_export(desc, (void *)&sha512_st); in chcr_compute_partial_hash() 341 memcpy(result_hash, sha512_st.state, SHA512_DIGEST_SIZE); in chcr_compute_partial_hash()
|
Completed in 12 milliseconds