Home
last modified time | relevance | path

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

/linux/lib/crypto/x86/
H A Dsha1-avx2-asm.S350 .set round_id, (\r % 80) define
352 .if (round_id == 0) /* Precalculate F for first round */
365 .if (round_id == 18)
367 .elseif (round_id == 38)
369 .elseif (round_id == 58)
373 .set round_id, ( (\r+1) % 80) define
406 .if ((round_id) < 79)
411 .if ((round_id) < 79)
417 .if ((round_id) < 79)