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

  /src/sys/opencrypto/
cryptodev_internal.h 21 int cryptodev_mop(struct fcrypt *, struct crypt_n_op *, size_t, struct lwp *);
22 int cryptodev_session(struct fcrypt *, struct session_op *);
23 int cryptodev_msession(struct fcrypt *, struct session_n_op *, size_t);
25 struct csession *cryptodev_cse_find(struct fcrypt *, uint32_t);
ocryptodev.c 108 static int ocryptodev_mop(struct fcrypt *, struct ocrypt_n_op *, int,
110 static int ocryptodev_session(struct fcrypt *, struct osession_op *);
111 static int ocryptodev_msession(struct fcrypt *, struct osession_n_op *,
117 struct fcrypt *fcr = fp->f_fcrypt;
218 ocryptodev_mop(struct fcrypt *fcr, struct ocrypt_n_op *ocnop, int count,
250 ocryptodev_session(struct fcrypt *fcr, struct osession_op *osop)
271 ocryptodev_msession(struct fcrypt *fcr, struct osession_n_op *osn_ops,
ocryptodev.h 95 struct fcrypt;
cryptodev.c 130 struct fcrypt { struct
208 static struct csession *cse_find(struct fcrypt *, uint32_t);
209 static int cse_delete(struct fcrypt *, uint32_t);
210 static struct csession *cse_add(struct fcrypt *, struct csession *);
211 static struct csession *cse_create(struct fcrypt *, uint64_t, void *,
218 static int cryptodev_mkey(struct fcrypt *, struct crypt_n_kop *, size_t);
219 static void cryptodev_msessionfin(struct fcrypt *, size_t, uint32_t *);
227 static int cryptodev_getmstatus(struct fcrypt *, struct crypt_result *,
229 static int cryptodev_getstatus(struct fcrypt *, struct crypt_result *);
267 fcrypt_settime(struct fcrypt *fcr
    [all...]
cryptodev.h 518 struct fcrypt *fcrp;
566 struct fcrypt *fcrp;
  /src/sys/sys/
file.h 121 struct fcrypt *fd_fcrypt; // DTYPE_CRYPTO is not used
compat_stub.h 129 struct fcrypt;

Completed in 20 milliseconds