Searched defs:cryptop (Results 1 – 2 of 2) sorted by relevance
458 struct cryptop { struct460 u_int64_t crp_sid; /* Session ID */462 int crp_ilen; /* Input data total length */463 int crp_olen; /* Result total length */465 int crp_etype; /*497 void (*crp_callback)(struct cryptop *); /* argument503 void * crp_mac;508 u_int32_t crp_reqid; /* request id */509 void * crp_usropaque; /* Opaque pointer from user, passed along */510 struct timespec crp_tstamp; /* performance time stamp */[all …]
1106 int (*process)(void *, struct cryptop *, int), in crypto_register()