Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dcryptodev.h458 struct cryptop { struct
460 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 *); /* argument
503 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 …]
H A Dcrypto.c1106 int (*process)(void *, struct cryptop *, int), in crypto_register()