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

  /src/sys/opencrypto/
cryptodev.c 130 struct fcrypt { struct
177 struct csession *cryptodev_csefind(struct fcrypt *, u_int);
178 static struct csession *csefind(struct fcrypt *, u_int);
179 static int csedelete(struct fcrypt *, struct csession *);
180 static struct csession *cseadd(struct fcrypt *, struct csession *);
181 static struct csession *csecreate(struct fcrypt *, u_int64_t, void *,
188 static int cryptodev_mkey(struct fcrypt *, struct crypt_n_kop *, int);
189 static void cryptodev_msessionfin(struct fcrypt *, int, u_int32_t *);
197 static int cryptodev_getmstatus(struct fcrypt *, struct crypt_result *,
199 static int cryptodev_getstatus(struct fcrypt *, struct crypt_result *)
    [all...]
cryptodev.c 130 struct fcrypt { struct
177 struct csession *cryptodev_csefind(struct fcrypt *, u_int);
178 static struct csession *csefind(struct fcrypt *, u_int);
179 static int csedelete(struct fcrypt *, struct csession *);
180 static struct csession *cseadd(struct fcrypt *, struct csession *);
181 static struct csession *csecreate(struct fcrypt *, u_int64_t, void *,
188 static int cryptodev_mkey(struct fcrypt *, struct crypt_n_kop *, int);
189 static void cryptodev_msessionfin(struct fcrypt *, int, u_int32_t *);
197 static int cryptodev_getmstatus(struct fcrypt *, struct crypt_result *,
199 static int cryptodev_getstatus(struct fcrypt *, struct crypt_result *)
    [all...]

Completed in 48 milliseconds