Searched refs:hash_tail (Results 1 – 1 of 1) sorted by relevance
41 } hash_tail = { { sctx->state[4], } }; in octeon_sha1_store_hash() local45 write_octeon_64bit_hash_dword(hash_tail.dword, 2); in octeon_sha1_store_hash()46 memzero_explicit(&hash_tail.word[0], sizeof(hash_tail.word[0])); in octeon_sha1_store_hash()55 } hash_tail; in octeon_sha1_read_hash() local59 hash_tail.dword = read_octeon_64bit_hash_dword(2); in octeon_sha1_read_hash()60 sctx->state[4] = hash_tail.word[0]; in octeon_sha1_read_hash()61 memzero_explicit(&hash_tail.dword, sizeof(hash_tail.dword)); in octeon_sha1_read_hash()