Lines Matching full:rounds

79 				int rounds, int blocks);
81 int rounds, int blocks);
84 int rounds, int blocks, u8 iv[]);
86 int rounds, int blocks, u8 iv[]);
89 int rounds, int bytes, u8 const iv[]);
91 int rounds, int bytes, u8 const iv[]);
94 int rounds, int bytes, u8 ctr[]);
97 int rounds, int bytes, u8 ctr[], int byte_ctr);
100 int rounds, int bytes, u32 const rk2[], u8 iv[],
103 int rounds, int bytes, u32 const rk2[], u8 iv[],
107 int rounds, int blocks, u8 iv[],
110 int rounds, int blocks, u8 iv[],
113 asmlinkage int aes_mac_update(u8 const in[], u32 const rk[], int rounds,
183 int err, rounds = 6 + ctx->key_length / 4;
192 ctx->key_enc, rounds, blocks);
203 int err, rounds = 6 + ctx->key_length / 4;
212 ctx->key_dec, rounds, blocks);
224 int err = 0, rounds = 6 + ctx->key_length / 4;
230 ctx->key_enc, rounds, blocks, walk->iv);
253 int err = 0, rounds = 6 + ctx->key_length / 4;
259 ctx->key_dec, rounds, blocks, walk->iv);
281 int err, rounds = 6 + ctx->key_length / 4;
328 ctx->key_enc, rounds, walk.nbytes, walk.iv);
338 int err, rounds = 6 + ctx->key_length / 4;
385 ctx->key_dec, rounds, walk.nbytes, walk.iv);
411 int err, rounds = 6 + ctx->key1.key_length / 4;
421 ctx->key1.key_enc, rounds, blocks,
433 int err, rounds = 6 + ctx->key1.key_length / 4;
443 ctx->key1.key_dec, rounds, blocks,
455 int err, rounds = 6 + ctx->key_length / 4;
482 aes_xctr_encrypt(dst, src, ctx->key_enc, rounds, nbytes,
501 int err, rounds = 6 + ctx->key_length / 4;
527 aes_ctr_encrypt(dst, src, ctx->key_enc, rounds, nbytes,
545 int err, first, rounds = 6 + ctx->key1.key_length / 4;
584 ctx->key1.key_enc, rounds, nbytes,
606 ctx->key1.key_enc, rounds, walk.nbytes,
617 int err, first, rounds = 6 + ctx->key1.key_length / 4;
656 ctx->key1.key_dec, rounds, nbytes,
679 ctx->key1.key_dec, rounds, walk.nbytes,
822 int rounds = 6 + key_len / 4;
832 rounds, 1);
851 int rounds = 6 + key_len / 4;
860 aes_ecb_encrypt(key, ks[0], ctx->key.key_enc, rounds, 1);
861 aes_ecb_encrypt(ctx->consts, ks[1], ctx->key.key_enc, rounds, 2);
878 int rounds = 6 + ctx->key_length / 4;
883 rem = aes_mac_update(in, ctx->key_enc, rounds, blocks,