Searched refs:sha256_st (Results 1 – 1 of 1) sorted by relevance
314 struct sha256_state sha256_st; in chcr_compute_partial_hash() local326 crypto_shash_export(desc, (void *)&sha256_st); in chcr_compute_partial_hash()327 memcpy(result_hash, sha256_st.state, SHA256_DIGEST_SIZE); in chcr_compute_partial_hash()332 crypto_shash_export(desc, (void *)&sha256_st); in chcr_compute_partial_hash()333 memcpy(result_hash, sha256_st.state, SHA256_DIGEST_SIZE); in chcr_compute_partial_hash()