Lines Matching refs:ccid
44 Using ccid-card-emulated with hardware
47 user, using libcacard, QEMU acts as another client using ccid-card-emulated::
49 qemu -usb -device usb-ccid -device ccid-card-emulated
51 Using ccid-card-emulated with certificates stored in files
68 …qemu -usb -device usb-ccid -device ccid-card-emulated,backend=certificates,db=sql:$PWD,cert1=id-ce…
99 Using ccid-card-passthru with client side hardware
101 On the host specify the ccid-card-passthru device with a suitable chardev::
103 qemu -chardev socket,server=on,host=0.0.0.0,port=2001,id=ccid,wait=off \
104 -usb -device usb-ccid -device ccid-card-passthru,chardev=ccid
110 Using ccid-card-passthru with client side certificates
120 qemu -chardev socket,server=on,host=0.0.0.0,port=2001,id=ccid,wait=off \
121 -usb -device usb-ccid -device ccid-card-passthru,chardev=ccid
128 usb-ccid is a usb device. It defaults to an unattached usb device on startup.
129 usb-ccid expects a chardev and expects the protocol defined in
131 The usb-ccid device can be in one of three modes:
140 client event | vscclient | passthru | usb-ccid | guest event
167 Both ccid-card-emulated and vscclient use libcacard as the card emulator.