Home
last modified time | relevance | path

Searched refs:atfm (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c216 struct crypto_akcipher *atfm = crypto_akcipher_reqtfm(req); in __virtio_crypto_akcipher_do_req() local
217 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(atfm); in __virtio_crypto_akcipher_do_req()
277 struct crypto_akcipher *atfm = crypto_akcipher_reqtfm(req); in virtio_crypto_rsa_do_req() local
278 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(atfm); in virtio_crypto_rsa_do_req()
314 struct crypto_akcipher *atfm = crypto_akcipher_reqtfm(req); in virtio_crypto_rsa_req() local
315 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(atfm); in virtio_crypto_rsa_req()
H A Dvirtio_crypto_skcipher_algs.c467 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(req); in virtio_crypto_skcipher_encrypt() local
468 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(atfm); in virtio_crypto_skcipher_encrypt()
490 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(req); in virtio_crypto_skcipher_decrypt() local
491 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(atfm); in virtio_crypto_skcipher_decrypt()