Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptodev.h438 struct cryptop { struct
441 struct task crp_task;
443 crypto_session_t crp_session; /* Session */
444 int crp_olen; /* Result total length */
446 int crp_etype; /*
456 int crp_flags;
472 int crp_op;
474 struct crypto_buffer crp_buf;
475 struct crypto_buffer crp_obuf;
499 int (*crp_callback)(struct cryptop *); /* Callback function */ argument
[all …]