Searched refs:sha256_st (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 314 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()
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 310 struct sha256_state sha256_st; in chcr_compute_partial_hash() local 322 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()
|
Completed in 16 milliseconds