Searched refs:result_hash (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 310 char *iopad, char *result_hash, in chcr_compute_partial_hash() argument 322 memcpy(result_hash, sha1_st.state, SHA1_DIGEST_SIZE); in chcr_compute_partial_hash() 327 memcpy(result_hash, sha256_st.state, SHA256_DIGEST_SIZE); in chcr_compute_partial_hash() 333 memcpy(result_hash, sha256_st.state, SHA256_DIGEST_SIZE); in chcr_compute_partial_hash() 339 memcpy(result_hash, sha512_st.state, SHA512_DIGEST_SIZE); in chcr_compute_partial_hash() 345 memcpy(result_hash, sha512_st.state, SHA512_DIGEST_SIZE); in chcr_compute_partial_hash()
|