Searched refs:sha512_st (Results 1 – 1 of 1) sorted by relevance
311 struct sha512_state sha512_st; in chcr_compute_partial_hash() local334 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()