rounds 64 crypto/cast.c if (key->rounds > 12) {
rounds 98 crypto/cast.c if (key->rounds > 12) {
rounds 139 crypto/cast.c key->rounds = (keybytes <= 10 ? 12 : 16);
rounds 15 crypto/cast.h int rounds; /* Number of rounds to use, 12 or 16 */
rounds 1226 crypto/rijndael.c int rounds;
rounds 1228 crypto/rijndael.c rounds = rijndaelKeySetupEnc(ctx->ek, key, bits);
rounds 1229 crypto/rijndael.c if (rounds == 0)
rounds 1232 crypto/rijndael.c ctx->Nr = rounds;
rounds 1242 crypto/rijndael.c int rounds;
rounds 1244 crypto/rijndael.c rounds = rijndaelKeySetupEnc(ctx->ek, key, bits);
rounds 1245 crypto/rijndael.c if (rounds == 0)
rounds 1247 crypto/rijndael.c if (rijndaelKeySetupDec(ctx->dk, key, bits) != rounds)
rounds 1250 crypto/rijndael.c ctx->Nr = rounds;