Lines Matching defs:num_rounds
57 static int num_rounds(struct crypto_aes_ctx *ctx)
126 j = num_rounds(ctx);
180 ctx->key_enc, num_rounds(ctx), blocks);
200 ctx->key_dec, num_rounds(ctx), blocks);
218 ctx->key_enc, num_rounds(ctx), blocks,
248 ctx->key_dec, num_rounds(ctx), blocks,
318 ctx->key_enc, num_rounds(ctx), walk.nbytes,
376 ctx->key_dec, num_rounds(ctx), walk.nbytes,
395 ctx->key_enc, num_rounds(ctx), blocks,
412 ce_aes_ctr_encrypt(tail, NULL, ctx->key_enc, num_rounds(ctx),
448 int err, first, rounds = num_rounds(&ctx->key1);
520 int err, first, rounds = num_rounds(&ctx->key1);