Searched refs:sha512_st (Results 1 – 1 of 1) sorted by relevance
316 struct sha512_state sha512_st; in chcr_compute_partial_hash() local339 crypto_shash_export(desc, (void *)&sha512_st); in chcr_compute_partial_hash()340 memcpy(result_hash, sha512_st.state, SHA512_DIGEST_SIZE); in chcr_compute_partial_hash()345 crypto_shash_export(desc, (void *)&sha512_st); in chcr_compute_partial_hash()346 memcpy(result_hash, sha512_st.state, SHA512_DIGEST_SIZE); in chcr_compute_partial_hash()