Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/
Domap-sham.c115 #define FLAGS_FINUP 16 macro
698 final = (ctx->flags & BIT(FLAGS_FINUP)) && !ctx->total; in omap_sham_update_dma_slow()
755 if (!(ctx->flags & BIT(FLAGS_FINUP))) { in omap_sham_update_dma_start()
775 final = (ctx->flags & BIT(FLAGS_FINUP)) && !ctx->total; in omap_sham_update_dma_start()
794 final = (ctx->flags & BIT(FLAGS_FINUP)) && !ctx->total; in omap_sham_update_cpu()
909 ctx->total, ctx->digcnt, (ctx->flags & BIT(FLAGS_FINUP)) != 0); in omap_sham_update_req()
1051 if (err != -EINPROGRESS && (ctx->flags & BIT(FLAGS_FINUP))) in omap_sham_handle_queue()
1091 if (ctx->flags & BIT(FLAGS_FINUP)) { in omap_sham_update()
1143 ctx->flags |= BIT(FLAGS_FINUP); in omap_sham_final()
1164 ctx->flags |= BIT(FLAGS_FINUP); in omap_sham_finup()