Searched refs:crypto_lskcipher_alg (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/crypto/
H A Dskcipher.h379 static inline struct lskcipher_alg *crypto_lskcipher_alg( function
418 return crypto_lskcipher_alg(tfm)->co.ivsize;
484 return crypto_lskcipher_alg(tfm)->co.chunksize;
518 return crypto_lskcipher_alg(tfm)->co.statesize;
650 return crypto_lskcipher_alg(tfm)->co.min_keysize;
656 return crypto_lskcipher_alg(tfm)->co.max_keysize;
/linux-master/crypto/
H A Dlskcipher.c36 struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm);
57 struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm);
143 struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm);
152 struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm);
205 struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx);
214 struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx);
222 struct lskcipher_alg *alg = crypto_lskcipher_alg(skcipher);
230 struct lskcipher_alg *alg = crypto_lskcipher_alg(skcipher);
/linux-master/include/crypto/internal/
H A Dskcipher.h114 return container_of(crypto_lskcipher_alg(lskcipher),

Completed in 137 milliseconds