Searched defs:cc_crypto_alg (Results 1 – 1 of 1) sorted by relevance
136 struct cc_crypto_alg { struct137 struct list_head entry;138 int cipher_mode;139 int flow_mode; /* Note: currently, refers to the cipher mode only. */140 int auth_mode;141 unsigned int data_unit;142 struct cc_drvdata *drvdata;143 struct skcipher_alg skcipher_alg;144 struct aead_alg aead_alg;