crypto_lskcipher_alg
struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm);
struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm);
struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx);
struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx);
struct lskcipher_alg *alg = crypto_lskcipher_alg(skcipher);
struct lskcipher_alg *alg = crypto_lskcipher_alg(skcipher);
struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm);
struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm);
return container_of(crypto_lskcipher_alg(lskcipher),
return crypto_lskcipher_alg(tfm)->co.ivsize;
return crypto_lskcipher_alg(tfm)->co.chunksize;
return crypto_lskcipher_alg(tfm)->co.statesize;
return crypto_lskcipher_alg(tfm)->co.min_keysize;
return crypto_lskcipher_alg(tfm)->co.max_keysize;