Lines Matching refs:rounds
75 int rounds, int blocks);
77 int rounds, int blocks);
80 int rounds, int blocks, u8 iv[]);
82 int rounds, int blocks, u8 iv[]);
85 int rounds, int bytes, u8 const iv[]);
87 int rounds, int bytes, u8 const iv[]);
90 int rounds, int blocks, u8 ctr[]);
93 int rounds, int bytes, u32 const rk2[], u8 iv[],
96 int rounds, int bytes, u32 const rk2[], u8 iv[],
100 int rounds, int blocks, u8 iv[],
103 int rounds, int blocks, u8 iv[],
106 asmlinkage int aes_mac_update(u8 const in[], u32 const rk[], int rounds,
177 int err, rounds = 6 + ctx->key_length / 4;
186 ctx->key_enc, rounds, blocks);
197 int err, rounds = 6 + ctx->key_length / 4;
206 ctx->key_dec, rounds, blocks);
218 int err = 0, rounds = 6 + ctx->key_length / 4;
224 ctx->key_enc, rounds, blocks, walk->iv);
247 int err = 0, rounds = 6 + ctx->key_length / 4;
253 ctx->key_dec, rounds, blocks, walk->iv);
275 int err, rounds = 6 + ctx->key_length / 4;
322 ctx->key_enc, rounds, walk.nbytes, walk.iv);
332 int err, rounds = 6 + ctx->key_length / 4;
379 ctx->key_dec, rounds, walk.nbytes, walk.iv);
405 int err, rounds = 6 + ctx->key1.key_length / 4;
415 ctx->key1.key_enc, rounds, blocks,
427 int err, rounds = 6 + ctx->key1.key_length / 4;
437 ctx->key1.key_dec, rounds, blocks,
449 int err, rounds = 6 + ctx->key_length / 4;
458 ctx->key_enc, rounds, blocks, walk.iv);
474 aes_ctr_encrypt(tail, NULL, ctx->key_enc, rounds,
511 int err, first, rounds = 6 + ctx->key1.key_length / 4;
550 ctx->key1.key_enc, rounds, nbytes,
572 ctx->key1.key_enc, rounds, walk.nbytes,
583 int err, first, rounds = 6 + ctx->key1.key_length / 4;
622 ctx->key1.key_dec, rounds, nbytes,
645 ctx->key1.key_dec, rounds, walk.nbytes,
794 int rounds = 6 + key_len / 4;
804 rounds, 1);
823 int rounds = 6 + key_len / 4;
832 aes_ecb_encrypt(key, ks[0], ctx->key.key_enc, rounds, 1);
833 aes_ecb_encrypt(ctx->consts, ks[1], ctx->key.key_enc, rounds, 2);
852 int rounds = 6 + ctx->key_length / 4;
859 rem = aes_mac_update(in, ctx->key_enc, rounds, blocks,