Home
last modified time | relevance | path

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

/linux/lib/crypto/mips/
H A Dsha256.h53 state64[0] = read_octeon_64bit_hash_dword(0); in sha256_blocks()
54 state64[1] = read_octeon_64bit_hash_dword(1); in sha256_blocks()
55 state64[2] = read_octeon_64bit_hash_dword(2); in sha256_blocks()
56 state64[3] = read_octeon_64bit_hash_dword(3); in sha256_blocks()
H A Dsha1.h45 hash[0] = read_octeon_64bit_hash_dword(0); in octeon_sha1_read_hash()
46 hash[1] = read_octeon_64bit_hash_dword(1); in octeon_sha1_read_hash()
47 hash_tail.dword = read_octeon_64bit_hash_dword(2); in octeon_sha1_read_hash()
H A Dmd5.h60 state64[0] = read_octeon_64bit_hash_dword(0); in md5_blocks()
61 state64[1] = read_octeon_64bit_hash_dword(1); in md5_blocks()
/linux/arch/mips/include/asm/octeon/
H A Dcrypto.h42 #define read_octeon_64bit_hash_dword(index) \ macro