Home
last modified time | relevance | path

Searched refs:crypto_akcipher_tfm (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/crypto/
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()
/linux-5.19.10/include/crypto/internal/
Dakcipher.h55 return crypto_akcipher_tfm(tfm)->__crt_alg->cra_name; in akcipher_alg_name()
/linux-5.19.10/crypto/
Drsa-pkcs1pad.c223 async_req.tfm = crypto_akcipher_tfm(crypto_akcipher_reqtfm(req)); in pkcs1pad_encrypt_sign_complete_cb()
341 async_req.tfm = crypto_akcipher_tfm(crypto_akcipher_reqtfm(req)); in pkcs1pad_decrypt_complete_cb()
522 async_req.tfm = crypto_akcipher_tfm(crypto_akcipher_reqtfm(req)); in pkcs1pad_verify_complete_cb()
Dtestmgr.c4153 crypto_tfm_alg_driver_name(crypto_akcipher_tfm(tfm)); in test_akcipher()