Lines Matching defs:cc_alg_template
177 struct cc_alg_template { struct
178 char name[CRYPTO_MAX_ALG_NAME];
179 char driver_name[CRYPTO_MAX_ALG_NAME];
180 unsigned int blocksize;
181 union {
184 } template_u;
185 int cipher_mode;
186 int flow_mode; /* Note: currently, refers to the cipher mode only. */
187 int auth_mode;
188 u32 min_hw_rev;
189 enum cc_std_body std_body;
190 bool sec_func;
191 unsigned int data_unit;
192 struct cc_drvdata *drvdata;