Searched defs:cc_alg_template (Results 1 – 1 of 1) sorted by relevance
147 struct cc_alg_template { struct148 char name[CRYPTO_MAX_ALG_NAME];149 char driver_name[CRYPTO_MAX_ALG_NAME];150 unsigned int blocksize;151 union {154 } template_u;155 int cipher_mode;156 int flow_mode; /* Note: currently, refers to the cipher mode only. */157 int auth_mode;158 u32 min_hw_rev;[all …]