Lines Matching refs:rounds
78 int rounds, int blocks);
80 int rounds, int blocks);
83 int rounds, int blocks, u8 iv[]);
85 int rounds, int blocks, u8 iv[]);
88 int rounds, int bytes, u8 const iv[]);
90 int rounds, int bytes, u8 const iv[]);
93 int rounds, int bytes, u8 ctr[]);
96 int rounds, int bytes, u8 ctr[], int byte_ctr);
99 int rounds, int bytes, u32 const rk2[], u8 iv[],
102 int rounds, int bytes, u32 const rk2[], u8 iv[],
106 int rounds, int blocks, u8 iv[],
109 int rounds, int blocks, u8 iv[],
112 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);
880 int rounds = 6 + ctx->key_length / 4;
887 rem = aes_mac_update(in, ctx->key_enc, rounds, blocks,