Home
last modified time | relevance | path

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

/arch/mips/cavium-octeon/crypto/
Docteon-sha1.c37 } hash_tail = { { sctx->state[4], } }; in octeon_sha1_store_hash() local
41 write_octeon_64bit_hash_dword(hash_tail.dword, 2); in octeon_sha1_store_hash()
42 memzero_explicit(&hash_tail.word[0], sizeof(hash_tail.word[0])); in octeon_sha1_store_hash()
51 } hash_tail; in octeon_sha1_read_hash() local
55 hash_tail.dword = read_octeon_64bit_hash_dword(2); in octeon_sha1_read_hash()
56 sctx->state[4] = hash_tail.word[0]; in octeon_sha1_read_hash()
57 memzero_explicit(&hash_tail.dword, sizeof(hash_tail.dword)); in octeon_sha1_read_hash()