OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed May 20 00:24:30 UTC 2026