Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c64 if (vc_sym_req->type == VIRTIO_CRYPTO_SYM_OP_CIPHER) { in virtio_crypto_dataq_sym_callback()
153 sym_create_session->op_type = cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER); in virtio_crypto_alg_skcipher_init_session()
369 vc_sym_req->type = VIRTIO_CRYPTO_SYM_OP_CIPHER; in __virtio_crypto_skcipher_do_req()
382 req_data->u.sym_req.op_type = cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER); in __virtio_crypto_skcipher_do_req()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h278 #define VIRTIO_CRYPTO_SYM_OP_CIPHER 1 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_crypto.h278 #define VIRTIO_CRYPTO_SYM_OP_CIPHER 1 macro
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c227 if (sess_info->op_type != VIRTIO_CRYPTO_SYM_OP_CIPHER) { in cryptodev_builtin_create_cipher_session()
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c130 if (op_type == VIRTIO_CRYPTO_SYM_OP_CIPHER) { in virtio_crypto_create_sym_session()
732 if (op_type == VIRTIO_CRYPTO_SYM_OP_CIPHER) { in virtio_crypto_handle_sym_req()