Lines Matching refs:rounds
58 int rounds, int blocks, int first);
60 int rounds, int blocks, int first);
63 int rounds, int blocks, u8 iv[], int first);
65 int rounds, int blocks, u8 iv[], int first);
68 int rounds, int blocks, u8 ctr[], int first);
71 int rounds, int blocks, u8 const rk2[], u8 iv[],
74 int rounds, int blocks, u8 const rk2[], u8 iv[],
103 int err, first, rounds = 6 + ctx->key_length / 4; in ecb_encrypt() local
114 (u8 *)ctx->key_enc, rounds, blocks, first); in ecb_encrypt()
125 int err, first, rounds = 6 + ctx->key_length / 4; in ecb_decrypt() local
136 (u8 *)ctx->key_dec, rounds, blocks, first); in ecb_decrypt()
147 int err, first, rounds = 6 + ctx->key_length / 4; in cbc_encrypt() local
158 (u8 *)ctx->key_enc, rounds, blocks, walk.iv, in cbc_encrypt()
170 int err, first, rounds = 6 + ctx->key_length / 4; in cbc_decrypt() local
181 (u8 *)ctx->key_dec, rounds, blocks, walk.iv, in cbc_decrypt()
193 int err, first, rounds = 6 + ctx->key_length / 4; in ctr_encrypt() local
205 (u8 *)ctx->key_enc, rounds, blocks, walk.iv, in ctr_encrypt()
225 aes_ctr_encrypt(tail, tsrc, (u8 *)ctx->key_enc, rounds, in ctr_encrypt()
239 int err, first, rounds = 6 + ctx->key1.key_length / 4; in xts_encrypt() local
250 (u8 *)ctx->key1.key_enc, rounds, blocks, in xts_encrypt()
263 int err, first, rounds = 6 + ctx->key1.key_length / 4; in xts_decrypt() local
274 (u8 *)ctx->key1.key_dec, rounds, blocks, in xts_decrypt()