Home
last modified time | relevance | path

Searched refs:read_octeon_64bit_hash_dword (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c46 hash[0] = read_octeon_64bit_hash_dword(0); in octeon_sha256_read_hash()
47 hash[1] = read_octeon_64bit_hash_dword(1); in octeon_sha256_read_hash()
48 hash[2] = read_octeon_64bit_hash_dword(2); in octeon_sha256_read_hash()
49 hash[3] = read_octeon_64bit_hash_dword(3); in octeon_sha256_read_hash()
H A Docteon-sha1.c53 hash[0] = read_octeon_64bit_hash_dword(0); in octeon_sha1_read_hash()
54 hash[1] = read_octeon_64bit_hash_dword(1); in octeon_sha1_read_hash()
55 hash_tail.dword = read_octeon_64bit_hash_dword(2); in octeon_sha1_read_hash()
H A Docteon-md5.c49 hash[0] = read_octeon_64bit_hash_dword(0); in octeon_md5_read_hash()
50 hash[1] = read_octeon_64bit_hash_dword(1); in octeon_md5_read_hash()
H A Docteon-crypto.h42 #define read_octeon_64bit_hash_dword(index) \ macro
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c47 hash[0] = read_octeon_64bit_hash_dword(0); in octeon_sha256_read_hash()
48 hash[1] = read_octeon_64bit_hash_dword(1); in octeon_sha256_read_hash()
49 hash[2] = read_octeon_64bit_hash_dword(2); in octeon_sha256_read_hash()
50 hash[3] = read_octeon_64bit_hash_dword(3); in octeon_sha256_read_hash()
H A Docteon-sha1.c54 hash[0] = read_octeon_64bit_hash_dword(0); in octeon_sha1_read_hash()
55 hash[1] = read_octeon_64bit_hash_dword(1); in octeon_sha1_read_hash()
56 hash_tail.dword = read_octeon_64bit_hash_dword(2); in octeon_sha1_read_hash()
H A Docteon-md5.c49 hash[0] = read_octeon_64bit_hash_dword(0); in octeon_md5_read_hash()
50 hash[1] = read_octeon_64bit_hash_dword(1); in octeon_md5_read_hash()
H A Docteon-crypto.h42 #define read_octeon_64bit_hash_dword(index) \ macro

Completed in 5 milliseconds