Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_skcipher_algs.c20 struct virtio_crypto_skcipher_ctx { struct
34 struct virtio_crypto_skcipher_ctx *skcipher_ctx; argument
115 struct virtio_crypto_skcipher_ctx *ctx, in virtio_crypto_alg_skcipher_init_session()
196 struct virtio_crypto_skcipher_ctx *ctx, in virtio_crypto_alg_skcipher_close_session()
252 struct virtio_crypto_skcipher_ctx *ctx, in virtio_crypto_alg_skcipher_init_sessions()
287 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in virtio_crypto_skcipher_setkey()
330 struct virtio_crypto_skcipher_ctx *ctx = vc_sym_req->skcipher_ctx; in __virtio_crypto_skcipher_do_req()
471 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(atfm); in virtio_crypto_skcipher_encrypt()
496 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(atfm); in virtio_crypto_skcipher_decrypt()
520 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in virtio_crypto_skcipher_init()
[all …]