Home
last modified time | relevance | path

Searched refs:crypto_comp_tfm (Results 1 – 3 of 3) sorted by relevance

/linux/crypto/
A Dcompress.c16 struct crypto_tfm *tfm = crypto_comp_tfm(comp); in crypto_comp_compress()
27 struct crypto_tfm *tfm = crypto_comp_tfm(comp); in crypto_comp_decompress()
A Dtestmgr.c3172 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp()
/linux/include/linux/
A Dcrypto.h734 static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm) in crypto_comp_tfm() function
741 crypto_free_tfm(crypto_comp_tfm(tfm)); in crypto_free_comp()
755 return crypto_tfm_alg_name(crypto_comp_tfm(tfm)); in crypto_comp_name()

Completed in 35 milliseconds