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