Lines Matching refs:start
112 mtk_aes_fn start;
258 * the transform information and then start the packet processing.
312 * start engine.
527 return ctx->start(cryp, aes);
559 u32 start, end, ctr, blocks;
574 start = ctr;
575 end = start + blocks - 1;
576 if (end < start) {
578 datalen = AES_BLOCK_SIZE * -start;
718 ctx->base.start = mtk_aes_start;
727 ctx->base.start = mtk_aes_ctr_start;
1058 ctx->base.start = mtk_aes_gcm_start;