Lines Matching defs:cc_alg_template
170 struct cc_alg_template { struct
171 char name[CRYPTO_MAX_ALG_NAME];
172 char driver_name[CRYPTO_MAX_ALG_NAME];
173 unsigned int blocksize;
174 union {
177 } template_u;
178 int cipher_mode;
179 int flow_mode; /* Note: currently, refers to the cipher mode only. */
180 int auth_mode;
181 u32 min_hw_rev;
182 enum cc_std_body std_body;
183 bool sec_func;
184 unsigned int data_unit;
185 struct cc_drvdata *drvdata;