HomeSort by: relevance | last modified time | path
    Searched refs:cryptodev_op (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/opencrypto/
cryptodev_internal.h 20 int cryptodev_op(struct csession *, struct crypt_op *, struct lwp *);
ocryptodev.c 212 return cryptodev_op(cse, &cop, l);
cryptodev.c 434 error = cryptodev_op(cse, cop, curlwp);
436 DPRINTF("cryptodev_op error = %d\n", error);
526 cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l) function

Completed in 39 milliseconds