Home
last modified time | relevance | path

Searched refs:sha256_st (Results 1 – 1 of 1) sorted by relevance

/drivers/crypto/chelsio/
Dchcr_algo.c314 struct sha256_state sha256_st; in chcr_compute_partial_hash() local
326 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()