Searched refs:write_octeon_64bit_hash_sha512 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-sha512.c | 33 write_octeon_64bit_hash_sha512(sctx->state[0], 0); in octeon_sha512_store_hash() 34 write_octeon_64bit_hash_sha512(sctx->state[1], 1); in octeon_sha512_store_hash() 35 write_octeon_64bit_hash_sha512(sctx->state[2], 2); in octeon_sha512_store_hash() 36 write_octeon_64bit_hash_sha512(sctx->state[3], 3); in octeon_sha512_store_hash() 37 write_octeon_64bit_hash_sha512(sctx->state[4], 4); in octeon_sha512_store_hash() 38 write_octeon_64bit_hash_sha512(sctx->state[5], 5); in octeon_sha512_store_hash() 39 write_octeon_64bit_hash_sha512(sctx->state[6], 6); in octeon_sha512_store_hash() 40 write_octeon_64bit_hash_sha512(sctx->state[7], 7); in octeon_sha512_store_hash()
|
H A D | octeon-crypto.h | 105 #define write_octeon_64bit_hash_sha512(value, index) \ macro 179 #define write_octeon_64bit_hash_sha512(value, index) \ macro
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-sha512.c | 34 write_octeon_64bit_hash_sha512(sctx->state[0], 0); in octeon_sha512_store_hash() 35 write_octeon_64bit_hash_sha512(sctx->state[1], 1); in octeon_sha512_store_hash() 36 write_octeon_64bit_hash_sha512(sctx->state[2], 2); in octeon_sha512_store_hash() 37 write_octeon_64bit_hash_sha512(sctx->state[3], 3); in octeon_sha512_store_hash() 38 write_octeon_64bit_hash_sha512(sctx->state[4], 4); in octeon_sha512_store_hash() 39 write_octeon_64bit_hash_sha512(sctx->state[5], 5); in octeon_sha512_store_hash() 40 write_octeon_64bit_hash_sha512(sctx->state[6], 6); in octeon_sha512_store_hash() 41 write_octeon_64bit_hash_sha512(sctx->state[7], 7); in octeon_sha512_store_hash()
|
H A D | octeon-crypto.h | 105 #define write_octeon_64bit_hash_sha512(value, index) \ macro 179 #define write_octeon_64bit_hash_sha512(value, index) \ macro
|
Completed in 2 milliseconds