Home
last modified time | relevance | path

Searched defs:cryptodesc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/crypto/
H A Dcryptodev.h128 struct cryptodesc { struct
129 int crd_skip; /* How many bytes to ignore from start */
130 int crd_len; /* How many bytes to process */
131 int crd_inject; /* Where to inject results, if applicable */
132 int crd_flags;
164 struct cryptodesc *crp_desc; /* List of processing descriptors */ argument