Searched refs:write_octeon_64bit_hash_dword (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/mips/cavium-octeon/crypto/
H A Docteon-sha1.c43 write_octeon_64bit_hash_dword(hash[0], 0); octeon_sha1_store_hash()
44 write_octeon_64bit_hash_dword(hash[1], 1); octeon_sha1_store_hash()
45 write_octeon_64bit_hash_dword(hash_tail.dword, 2); octeon_sha1_store_hash()
H A Docteon-sha256.c40 write_octeon_64bit_hash_dword(hash[0], 0); octeon_sha256_store_hash()
41 write_octeon_64bit_hash_dword(hash[1], 1); octeon_sha256_store_hash()
42 write_octeon_64bit_hash_dword(hash[2], 2); octeon_sha256_store_hash()
43 write_octeon_64bit_hash_dword(hash[3], 3); octeon_sha256_store_hash()
H A Docteon-md5.c42 write_octeon_64bit_hash_dword(hash[0], 0); octeon_md5_store_hash()
43 write_octeon_64bit_hash_dword(hash[1], 1); octeon_md5_store_hash()
H A Docteon-crypto.h31 #define write_octeon_64bit_hash_dword(value, index) \ macro

Completed in 68 milliseconds