Searched defs:cc_crypto_alg (Results 1 – 1 of 1) sorted by relevance
160 struct cc_crypto_alg { struct161 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;