Lines Matching defs:crypto_session_params
357 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;
382 int csp_auth_mlen; /* Number of digest bytes to use.