Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptodev.h357 struct crypto_session_params { struct
358 int csp_mode; /* Type of operations to perform. */
367 int csp_flags;
373 int csp_ivlen; /* IV length in bytes. */
375 int csp_cipher_alg;
376 int csp_cipher_klen; /* Key length in bytes. */
377 const void *csp_cipher_key;
379 int csp_auth_alg;
380 int csp_auth_klen; /* Key length in bytes. */
381 const void *csp_auth_key;
[all …]