Searched refs:DO_ROUND_N_0 (Results 1 - 2 of 2) sorted by relevance

/prebuilts/go/darwin-x86/src/crypto/sha256/
H A Dsha256block_amd64.s408 #define DO_ROUND_N_0(disp, a, b, c, d, e, f, g, h, old_h) \ define
761 DO_ROUND_N_0(_XFER + 0*32, a, b, c, d, e, f, g, h, h)
768 DO_ROUND_N_0(_XFER + 1*32, e, f, g, h, a, b, c, d, e)
799 DO_ROUND_N_0(_XFER + 0*32 + 16, a, b, c, d, e, f, g, h, a)
804 DO_ROUND_N_0(_XFER + 1*32 + 16, e, f, g, h, a, b, c, d, e)
/prebuilts/go/linux-x86/src/crypto/sha256/
H A Dsha256block_amd64.s408 #define DO_ROUND_N_0(disp, a, b, c, d, e, f, g, h, old_h) \ define
761 DO_ROUND_N_0(_XFER + 0*32, a, b, c, d, e, f, g, h, h)
768 DO_ROUND_N_0(_XFER + 1*32, e, f, g, h, a, b, c, d, e)
799 DO_ROUND_N_0(_XFER + 0*32 + 16, a, b, c, d, e, f, g, h, a)
804 DO_ROUND_N_0(_XFER + 1*32 + 16, e, f, g, h, a, b, c, d, e)

Completed in 76 milliseconds