Searched refs:write_octeon_64bit_hash_dword (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/arch/mips/cavium-octeon/crypto/ |
D | octeon-sha256.c | 36 write_octeon_64bit_hash_dword(hash[0], 0); in octeon_sha256_store_hash() 37 write_octeon_64bit_hash_dword(hash[1], 1); in octeon_sha256_store_hash() 38 write_octeon_64bit_hash_dword(hash[2], 2); in octeon_sha256_store_hash() 39 write_octeon_64bit_hash_dword(hash[3], 3); in octeon_sha256_store_hash()
|
D | octeon-sha1.c | 39 write_octeon_64bit_hash_dword(hash[0], 0); in octeon_sha1_store_hash() 40 write_octeon_64bit_hash_dword(hash[1], 1); in octeon_sha1_store_hash() 41 write_octeon_64bit_hash_dword(hash_tail.dword, 2); in octeon_sha1_store_hash()
|
D | octeon-md5.c | 42 write_octeon_64bit_hash_dword(hash[0], 0); in octeon_md5_store_hash() 43 write_octeon_64bit_hash_dword(hash[1], 1); in octeon_md5_store_hash()
|
D | octeon-crypto.h | 31 #define write_octeon_64bit_hash_dword(value, index) \ macro
|