Lines Matching defs:error
650 if (result.error) {
651 dev_warn(priv->dev, "hash: completion error (%d)\n",
652 result.error);
653 return result.error;
972 dev_warn(priv->dev, "hash: invalidation error %d\n", ret);
1045 int error;
1048 static void safexcel_ahash_complete(struct crypto_async_request *req, int error)
1052 if (error == -EINPROGRESS)
1055 result->error = error;
1084 ret = result.error;
1134 if (result.error)
1135 return result.error;