crypto_lskcipher_tfm
crypto_destroy_tfm(tfm, crypto_lskcipher_tfm(tfm));
return crypto_tfm_alg_driver_name(crypto_lskcipher_tfm(tfm));
return container_of(crypto_lskcipher_tfm(tfm)->__crt_alg,
return crypto_tfm_alg_blocksize(crypto_lskcipher_tfm(tfm));
return crypto_tfm_alg_alignmask(crypto_lskcipher_tfm(tfm));
return crypto_tfm_get_flags(crypto_lskcipher_tfm(tfm));
crypto_tfm_set_flags(crypto_lskcipher_tfm(tfm), flags);
crypto_tfm_clear_flags(crypto_lskcipher_tfm(tfm), flags);