OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:csession
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/opencrypto/
cryptodev.c
105
struct
csession
{
struct
106
TAILQ_ENTRY(
csession
) next;
131
TAILQ_HEAD(csessionlist,
csession
) csessions;
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 *,
185
static void csefree(struct
csession
*);
[
all
...]
cryptodev.c
105
struct
csession
{
struct
106
TAILQ_ENTRY(
csession
) next;
131
TAILQ_HEAD(csessionlist,
csession
) csessions;
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 *,
185
static void csefree(struct
csession
*);
[
all
...]
Completed in 23 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025