Lines Matching defs:hint
215 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
1406 crypto_dispatch_one(struct cryptop *crp, int hint)
1425 result = crypto_invoke(cap, crp, hint);
1479 int hint;
1482 hint = TAILQ_NEXT(crp, crp_next) != NULL ? CRYPTO_HINT_MORE : 0;
1484 if (crypto_dispatch_one(crp, hint) != 0)
1518 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint)
1576 error = CRYPTODEV_PROCESS(cap->cc_dev, crp, hint);
1763 int result, hint;
1777 hint = 0;
1803 hint = CRYPTO_HINT_MORE;
1816 result = crypto_invoke(cap, submit, hint);