Home
last modified time | relevance | path

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

/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c27 struct virtio_crypto_akcipher_ctx { struct
98 static int virtio_crypto_alg_akcipher_init_session(struct virtio_crypto_akcipher_ctx *ctx, in virtio_crypto_alg_akcipher_init_session()
159 static int virtio_crypto_alg_akcipher_close_session(struct virtio_crypto_akcipher_ctx *ctx) in virtio_crypto_alg_akcipher_close_session()
217 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(atfm); in __virtio_crypto_akcipher_do_req()
278 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(atfm); in virtio_crypto_rsa_do_req()
315 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(atfm); in virtio_crypto_rsa_req()
346 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(tfm); in virtio_crypto_rsa_set_key()
442 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(tfm); in virtio_crypto_rsa_max_size()
458 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(tfm); in virtio_crypto_rsa_exit_tfm()
481 .cra_ctxsize = sizeof(struct virtio_crypto_akcipher_ctx),
[all …]