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[], u8 final[]);
40 int rounds, int blocks, u8 iv[], int);
42 int rounds, int blocks, u8 iv[], int);
45 int rounds; member
76 ctx->rounds = 6 + key_len / 4; in aesbs_setkey()
79 aesbs_convert_key(ctx->rk, rk.key_enc, ctx->rounds); in aesbs_setkey()
87 int rounds, int blocks)) in __ecb_crypt() argument
105 ctx->rounds, blocks); in __ecb_crypt()
135 ctx->key.rounds = 6 + key_len / 4; in aesbs_cbc_setkey()
138 aesbs_convert_key(ctx->key.rk, rk.key_enc, ctx->key.rounds); in aesbs_cbc_setkey()
179 ctx->key.rk, ctx->key.rounds, blocks, in cbc_decrypt()
222 ctx->key.rounds = 6 + key_len / 4; in aesbs_ctr_setkey_sync()
225 aesbs_convert_key(ctx->key.rk, ctx->fallback.key_enc, ctx->key.rounds); in aesbs_ctr_setkey_sync()
253 ctx->rk, ctx->rounds, blocks, walk.iv, final); in ctr_encrypt()
342 int rounds, int blocks, u8 iv[], int)) in __xts_crypt() argument
383 ctx->key.rounds, blocks, walk.iv, reorder_last_tweak); in __xts_crypt()