Home
last modified time | relevance | path

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

/qemu/docs/system/devices/
H A Dccid.rst19 public/private schemes and digital signatures. A smartcard reader on the client
22 the other hand this device can let you use the smartcard on both the client and
42 ./configure --enable-smartcard && make
46 Assuming you have a working smartcard on the host with the current
56 mkdir fake-smartcard
57 cd fake-smartcard
60 certutil -S -d sql:$PWD -t ,, -s "CN=John Doe" -n id-cert -c fake-smartcard-ca
72 certutil -L -r -d sql:$PWD -o fake-smartcard-ca.cer -n fake-smartcard-ca
76 certutil -A -d /etc/pki/nssdb -i fake-smartcard-ca.cer -t TC,TC,TC -n fake-smartcard-ca
88 fake-smartcard-ca CT,C,C
[all …]
/qemu/hw/usb/
H A Dmeson.build52 # smartcard
53 system_ss.add(when: 'CONFIG_USB_SMARTCARD', if_true: files('dev-smartcard-reader.c'))
59 hw_usb_modules += {'smartcard': usbsmartcard_ss}
/qemu/scripts/coverity-scan/
H A Drun-coverity-scan429 --enable-numa --enable-rdma --enable-smartcard --enable-virglrenderer \
/qemu/scripts/
H A Dmeson-buildoptions.sh470 --enable-smartcard) printf "%s" -Dsmartcard=enabled ;;
471 --disable-smartcard) printf "%s" -Dsmartcard=disabled ;;
/qemu/
H A Dmeson_options.txt211 option('smartcard', type : 'feature', value : 'auto', feature
212 description: 'CA smartcard emulation support')