Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c50 hash[0] = read_octeon_64bit_hash_dword(0); in octeon_sha256_read_hash()
51 hash[1] = read_octeon_64bit_hash_dword(1); in octeon_sha256_read_hash()
52 hash[2] = read_octeon_64bit_hash_dword(2); in octeon_sha256_read_hash()
53 hash[3] = read_octeon_64bit_hash_dword(3); in octeon_sha256_read_hash()
Docteon-sha1.c57 hash[0] = read_octeon_64bit_hash_dword(0); in octeon_sha1_read_hash()
58 hash[1] = read_octeon_64bit_hash_dword(1); in octeon_sha1_read_hash()
59 hash_tail.dword = read_octeon_64bit_hash_dword(2); in octeon_sha1_read_hash()
Docteon-md5.c50 hash[0] = read_octeon_64bit_hash_dword(0); in octeon_md5_read_hash()
51 hash[1] = read_octeon_64bit_hash_dword(1); in octeon_md5_read_hash()
Docteon-crypto.h42 #define read_octeon_64bit_hash_dword(index) \ macro