Home
last modified time | relevance | path

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

/openbmc/qemu/backends/
H A Dcryptodev-builtin.c409 status = -VIRTIO_CRYPTO_ERR; in cryptodev_builtin_create_session()
466 return -VIRTIO_CRYPTO_ERR; in cryptodev_builtin_sym_operation()
474 return -VIRTIO_CRYPTO_ERR; in cryptodev_builtin_sym_operation()
480 return -VIRTIO_CRYPTO_ERR; in cryptodev_builtin_sym_operation()
519 return -VIRTIO_CRYPTO_ERR; in cryptodev_builtin_asym_operation()
526 return -VIRTIO_CRYPTO_ERR; in cryptodev_builtin_asym_operation()
535 return -VIRTIO_CRYPTO_ERR; in cryptodev_builtin_asym_operation()
553 int status = -VIRTIO_CRYPTO_ERR; in cryptodev_builtin_operation()
H A Dcryptodev-lkcf.c349 status = -VIRTIO_CRYPTO_ERR; in cryptodev_lkcf_execute_task()
406 status = -VIRTIO_CRYPTO_ERR; in cryptodev_lkcf_execute_task()
419 -VIRTIO_CRYPTO_KEY_REJECTED : -VIRTIO_CRYPTO_ERR; in cryptodev_lkcf_execute_task()
499 task->status = -VIRTIO_CRYPTO_ERR; in cryptodev_lkcf_operation()
526 return -VIRTIO_CRYPTO_ERR; in cryptodev_lkcf_create_asym_session()
546 return -VIRTIO_CRYPTO_ERR; in cryptodev_lkcf_create_asym_session()
553 return -VIRTIO_CRYPTO_ERR; in cryptodev_lkcf_create_asym_session()
H A Dcryptodev-vhost-user.c293 status = -VIRTIO_CRYPTO_ERR; in cryptodev_vhost_user_create_session()
322 status = -VIRTIO_CRYPTO_ERR; in cryptodev_vhost_user_close_session()
/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c80 case VIRTIO_CRYPTO_ERR: in virtio_crypto_dataq_akcipher_callback()
134 input->status = cpu_to_le32(VIRTIO_CRYPTO_ERR); in virtio_crypto_alg_akcipher_init_session()
186 ctrl_status->status = VIRTIO_CRYPTO_ERR; in virtio_crypto_alg_akcipher_close_session()
H A Dvirtio_crypto_skcipher_algs.c70 case VIRTIO_CRYPTO_ERR: in virtio_crypto_dataq_sym_callback()
150 input->status = cpu_to_le32(VIRTIO_CRYPTO_ERR); in virtio_crypto_alg_skcipher_init_session()
210 ctrl_status->status = VIRTIO_CRYPTO_ERR; in virtio_crypto_alg_skcipher_close_session()
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c90 return -VIRTIO_CRYPTO_ERR; in virtio_crypto_cipher_session_helper()
161 return -VIRTIO_CRYPTO_ERR; in virtio_crypto_create_sym_session()
243 return -VIRTIO_CRYPTO_ERR; in virtio_crypto_create_asym_session()
287 stl_le_p(&input.status, VIRTIO_CRYPTO_ERR); in virtio_crypto_create_session_completion()
320 status = VIRTIO_CRYPTO_ERR; in virtio_crypto_destroy_session_completion()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h485 #define VIRTIO_CRYPTO_ERR 1 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_crypto.h485 #define VIRTIO_CRYPTO_ERR 1 macro