Home
last modified time | relevance | path

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

/linux/arch/s390/crypto/
H A Dphmac_s390.c177 enum async_op { enum
188 enum async_op async_op; member
636 req_ctx->async_op = OP_UPDATE; in phmac_update()
678 req_ctx->async_op = OP_FINAL; in phmac_final()
709 req_ctx->async_op = OP_FINUP; in phmac_finup()
715 req_ctx->async_op = OP_FINAL; in phmac_finup()
717 if (!rc && req_ctx->async_op == OP_FINAL && in phmac_finup()
901 switch (req_ctx->async_op) { in phmac_do_one_request()
911 if (req_ctx->async_op == OP_UPDATE) in phmac_do_one_request()
913 req_ctx->async_op = OP_FINAL; in phmac_do_one_request()
[all …]