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 8 int cryptodev_op(struct csession *, struct crypt_op *, struct lwp *);
ocryptodev.c 211 return cryptodev_op(cse, &cop, l);
cryptodev.c 351 error = cryptodev_op(cse, cop, curlwp);
352 DPRINTF("cryptodev_op error = %d\n", error);
454 cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l) function in typeref:typename:int
477 DPRINTF("cryptodev_op[%u]: iov_len %d\n",
484 DPRINTF("cryptodev_op: iov_len -> %d for decompress\n", iov_len);

Completed in 13 milliseconds