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