Searched refs:sha256_st (Results 1 – 1 of 1) sorted by relevance
310 struct sha256_state sha256_st; in chcr_compute_partial_hash() local322 crypto_shash_export(desc, (void *)&sha256_st); in chcr_compute_partial_hash()323 memcpy(result_hash, sha256_st.state, SHA256_DIGEST_SIZE); in chcr_compute_partial_hash()328 crypto_shash_export(desc, (void *)&sha256_st); in chcr_compute_partial_hash()329 memcpy(result_hash, sha256_st.state, SHA256_DIGEST_SIZE); in chcr_compute_partial_hash()