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

  /src/sys/opencrypto/
cryptodev.c 107 struct csession { struct
108 TAILQ_ENTRY(csession) next;
129 TAILQ_HEAD(csessionlist, csession) csessions;
206 static struct csession *cse_find(struct fcrypt *, uint32_t);
208 static struct csession *cse_add(struct fcrypt *, struct csession *);
209 static struct csession *cse_create(struct fcrypt *, uint64_t, void *,
213 static void cse_free(struct csession *);
230 cod_ctor(struct cryptop_data *cod, struct csession *cse, size_t iov_len)
298 struct csession *cse
    [all...]

Completed in 15 milliseconds