Home
last modified time | relevance | path

Searched defs:cc_crypto_alg (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/crypto/ccree/
Dcc_driver.h136 struct cc_crypto_alg { struct
137 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;