Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/virtio/
H A Dvirtio_crypto_algs.h25 struct virtio_crypto_op_ctrl_req ctrl;
H A Dvirtio_cryptodev.c66 struct virtio_crypto_op_ctrl_req *ctrl, uint8_t *cipher_key, in virtio_crypto_send_command()
74 uint32_t len_ctrl_req = sizeof(struct virtio_crypto_op_ctrl_req); in virtio_crypto_send_command()
937 struct virtio_crypto_op_ctrl_req *ctrl; in virtio_crypto_sym_clear_session()
945 uint32_t len_op_ctrl_req = sizeof(struct virtio_crypto_op_ctrl_req); in virtio_crypto_sym_clear_session()
986 ctrl = (struct virtio_crypto_op_ctrl_req *)malloc_virt_addr; in virtio_crypto_sym_clear_session()
1170 struct virtio_crypto_op_ctrl_req *ctrl, in virtio_crypto_sym_pad_auth_param()
1207 struct virtio_crypto_op_ctrl_req *ctrl, in virtio_crypto_sym_pad_op_ctrl_req()
1321 struct virtio_crypto_op_ctrl_req *ctrl_req; in virtio_crypto_sym_configure_session()
H A Dvirtio_rxtx.c118 struct virtio_crypto_op_ctrl_req *ctrl = &session->ctrl; in virtqueue_crypto_sym_pkt_header_arrange()
/dpdk/lib/vhost/
H A Dvirtio_crypto.h210 struct virtio_crypto_op_ctrl_req { struct