Searched refs:crypto_lskcipher_tfm (Results 1 – 1 of 1) sorted by relevance
309 static inline struct crypto_tfm *crypto_lskcipher_tfm( in crypto_lskcipher_tfm() function345 crypto_destroy_tfm(tfm, crypto_lskcipher_tfm(tfm)); in crypto_free_lskcipher()369 return crypto_tfm_alg_driver_name(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_driver_name()389 return container_of(crypto_lskcipher_tfm(tfm)->__crt_alg, in crypto_lskcipher_alg()457 return crypto_tfm_alg_blocksize(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_blocksize()543 return crypto_tfm_alg_alignmask(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_alignmask()583 return crypto_tfm_get_flags(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_get_flags()589 crypto_tfm_set_flags(crypto_lskcipher_tfm(tfm), flags); in crypto_lskcipher_set_flags()595 crypto_tfm_clear_flags(crypto_lskcipher_tfm(tfm), flags); in crypto_lskcipher_clear_flags()