Searched defs:cryptodesc (Results 1 – 1 of 1) sorted by relevance
128 struct cryptodesc { struct129 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