Home | History | Annotate | Download | only in opencrypto

Lines Matching defs:process

1106     int (*process)(void *, struct cryptop *, int),
1139 cap->cc_process = process;
1474 int (*process)(void *, struct cryptkop *, int);
1477 process = cap->cc_kprocess;
1482 error = (*process)(arg, krp, hint);
1539 int (*process)(void *, struct cryptop *, int);
1542 process = cap->cc_process;
1547 * Invoke the driver to process the request.
1549 DPRINTF("calling process for %p\n", crp);
1551 error = (*process)(arg, crp, hint);
1825 /* Op needs to be migrated, process it. */
1901 /* Op needs to be migrated, process it. */