Searched refs:crypto_lskcipher_tfm (Results 1 – 1 of 1) sorted by relevance
308 static inline struct crypto_tfm *crypto_lskcipher_tfm( in crypto_lskcipher_tfm() function338 crypto_destroy_tfm(tfm, crypto_lskcipher_tfm(tfm)); in crypto_free_lskcipher()362 return crypto_tfm_alg_driver_name(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_driver_name()382 return container_of(crypto_lskcipher_tfm(tfm)->__crt_alg, in crypto_lskcipher_alg()450 return crypto_tfm_alg_blocksize(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_blocksize()536 return crypto_tfm_alg_alignmask(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_alignmask()576 return crypto_tfm_get_flags(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_get_flags()582 crypto_tfm_set_flags(crypto_lskcipher_tfm(tfm), flags); in crypto_lskcipher_set_flags()588 crypto_tfm_clear_flags(crypto_lskcipher_tfm(tfm), flags); in crypto_lskcipher_clear_flags()
Completed in 5 milliseconds