Lines Matching defs:crypto_session_params
332 struct crypto_session_params { struct
333 int csp_mode; /* Type of operations to perform. */
342 int csp_flags;
348 int csp_ivlen; /* IV length in bytes. */
350 int csp_cipher_alg;
351 int csp_cipher_klen; /* Key length in bytes. */
352 const void *csp_cipher_key;
354 int csp_auth_alg;
355 int csp_auth_klen; /* Key length in bytes. */
356 const void *csp_auth_key;
357 int csp_auth_mlen; /* Number of digest bytes to use.