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()248 struct virtio_crypto_skcipher_ctx *ctx, in virtio_crypto_alg_skcipher_init_sessions()283 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in virtio_crypto_skcipher_setkey()326 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in __virtio_crypto_skcipher_do_req()467 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(atfm); in virtio_crypto_skcipher_encrypt()490 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(atfm); in virtio_crypto_skcipher_decrypt()519 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in virtio_crypto_skcipher_exit()575 .base.cra_ctxsize = sizeof(struct virtio_crypto_skcipher_ctx),
Completed in 3 milliseconds