Home | History | Annotate | Download | only in keymaster

Lines Matching defs:ROUNDS

372     int rounds;
374 #define ROUNDS(ctx) ((ctx)->rounds)
378 (z)->rounds = y / 32 + 6; \
383 (z)->rounds = y / 32 + 6; \
387 #define ROUNDS(ctx) (6 + OCB_KEY_LEN / 4)
391 #define AES_encrypt(x, y, z) rijndaelEncrypt((z)->rd_key, ROUNDS(z), x, y)
392 ROUNDS(z), x, y)
419 int rounds;
421 #define ROUNDS(ctx) ((ctx)->rounds)
424 #define ROUNDS(ctx) (6 + OCB_KEY_LEN / 4)
529 key->rounds = 6 + bits / 32;
536 int i = ROUNDS(ekey);
538 dkey->rounds = i;
554 int j, rnds = ROUNDS(key);
565 int j, rnds = ROUNDS(key);
576 unsigned i, j, rnds = ROUNDS(key);
588 unsigned i, j, rnds = ROUNDS(key);