Searched refs:sha256_st (Results 1 – 1 of 1) sorted by relevance
315 struct sha256_state sha256_st; in chcr_compute_partial_hash() local327 crypto_shash_export(desc, (void *)&sha256_st); in chcr_compute_partial_hash()328 memcpy(result_hash, sha256_st.state, SHA256_DIGEST_SIZE); in chcr_compute_partial_hash()333 crypto_shash_export(desc, (void *)&sha256_st); in chcr_compute_partial_hash()334 memcpy(result_hash, sha256_st.state, SHA256_DIGEST_SIZE); in chcr_compute_partial_hash()