Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-sham.c117 #define FLAGS_FINUP 16 macro
872 bool final = rctx->flags & BIT(FLAGS_FINUP); in omap_sham_prepare_request()
1033 bool final = (ctx->flags & BIT(FLAGS_FINUP)) && in omap_sham_update_req()
1089 bool final = (ctx->flags & BIT(FLAGS_FINUP)) && in omap_sham_hash_one_req()
1254 ctx->flags |= BIT(FLAGS_FINUP); in omap_sham_final()
1280 ctx->flags |= BIT(FLAGS_FINUP); in omap_sham_finup()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds