Home | History | Annotate | Download | only in opencrypto

Lines Matching defs:hint

505 static	int crypto_invoke(struct cryptop *crp, int hint);
506 static int crypto_kinvoke(struct cryptkop *krp, int hint);
1440 crypto_kinvoke(struct cryptkop *krp, int hint)
1482 error = (*process)(arg, krp, hint);
1522 crypto_invoke(struct cryptop *crp, int hint)
1551 error = (*process)(arg, crp, hint);
1805 int result, hint, s;
1818 hint = 0;
1848 hint = CRYPTO_HINT_MORE;
1859 * batch crp can be processed much later, so clear hint.
1861 hint = 0;
1866 result = crypto_invoke(submit, hint);