Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/
H A Dakcipher.h133 static inline struct crypto_tfm *crypto_akcipher_tfm( in crypto_akcipher_tfm() function
153 return __crypto_akcipher_alg(crypto_akcipher_tfm(tfm)->__crt_alg); in crypto_akcipher_alg()
164 req->base.tfm = crypto_akcipher_tfm(tfm); in akcipher_request_set_tfm()
182 crypto_destroy_tfm(tfm, crypto_akcipher_tfm(tfm)); in crypto_free_akcipher()
/kernel/linux/linux-6.6/include/crypto/
H A Dakcipher.h161 static inline struct crypto_tfm *crypto_akcipher_tfm( in crypto_akcipher_tfm() function
181 return __crypto_akcipher_alg(crypto_akcipher_tfm(tfm)->__crt_alg); in crypto_akcipher_alg()
192 req->base.tfm = crypto_akcipher_tfm(tfm); in akcipher_request_set_tfm()
210 crypto_destroy_tfm(tfm, crypto_akcipher_tfm(tfm)); in crypto_free_akcipher()
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dakcipher.h55 return crypto_akcipher_tfm(tfm)->__crt_alg->cra_name; in akcipher_alg_name()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dakcipher.h77 return crypto_akcipher_tfm(tfm)->__crt_alg->cra_name; in akcipher_alg_name()
/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c4117 crypto_tfm_alg_driver_name(crypto_akcipher_tfm(tfm)); in test_akcipher()
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c4262 crypto_tfm_alg_driver_name(crypto_akcipher_tfm(tfm)); in test_akcipher()

Completed in 15 milliseconds