Lines Matching refs:rounds
29 asmlinkage void aesbs_convert_key(u8 out[], u32 const rk[], int rounds);
32 int rounds, int blocks);
34 int rounds, int blocks);
37 int rounds, int blocks, u8 iv[]);
40 int rounds, int blocks, u8 ctr[], u8 final[]);
43 int rounds, int blocks, u8 iv[], int);
45 int rounds, int blocks, u8 iv[], int);
48 int rounds; member
79 ctx->rounds = 6 + key_len / 4; in aesbs_setkey()
82 aesbs_convert_key(ctx->rk, rk.key_enc, ctx->rounds); in aesbs_setkey()
90 int rounds, int blocks)) in __ecb_crypt() argument
108 ctx->rounds, blocks); in __ecb_crypt()
138 ctx->key.rounds = 6 + key_len / 4; in aesbs_cbc_setkey()
141 aesbs_convert_key(ctx->key.rk, rk.key_enc, ctx->key.rounds); in aesbs_cbc_setkey()
182 ctx->key.rk, ctx->key.rounds, blocks, in cbc_decrypt()
226 ctx->key.rounds = 6 + key_len / 4; in aesbs_ctr_setkey_sync()
229 aesbs_convert_key(ctx->key.rk, ctx->fallback.key_enc, ctx->key.rounds); in aesbs_ctr_setkey_sync()
257 ctx->rk, ctx->rounds, blocks, walk.iv, final); in ctr_encrypt()
346 int rounds, int blocks, u8 iv[], int)) in __xts_crypt() argument
387 ctx->key.rounds, blocks, walk.iv, reorder_last_tweak); in __xts_crypt()