Searched refs:virtio_crypto_skcipher_ctx (Results 1 – 1 of 1) sorted by relevance
18 struct virtio_crypto_skcipher_ctx { struct110 struct virtio_crypto_skcipher_ctx *ctx, in virtio_crypto_alg_skcipher_init_session()191 struct virtio_crypto_skcipher_ctx *ctx, in virtio_crypto_alg_skcipher_close_session()249 struct virtio_crypto_skcipher_ctx *ctx, in virtio_crypto_alg_skcipher_init_sessions()284 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in virtio_crypto_skcipher_setkey()327 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in __virtio_crypto_skcipher_do_req()468 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(atfm); in virtio_crypto_skcipher_encrypt()491 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_exit()574 .base.cra_ctxsize = sizeof(struct virtio_crypto_skcipher_ctx),