Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c37 write_octeon_64bit_hash_dword(hash[0], 0); in octeon_sha256_store_hash()
38 write_octeon_64bit_hash_dword(hash[1], 1); in octeon_sha256_store_hash()
39 write_octeon_64bit_hash_dword(hash[2], 2); in octeon_sha256_store_hash()
40 write_octeon_64bit_hash_dword(hash[3], 3); in octeon_sha256_store_hash()
H A Docteon-sha1.c40 write_octeon_64bit_hash_dword(hash[0], 0); in octeon_sha1_store_hash()
41 write_octeon_64bit_hash_dword(hash[1], 1); in octeon_sha1_store_hash()
42 write_octeon_64bit_hash_dword(hash_tail.dword, 2); in octeon_sha1_store_hash()
H A Docteon-md5.c41 write_octeon_64bit_hash_dword(hash[0], 0); in octeon_md5_store_hash()
42 write_octeon_64bit_hash_dword(hash[1], 1); in octeon_md5_store_hash()
H A Docteon-crypto.h31 #define write_octeon_64bit_hash_dword(value, index) \ macro