Searched refs:write_octeon_64bit_hash_dword (Results 1 – 3 of 3) sorted by relevance
33 write_octeon_64bit_hash_dword(state64[0], 0); in sha256_blocks()34 write_octeon_64bit_hash_dword(state64[1], 1); in sha256_blocks()35 write_octeon_64bit_hash_dword(state64[2], 2); in sha256_blocks()36 write_octeon_64bit_hash_dword(state64[3], 3); in sha256_blocks()
31 write_octeon_64bit_hash_dword(hash[0], 0); in octeon_sha1_store_hash()32 write_octeon_64bit_hash_dword(hash[1], 1); in octeon_sha1_store_hash()33 write_octeon_64bit_hash_dword(hash_tail.dword, 2); in octeon_sha1_store_hash()
31 #define write_octeon_64bit_hash_dword(value, index) \ macro