Searched defs:cc_crypto_alg (Results 1 – 1 of 1) sorted by relevance
166 struct cc_crypto_alg { struct167 struct list_head entry;168 int cipher_mode;169 int flow_mode; /* Note: currently, refers to the cipher mode only. */170 int auth_mode;171 unsigned int data_unit;172 struct cc_drvdata *drvdata;173 struct skcipher_alg skcipher_alg;174 struct aead_alg aead_alg;