Home
last modified time | relevance | path

Searched refs:dwFeatures (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/acsccid/acsccid-1.1.8/src/
H A Dccid.c550 ccid_descriptor->dwFeatures |= CCID_CLASS_AUTO_IFSD; in ccid_open_hack_post()
636 if (ccid_descriptor->dwFeatures & CCID_CLASS_TPDU) in ccid_open_hack_post()
802 ccid_descriptor->dwFeatures = 0x000204BA; // MCU in ccid_open_hack_post()
812 ccid_descriptor->dwFeatures = 0x000204BA; // SAM in ccid_open_hack_post()
824 ccid_descriptor->dwFeatures = 0x000204BA; // MCU in ccid_open_hack_post()
846 ccid_descriptor->dwFeatures = 0x000404BA; in ccid_open_hack_post()
859 ccid_descriptor->dwFeatures = 0x000204BA; // SAM in ccid_open_hack_post()
875 ccid_descriptor->dwFeatures = 0x000204BA; // SAM in ccid_open_hack_post()
896 ccid_descriptor->dwFeatures = 0x000204BA; // ICC in ccid_open_hack_post()
901 ccid_descriptor->dwFeatures = 0x000204BA; // SAM in ccid_open_hack_post()
[all …]
H A Dcommands.c199 if ((ccid_descriptor->dwFeatures & CCID_CLASS_AUTO_VOLTAGE) in CmdPowerOn()
200 || (ccid_descriptor->dwFeatures & CCID_CLASS_AUTO_ACTIVATION)) in CmdPowerOn()
452 && (CCID_CLASS_TPDU == (ccid_descriptor->dwFeatures & CCID_CLASS_EXCHANGE_MASK))) in SecurePINVerify()
537 && (CCID_CLASS_TPDU == (ccid_descriptor->dwFeatures & CCID_CLASS_EXCHANGE_MASK))) in SecurePINVerify()
833 && (CCID_CLASS_TPDU == (ccid_descriptor->dwFeatures & CCID_CLASS_EXCHANGE_MASK))) in SecurePINModify()
925 && (CCID_CLASS_TPDU == (ccid_descriptor->dwFeatures & CCID_CLASS_EXCHANGE_MASK))) in SecurePINModify()
1327 switch (ccid_descriptor->dwFeatures & CCID_CLASS_EXCHANGE_MASK) in CmdXfrBlock()
2508 …return CCID_CLASS_CHARACTER == (get_ccid_descriptor(reader_index)->dwFeatures & CCID_CLASS_EXCHANG… in isCharLevel()
H A Dccid.h51 int dwFeatures; member
H A Difdhandler.c333 DEBUG_INFO2("dwFeatures: 0x%08X", ccid_descriptor->dwFeatures); in CreateChannelByNameOrChannel()
878 if (ccid_desc->dwFeatures & CCID_CLASS_AUTO_PPS_PROP) in IFDHSetProtocolParameters()
1091 if ((! (ccid_desc->dwFeatures & CCID_CLASS_AUTO_PPS_CUR)) in IFDHSetProtocolParameters()
1329 if (ccid_desc->dwFeatures & CCID_CLASS_TPDU) in IFDHSetProtocolParameters()
1332 if (! (ccid_desc->dwFeatures & CCID_CLASS_AUTO_IFSD)) in IFDHSetProtocolParameters()
2429 if ((ccid_descriptor -> dwFeatures & CCID_CLASS_EXTENDED_APDU) in IFDHControl()
2430 || (ccid_descriptor -> dwFeatures & CCID_CLASS_TPDU)) in IFDHControl()
3728 if ((ccid_descriptor->dwFeatures & CCID_CLASS_EXTENDED_APDU) in process_spe_ppdu()
3729 || (ccid_descriptor->dwFeatures & CCID_CLASS_TPDU)) in process_spe_ppdu()
H A Dccid_usb.c812 usbDevice[reader_index].ccid.dwFeatures = 0x00010030; in OpenUSBByName()
831 usbDevice[reader_index].ccid.dwFeatures = 0x00010030; in OpenUSBByName()
849 usbDevice[reader_index].ccid.dwFeatures = 0x000204BA; in OpenUSBByName()
867 usbDevice[reader_index].ccid.dwFeatures = 0x000204BA; in OpenUSBByName()
888 usbDevice[reader_index].ccid.dwFeatures = 0x000204BA; in OpenUSBByName()
906 usbDevice[reader_index].ccid.dwFeatures = dw2i(device_descriptor, 40); in OpenUSBByName()
/dports/devel/libccid/ccid-1.4.36/src/
H A Dccid.c137 (ccid_descriptor->dwFeatures & CCID_CLASS_EXCHANGE_MASK)) in ccid_open_hack_pre()
140 ccid_descriptor->dwFeatures &= ~CCID_CLASS_EXCHANGE_MASK; in ccid_open_hack_pre()
141 ccid_descriptor->dwFeatures |= CCID_CLASS_EXTENDED_APDU; in ccid_open_hack_pre()
272 ccid_descriptor->dwFeatures |= CCID_CLASS_SHORT_APDU; in ccid_open_hack_post()
504 ccid_descriptor->dwFeatures &= ~CCID_CLASS_EXCHANGE_MASK; in ccid_open_hack_post()
505 ccid_descriptor->dwFeatures |= CCID_CLASS_EXTENDED_APDU; in ccid_open_hack_post()
510 ccid_descriptor->dwFeatures &= ~CCID_CLASS_EXCHANGE_MASK; in ccid_open_hack_post()
511 ccid_descriptor->dwFeatures |= CCID_CLASS_SHORT_APDU; in ccid_open_hack_post()
546 ccid_descriptor->dwFeatures |= CCID_CLASS_SHORT_APDU; in ccid_open_hack_post()
548 ccid_descriptor->dwFeatures |= CCID_CLASS_AUTO_IFSD; in ccid_open_hack_post()
[all …]
H A Dcommands.c188 if ((ccid_descriptor->dwFeatures & CCID_CLASS_AUTO_VOLTAGE) in CmdPowerOn()
189 || (ccid_descriptor->dwFeatures & CCID_CLASS_AUTO_ACTIVATION)) in CmdPowerOn()
436 && (CCID_CLASS_TPDU == (ccid_descriptor->dwFeatures & CCID_CLASS_EXCHANGE_MASK))) in SecurePINVerify()
521 && (CCID_CLASS_TPDU == (ccid_descriptor->dwFeatures & CCID_CLASS_EXCHANGE_MASK))) in SecurePINVerify()
807 && (CCID_CLASS_TPDU == (ccid_descriptor->dwFeatures & CCID_CLASS_EXCHANGE_MASK))) in SecurePINModify()
899 && (CCID_CLASS_TPDU == (ccid_descriptor->dwFeatures & CCID_CLASS_EXCHANGE_MASK))) in SecurePINModify()
1294 switch (ccid_descriptor->dwFeatures & CCID_CLASS_EXCHANGE_MASK) in CmdXfrBlock()
2358 …return CCID_CLASS_CHARACTER == (get_ccid_descriptor(reader_index)->dwFeatures & CCID_CLASS_EXCHANG… in isCharLevel()
H A Difdhandler.c793 if (ccid_desc->dwFeatures & CCID_CLASS_AUTO_PPS_PROP) in IFDHSetProtocolParameters()
928 if ((! (ccid_desc->dwFeatures & CCID_CLASS_AUTO_PPS_CUR)) in IFDHSetProtocolParameters()
1098 && (CCID_CLASS_TPDU == (ccid_desc->dwFeatures & CCID_CLASS_EXCHANGE_MASK))) in IFDHSetProtocolParameters()
1111 if (! (ccid_desc->dwFeatures & CCID_CLASS_AUTO_IFSD)) in IFDHSetProtocolParameters()
1788 if ((ccid_descriptor -> dwFeatures & CCID_CLASS_EXTENDED_APDU) in IFDHControl()
1789 || (ccid_descriptor -> dwFeatures & CCID_CLASS_TPDU)) in IFDHControl()
H A Dccid.h46 int dwFeatures; member
/dports/security/openct/openct-0.6.20/src/ifd/
H A Difd-ccid.c159 uint32_t dwFeatures; member
194 ret->dwFeatures = in[43] << 24 | in[42] << 16 | in[41] << 8 | in[40]; in ccid_parse_descriptor()
735 if ((ccid.dwFeatures & 0xFFFF) != 0x0840 in ccid_open_usb()
736 && ~ccid.dwFeatures & (0x10 | 0x20)) { in ccid_open_usb()
745 if (ccid.dwFeatures & 0x10000) { in ccid_open_usb()
747 } else if (ccid.dwFeatures & 0x60000) { in ccid_open_usb()
750 if (ccid.dwFeatures & 0x2) in ccid_open_usb()
752 if (ccid.dwFeatures & 0x4) in ccid_open_usb()
754 if (ccid.dwFeatures & 0x8) in ccid_open_usb()
756 if (ccid.dwFeatures & 0x40) in ccid_open_usb()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/usb/
H A Dccid.h30 __le32 dwFeatures; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/usb/
H A Dccid.h30 __le32 dwFeatures; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/usb/
H A Dccid.h30 __le32 dwFeatures; member
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc664 const DWRITE_TYPOGRAPHIC_FEATURES* dwFeatures; in _hb_directwrite_shape_full() local
665 dwFeatures = (const DWRITE_TYPOGRAPHIC_FEATURES*) &typographic_features; in _hb_directwrite_shape_full()
680 nullptr, &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
722 &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-directwrite.cc655 const DWRITE_TYPOGRAPHIC_FEATURES* dwFeatures; in _hb_directwrite_shape_full() local
656 dwFeatures = (const DWRITE_TYPOGRAPHIC_FEATURES*) &typographic_features; in _hb_directwrite_shape_full()
671 nullptr, &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
713 &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc664 const DWRITE_TYPOGRAPHIC_FEATURES* dwFeatures; in _hb_directwrite_shape_full() local
665 dwFeatures = (const DWRITE_TYPOGRAPHIC_FEATURES*) &typographic_features; in _hb_directwrite_shape_full()
680 nullptr, &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
722 &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-directwrite.cc655 const DWRITE_TYPOGRAPHIC_FEATURES* dwFeatures; in _hb_directwrite_shape_full() local
656 dwFeatures = (const DWRITE_TYPOGRAPHIC_FEATURES*) &typographic_features; in _hb_directwrite_shape_full()
671 nullptr, &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
713 &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-directwrite.cc655 const DWRITE_TYPOGRAPHIC_FEATURES* dwFeatures; in _hb_directwrite_shape_full() local
656 dwFeatures = (const DWRITE_TYPOGRAPHIC_FEATURES*) &typographic_features; in _hb_directwrite_shape_full()
671 nullptr, &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
713 &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-directwrite.cc655 const DWRITE_TYPOGRAPHIC_FEATURES* dwFeatures; in _hb_directwrite_shape_full() local
656 dwFeatures = (const DWRITE_TYPOGRAPHIC_FEATURES*) &typographic_features; in _hb_directwrite_shape_full()
671 nullptr, &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
713 &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc655 const DWRITE_TYPOGRAPHIC_FEATURES* dwFeatures; in _hb_directwrite_shape_full() local
656 dwFeatures = (const DWRITE_TYPOGRAPHIC_FEATURES*) &typographic_features; in _hb_directwrite_shape_full()
671 nullptr, &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
713 &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
/dports/comms/hamlib/hamlib-4.3.1/rigs/winradio/linradio/
H A Dwrapi.h106 DWORD dwFeatures; /* bit flags for extra features (RIF_XXX) */ member
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-directwrite.cc662 const DWRITE_TYPOGRAPHIC_FEATURES* dwFeatures = in _hb_directwrite_shape_full() local
675 isRightToLeft, &runHead->mScript, localeName, NULL, &dwFeatures, in _hb_directwrite_shape_full()
723 &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc660 const DWRITE_TYPOGRAPHIC_FEATURES* dwFeatures = in _hb_directwrite_shape_full() local
673 isRightToLeft, &runHead->mScript, localeName, nullptr, &dwFeatures, in _hb_directwrite_shape_full()
721 &dwFeatures, featureRangeLengths, 1, in _hb_directwrite_shape_full()
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-directwrite.cc785 const auto **dwFeatures = (const DWRITE_TYPOGRAPHIC_FEATURES**) range_features.arrayZ; in _hb_directwrite_shape() local
802 nullptr, dwFeatures, featureRangeLengths, featureRanges, in _hb_directwrite_shape()
844 dwFeatures, featureRangeLengths, featureRanges, in _hb_directwrite_shape()
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dccid-types.h120 uint32_t dwFeatures; member

12