Searched refs:VIRTIO_CRYPTO_OK (Results 1 – 8 of 8) sorted by relevance
412 status = VIRTIO_CRYPTO_OK; in cryptodev_builtin_create_session()445 cb(opaque, VIRTIO_CRYPTO_OK); in cryptodev_builtin_close_session()484 return VIRTIO_CRYPTO_OK; in cryptodev_builtin_sym_operation()540 return VIRTIO_CRYPTO_OK; in cryptodev_builtin_asym_operation()
421 status = VIRTIO_CRYPTO_OK; in cryptodev_lkcf_execute_task()506 return VIRTIO_CRYPTO_OK; in cryptodev_lkcf_operation()563 return VIRTIO_CRYPTO_OK; in cryptodev_lkcf_create_asym_session()614 cb(opaque, VIRTIO_CRYPTO_OK); in cryptodev_lkcf_close_session()
296 status = VIRTIO_CRYPTO_OK; in cryptodev_vhost_user_create_session()324 status = VIRTIO_CRYPTO_OK; in cryptodev_vhost_user_close_session()
76 case VIRTIO_CRYPTO_OK: in virtio_crypto_dataq_akcipher_callback()149 if (le32_to_cpu(input->status) != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_akcipher_init_session()204 if (ctrl_status->status != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_akcipher_close_session()
66 case VIRTIO_CRYPTO_OK: in virtio_crypto_dataq_sym_callback()173 if (le32_to_cpu(input->status) != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_skcipher_init_session()235 if (ctrl_status->status != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_skcipher_close_session()
286 } else if (ret != VIRTIO_CRYPTO_OK) { in virtio_crypto_create_session_completion()291 stl_le_p(&input.status, VIRTIO_CRYPTO_OK); in virtio_crypto_create_session_completion()322 status = VIRTIO_CRYPTO_OK; in virtio_crypto_destroy_session_completion()512 if (status != VIRTIO_CRYPTO_OK) { in virtio_crypto_sym_input_data_helper()546 if (status != VIRTIO_CRYPTO_OK) { in virtio_crypto_akcipher_input_data_helper()
484 #define VIRTIO_CRYPTO_OK 0 macro