Lines Matching refs:round
511 int shifts, round; in des_setkey() local
556 for (round = 0; round < 16; round++) { in des_setkey()
559 shifts += key_shifts[round]; in des_setkey()
565 de_keysl[15 - round] = in des_setkey()
567 en_keysl[round] = comp_maskl[0][(t0 >> 21) & 0x7f] in des_setkey()
577 de_keysr[15 - round] = in des_setkey()
579 en_keysr[round] = comp_maskr[0][(t0 >> 21) & 0x7f] in des_setkey()
601 int round; in do_des() local
625 for (round = 0; round < 8; round++) { in do_des()
626 l |= ip_maskl[round][0]; in do_des()
627 r |= ip_maskr[round][0]; in do_des()
638 round = 16; in do_des()
671 } while (--round); in do_des()