Searched refs:hash_tail (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/mips/cavium-octeon/crypto/
H A Docteon-sha1.c41 } hash_tail = { { sctx->state[4], } }; octeon_sha1_store_hash() local
45 write_octeon_64bit_hash_dword(hash_tail.dword, 2); octeon_sha1_store_hash()
46 memzero_explicit(&hash_tail.word[0], sizeof(hash_tail.word[0])); octeon_sha1_store_hash()
55 } hash_tail; octeon_sha1_read_hash() local
59 hash_tail.dword = read_octeon_64bit_hash_dword(2); octeon_sha1_read_hash()
60 sctx->state[4] = hash_tail.word[0]; octeon_sha1_read_hash()
61 memzero_explicit(&hash_tail.dword, sizeof(hash_tail.dword)); octeon_sha1_read_hash()

Completed in 58 milliseconds