Home
last modified time | relevance | path

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

/freebsd-13.1/sys/opencrypto/
H A Dcryptodev.h447 struct cryptop { struct
450 struct task crp_task;
452 crypto_session_t crp_session; /* Session */
453 int crp_olen; /* Result total length */
455 int crp_etype; /*
465 int crp_flags;
481 int crp_op;
483 struct crypto_buffer crp_buf;
484 struct crypto_buffer crp_obuf;
508 int (*crp_callback)(struct cryptop *); /* Callback function */ argument
[all …]