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[]);
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 aesbs_ctr_encrypt(dst, src, ctx->rk, ctx->rounds, bytes, walk.iv); in ctr_encrypt()
339 int rounds, int blocks, u8 iv[], int)) in __xts_crypt() argument
380 ctx->key.rounds, blocks, walk.iv, reorder_last_tweak); in __xts_crypt()