Lines Matching full:rounds
26 asmlinkage void aesbs_convert_key(u8 out[], u32 const rk[], int rounds);
29 int rounds, int blocks);
31 int rounds, int blocks);
34 int rounds, int blocks, u8 iv[]);
37 int rounds, int blocks, u8 ctr[]);
40 int rounds, int blocks, u8 iv[], int);
42 int rounds, int blocks, u8 iv[], int);
45 int rounds;
71 ctx->rounds = 6 + key_len / 4;
74 aesbs_convert_key(ctx->rk, rk.key_enc, ctx->rounds);
82 int rounds, int blocks))
100 ctx->rounds, blocks);
129 ctx->key.rounds = 6 + key_len / 4;
132 aesbs_convert_key(ctx->key.rk, ctx->fallback.key_enc, ctx->key.rounds);
156 ctx->key.rounds, dst, dst);
186 ctx->key.rk, ctx->key.rounds, blocks,
218 aesbs_ctr_encrypt(dst, src, ctx->rk, ctx->rounds, bytes, walk.iv);
254 int rounds, int blocks, u8 iv[], int))
258 const int rounds = ctx->key.rounds;
282 __aes_arm_encrypt(ctx->tweak_key.key_enc, rounds, walk.iv, walk.iv);
296 rounds, blocks, walk.iv, reorder_last_tweak);
314 __aes_arm_encrypt(ctx->fallback.key_enc, rounds, buf, buf);
316 __aes_arm_decrypt(ctx->fallback.key_dec, rounds, buf, buf);