Searched defs:crypto_session_params (Results 1 – 1 of 1) sorted by relevance
332 struct crypto_session_params { struct333 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;[all …]