Lines Matching defs: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 iv[], u8 final[]);
40 int rounds, int blocks, u8 iv[]);
42 int rounds, int blocks, u8 iv[]);
46 int rounds, int blocks);
48 int rounds, int blocks, u8 iv[]);
50 u32 const rk1[], int rounds, int bytes,
53 u32 const rk1[], int rounds, int bytes,
58 int rounds;
88 ctx->rounds = 6 + key_len / 4;
91 aesbs_convert_key(ctx->rk, rk.key_enc, ctx->rounds);
99 int rounds, int blocks))
117 ctx->rounds, blocks);
147 ctx->key.rounds = 6 + key_len / 4;
152 aesbs_convert_key(ctx->key.rk, rk.key_enc, ctx->key.rounds);
174 ctx->enc, ctx->key.rounds, blocks,
200 ctx->key.rk, ctx->key.rounds, blocks,
220 ctx->key.rounds = 6 + key_len / 4;
223 aesbs_convert_key(ctx->key.rk, ctx->fallback.key_enc, ctx->key.rounds);
251 ctx->rk, ctx->rounds, blocks, walk.iv, final);
320 int rounds, int blocks, u8 iv[]))
373 ctx->key.rounds, 1);
376 fn(out, in, ctx->key.rk, ctx->key.rounds, blocks,
413 neon_aes_xts_encrypt(out, in, ctx->cts.key_enc, ctx->key.rounds,
416 neon_aes_xts_decrypt(out, in, ctx->cts.key_dec, ctx->key.rounds,