Home
last modified time | relevance | path

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

/linux/drivers/crypto/
H A Domap-sham.c115 #define FLAGS_FINUP 16 macro
851 bool final = rctx->flags & BIT(FLAGS_FINUP); in omap_sham_prepare_request()
1012 bool final = (ctx->flags & BIT(FLAGS_FINUP)) && in omap_sham_update_req()
1068 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()