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