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

/prebuilts/go/darwin-x86/src/crypto/sha256/
H A Dsha256block_amd64.s477 #define DO_ROUND_N_2(disp, a, b, c, d, e, f, g, h, old_h) \ define
763 DO_ROUND_N_2(_XFER + 0*32, g, h, a, b, c, d, e, f, g)
770 DO_ROUND_N_2(_XFER + 1*32, c, d, e, f, g, h, a, b, c)
801 DO_ROUND_N_2(_XFER + 0*32 + 16, g, h, a, b, c, d, e, f, g)
806 DO_ROUND_N_2(_XFER + 1*32 + 16, c, d, e, f, g, h, a, b, c)
/prebuilts/go/linux-x86/src/crypto/sha256/
H A Dsha256block_amd64.s477 #define DO_ROUND_N_2(disp, a, b, c, d, e, f, g, h, old_h) \ define
763 DO_ROUND_N_2(_XFER + 0*32, g, h, a, b, c, d, e, f, g)
770 DO_ROUND_N_2(_XFER + 1*32, c, d, e, f, g, h, a, b, c)
801 DO_ROUND_N_2(_XFER + 0*32 + 16, g, h, a, b, c, d, e, f, g)
806 DO_ROUND_N_2(_XFER + 1*32 + 16, c, d, e, f, g, h, a, b, c)

Completed in 276 milliseconds