Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/ccree/
Dcc_driver.h160 struct cc_crypto_alg { struct
161 struct list_head entry;
162 int cipher_mode;
163 int flow_mode; /* Note: currently, refers to the cipher mode only. */
164 int auth_mode;
165 struct cc_drvdata *drvdata;
166 struct skcipher_alg skcipher_alg;
167 struct aead_alg aead_alg;