Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Domap-sham.c113 #define FLAGS_FINUP 16 macro
849 bool final = rctx->flags & BIT(FLAGS_FINUP); in omap_sham_prepare_request()
1010 bool final = (ctx->flags & BIT(FLAGS_FINUP)) && in omap_sham_update_req()
1066 bool final = (ctx->flags & BIT(FLAGS_FINUP)) && in omap_sham_hash_one_req()
1238 ctx->flags |= BIT(FLAGS_FINUP); in omap_sham_final()
1264 ctx->flags |= BIT(FLAGS_FINUP); in omap_sham_finup()