Home
last modified time | relevance | path

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

/drivers/crypto/chelsio/
Dchcr_algo.c315 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()