Lines Matching refs:num_rounds
57 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function
126 j = num_rounds(ctx); in ce_aes_expandkey()
180 ctx->key_enc, num_rounds(ctx), blocks); in ecb_encrypt()
200 ctx->key_dec, num_rounds(ctx), blocks); in ecb_decrypt()
218 ctx->key_enc, num_rounds(ctx), blocks, in cbc_encrypt_walk()
248 ctx->key_dec, num_rounds(ctx), blocks, in cbc_decrypt_walk()
318 ctx->key_enc, num_rounds(ctx), walk.nbytes, in cts_cbc_encrypt()
376 ctx->key_dec, num_rounds(ctx), walk.nbytes, in cts_cbc_decrypt()
395 ctx->key_enc, num_rounds(ctx), blocks, in ctr_encrypt()
412 ce_aes_ctr_encrypt(tail, NULL, ctx->key_enc, num_rounds(ctx), in ctr_encrypt()
448 int err, first, rounds = num_rounds(&ctx->key1); in xts_encrypt()
520 int err, first, rounds = num_rounds(&ctx->key1); in xts_decrypt()