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

/linux-master/include/crypto/
H A Dskcipher.h308 static inline struct crypto_tfm *crypto_lskcipher_tfm( function
338 crypto_destroy_tfm(tfm, crypto_lskcipher_tfm(tfm));
362 return crypto_tfm_alg_driver_name(crypto_lskcipher_tfm(tfm));
382 return container_of(crypto_lskcipher_tfm(tfm)->__crt_alg,
450 return crypto_tfm_alg_blocksize(crypto_lskcipher_tfm(tfm));
536 return crypto_tfm_alg_alignmask(crypto_lskcipher_tfm(tfm));
576 return crypto_tfm_get_flags(crypto_lskcipher_tfm(tfm));
582 crypto_tfm_set_flags(crypto_lskcipher_tfm(tfm), flags);
588 crypto_tfm_clear_flags(crypto_lskcipher_tfm(tfm), flags);

Completed in 310 milliseconds