Searched refs:result_hash (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 306 char *iopad, char *result_hash, in chcr_compute_partial_hash() argument 318 memcpy(result_hash, sha1_st.state, SHA1_DIGEST_SIZE); in chcr_compute_partial_hash() 323 memcpy(result_hash, sha256_st.state, SHA256_DIGEST_SIZE); in chcr_compute_partial_hash() 329 memcpy(result_hash, sha256_st.state, SHA256_DIGEST_SIZE); in chcr_compute_partial_hash() 335 memcpy(result_hash, sha512_st.state, SHA512_DIGEST_SIZE); in chcr_compute_partial_hash() 341 memcpy(result_hash, sha512_st.state, SHA512_DIGEST_SIZE); in chcr_compute_partial_hash()
|