Home
last modified time | relevance | path

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

/dflybsd-src/sys/opencrypto/
H A Dcryptodev.h333 struct cryptop { struct
336 u_int64_t crp_sid; /* Session ID */
337 int crp_ilen; /* Input data total length */
338 int crp_olen; /* Result total length */
340 int crp_etype; /*
364 int (*crp_callback)(struct cryptop *); /* Callback function */ argument
366 struct timespec crp_tstamp; /* performance time stamp */
368 caddr_t crp_mac;