Home
last modified time | relevance | path

Searched refs:read_octeon_64bit_hash_sha512 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/cavium-octeon/crypto/
H A Docteon-sha512.c46 sctx->state[0] = read_octeon_64bit_hash_sha512(0); in octeon_sha512_read_hash()
47 sctx->state[1] = read_octeon_64bit_hash_sha512(1); in octeon_sha512_read_hash()
48 sctx->state[2] = read_octeon_64bit_hash_sha512(2); in octeon_sha512_read_hash()
49 sctx->state[3] = read_octeon_64bit_hash_sha512(3); in octeon_sha512_read_hash()
50 sctx->state[4] = read_octeon_64bit_hash_sha512(4); in octeon_sha512_read_hash()
51 sctx->state[5] = read_octeon_64bit_hash_sha512(5); in octeon_sha512_read_hash()
52 sctx->state[6] = read_octeon_64bit_hash_sha512(6); in octeon_sha512_read_hash()
53 sctx->state[7] = read_octeon_64bit_hash_sha512(7); in octeon_sha512_read_hash()
H A Docteon-crypto.h116 #define read_octeon_64bit_hash_sha512(index) \ macro
190 #define read_octeon_64bit_hash_sha512(index) \ macro