Searched refs:write_octeon_64bit_hash_dword (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/crypto/mips/ |
| H A D | sha256.h | 33 write_octeon_64bit_hash_dword(state64[0], 0); in sha256_blocks() 34 write_octeon_64bit_hash_dword(state64[1], 1); in sha256_blocks() 35 write_octeon_64bit_hash_dword(state64[2], 2); in sha256_blocks() 36 write_octeon_64bit_hash_dword(state64[3], 3); in sha256_blocks()
|
| H A D | sha1.h | 31 write_octeon_64bit_hash_dword(hash[0], 0); in octeon_sha1_store_hash() 32 write_octeon_64bit_hash_dword(hash[1], 1); in octeon_sha1_store_hash() 33 write_octeon_64bit_hash_dword(hash_tail.dword, 2); in octeon_sha1_store_hash()
|
| H A D | md5.h | 42 write_octeon_64bit_hash_dword(state64[0], 0); in md5_blocks() 43 write_octeon_64bit_hash_dword(state64[1], 1); in md5_blocks()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | crypto.h | 31 #define write_octeon_64bit_hash_dword(value, index) \ macro
|