Home
last modified time | relevance | path

Searched refs:FLAGS_FINUP (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/crypto/
Domap-sham.c115 #define FLAGS_FINUP 16 macro
704 final = (ctx->flags & BIT(FLAGS_FINUP)) && !ctx->total; in omap_sham_update_dma_slow()
761 if (!(ctx->flags & BIT(FLAGS_FINUP))) { in omap_sham_update_dma_start()
781 final = (ctx->flags & BIT(FLAGS_FINUP)) && !ctx->total; in omap_sham_update_dma_start()
800 final = (ctx->flags & BIT(FLAGS_FINUP)) && !ctx->total; in omap_sham_update_cpu()
915 ctx->total, ctx->digcnt, (ctx->flags & BIT(FLAGS_FINUP)) != 0); in omap_sham_update_req()
1057 if (err != -EINPROGRESS && (ctx->flags & BIT(FLAGS_FINUP))) in omap_sham_handle_queue()
1097 if (ctx->flags & BIT(FLAGS_FINUP)) { in omap_sham_update()
1149 ctx->flags |= BIT(FLAGS_FINUP); in omap_sham_final()
1170 ctx->flags |= BIT(FLAGS_FINUP); in omap_sham_finup()