Lines Matching defs:cryptop
151 struct cryptop { struct
152 u_int64_t crp_sid; /* Session ID */
153 int crp_ilen; /* Input data total length */
154 int crp_olen; /* Result total length */
155 int crp_alloctype; /* Type of buf to allocate if needed */
157 int crp_flags;
162 void *crp_buf; /* Data to be processed */
164 struct cryptodesc *crp_desc; /* List of processing descriptors */
165 struct cryptodesc crp_sdesc[2]; /* Static array for small ops */
166 int crp_ndesc; /* Amount of descriptors to use */
167 int crp_ndescalloc;/* Amount of descriptors allocated */
169 caddr_t crp_mac;