Searched refs:roundval (Results 1 – 1 of 1) sorted by relevance
259 static void set_key(uint8_t *res, const uint8_t *src, unsigned int roundval) in set_key() argument262 xorb(res, schedule + roundval * BLK_SIZE); in set_key()298 size_t roundval = 0; in encrypt() local301 for (roundval = 1; roundval < rounds; ++roundval) { in encrypt()303 set_key(fa, fb, roundval); in encrypt()307 set_key(out, fa, roundval); in encrypt()
Completed in 4 milliseconds