Searched refs:read_octeon_64bit_hash_dword (Results 1 – 4 of 4) sorted by relevance
53 state64[0] = read_octeon_64bit_hash_dword(0); in sha256_blocks()54 state64[1] = read_octeon_64bit_hash_dword(1); in sha256_blocks()55 state64[2] = read_octeon_64bit_hash_dword(2); in sha256_blocks()56 state64[3] = read_octeon_64bit_hash_dword(3); in sha256_blocks()
45 hash[0] = read_octeon_64bit_hash_dword(0); in octeon_sha1_read_hash()46 hash[1] = read_octeon_64bit_hash_dword(1); in octeon_sha1_read_hash()47 hash_tail.dword = read_octeon_64bit_hash_dword(2); in octeon_sha1_read_hash()
60 state64[0] = read_octeon_64bit_hash_dword(0); in md5_blocks()61 state64[1] = read_octeon_64bit_hash_dword(1); in md5_blocks()
42 #define read_octeon_64bit_hash_dword(index) \ macro