Searched defs:skcipher_def (Results 1 – 2 of 2) sorted by relevance
43 struct skcipher_def { struct44 struct scatterlist sginp, sgout;45 struct crypto_skcipher *tfm;46 struct skcipher_request *req;47 struct crypto_wait wait;
360 static const struct qce_skcipher_def skcipher_def[] = { variable