Home
last modified time | relevance | path

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

/linux/arch/s390/crypto/
H A Dphmac_s390.c178 OP_FINAL, enumerator
667 req_ctx->async_op = OP_FINAL; in phmac_final()
701 req_ctx->async_op = OP_FINAL; in phmac_finup()
703 if (!rc && req_ctx->async_op == OP_FINAL && in phmac_finup()
906 req_ctx->async_op = OP_FINAL; in phmac_do_one_request()
908 case OP_FINAL: in phmac_do_one_request()
929 if (rc || req_ctx->async_op == OP_FINAL) in phmac_do_one_request()
/linux/drivers/crypto/
H A Domap-sham.c130 #define OP_FINAL 2 macro
1092 else if (ctx->op == OP_FINAL) in omap_sham_hash_one_req()
1254 return omap_sham_enqueue(req, OP_FINAL); in omap_sham_final()