Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/
Domap-sham.c117 #define FLAGS_FINUP 16 macro
854 bool final = rctx->flags & BIT(FLAGS_FINUP); in omap_sham_prepare_request()
1015 bool final = (ctx->flags & BIT(FLAGS_FINUP)) && in omap_sham_update_req()
1071 bool final = (ctx->flags & BIT(FLAGS_FINUP)) && in omap_sham_hash_one_req()
1239 ctx->flags |= BIT(FLAGS_FINUP); in omap_sham_final()
1265 ctx->flags |= BIT(FLAGS_FINUP); in omap_sham_finup()