OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cryptkop
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/opencrypto/
cryptodev.h
540
struct
cryptkop
{
struct
541
TAILQ_ENTRY(
cryptkop
) krp_next;
552
void (*krp_callback)(struct
cryptkop
*); /*
591
int (*cc_kprocess) (void*, struct
cryptkop
*, int);
619
int (*)(void*, struct
cryptkop
*, int),
624
extern void crypto_kdispatch(struct
cryptkop
*);
629
extern void crypto_kdone(struct
cryptkop
*);
640
extern void crypto_kfreereq(struct
cryptkop
*);
641
extern struct
cryptkop
*crypto_kgetreq(int, int);
cryptodev.h
540
struct
cryptkop
{
struct
541
TAILQ_ENTRY(
cryptkop
) krp_next;
552
void (*krp_callback)(struct
cryptkop
*); /*
591
int (*cc_kprocess) (void*, struct
cryptkop
*, int);
619
int (*)(void*, struct
cryptkop
*, int),
624
extern void crypto_kdispatch(struct
cryptkop
*);
629
extern void crypto_kdone(struct
cryptkop
*);
640
extern void crypto_kfreereq(struct
cryptkop
*);
641
extern struct
cryptkop
*crypto_kgetreq(int, int);
Completed in 29 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026