Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dpw_encrypt_des.c511 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()
[all …]
Dhash_md5_sha.c1069 unsigned round; in sha3_process_block72() local
1073 for (round = 0; round < NROUNDS; round++) { in sha3_process_block72()
1171 s32[1] ^= IOTA_CONST_1[round]; in sha3_process_block72()
1224 unsigned round; in sha3_process_block72() local
1232 for (round = 0; round < NROUNDS; ++round) { in sha3_process_block72()
1342 state[0] ^= IOTA_CONST[round] in sha3_process_block72()
1343 | (uint32_t)((IOTA_CONST_bit31 << round) & 0x80000000) in sha3_process_block72()
1344 | (uint64_t)((IOTA_CONST_bit63 << round) & 0x80000000) << 32; in sha3_process_block72()
/busybox-1.35.0/networking/libiproute/
Dipneigh.c296 int round = 0; in ipneigh_list_or_flush() local
304 while (round < MAX_ROUNDS) { in ipneigh_list_or_flush()
311 if (round == 0) in ipneigh_list_or_flush()
314 printf("*** Flush is complete after %d round(s) ***\n", round); in ipneigh_list_or_flush()
317 round++; in ipneigh_list_or_flush()
320 printf("\n*** Round %d, deleting %d entries ***\n", round, G_filter.flushed); in ipneigh_list_or_flush()
/busybox-1.35.0/docs/
Dposix_conformance.txt196 - It seems that GNU df does not round percents up in its output (thus its results are a bit differe…