/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_string_conversion.c | 311 char nfc[80], nfd[80]; in test_archive_string_normalization_nfc() local 329 strncpy(nfc, buff, sizeof(nfc)-1); in test_archive_string_normalization_nfc() 330 nfc[sizeof(nfc)-1] = '\0'; in test_archive_string_normalization_nfc() 344 nfc, 0); in test_archive_string_normalization_nfc() 359 nfd, nfc, line); in test_archive_string_normalization_nfc() 368 nfc, line); in test_archive_string_normalization_nfc() 377 nfc, line); in test_archive_string_normalization_nfc() 386 nfd, nfc, line); in test_archive_string_normalization_nfc() 395 nfd, nfc, line); in test_archive_string_normalization_nfc() 415 "to WCS NFC(%s):%d", nfd, nfc, line); in test_archive_string_normalization_nfc() [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 16 import nfc 17 import nfc.ndef 18 import nfc.llcp 19 import nfc.handover 154 message = nfc.ndef.HandoverRequestMessage(version="1.2") 164 datamsg = nfc.ndef.Message(data) 178 datamsg = nfc.ndef.Message(data) 188 client = nfc.handover.HandoverClient(llc) 193 except nfc.llcp.ConnectRefused: 226 message = nfc.ndef.HandoverSelectMessage(message) [all …]
|
H A D | wps-nfc.py | 16 import nfc 17 import nfc.ndef 18 import nfc.llcp 19 import nfc.handover 138 class HandoverServer(nfc.handover.HandoverServer): 149 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12") 154 request = nfc.ndef.HandoverRequestMessage(request) 155 except nfc.ndef.DecodeError as e: 170 sel = nfc.ndef.HandoverSelectMessage(version="1.2") 188 message = nfc.ndef.Message(data); [all …]
|
H A D | dpp-nfc.py | 19 import nfc 282 class HandoverClient(nfc.handover.HandoverClient): 374 except nfc.llcp.ConnectRefused: 526 class HandoverServer(nfc.handover.HandoverServer): 538 send_miu = socket.getsockopt(nfc.llcp.SO_SNDMIU) 570 except nfc.llcp.Error as e: 999 clf = nfc.ContactlessFrontend() 1116 clf = nfc.ContactlessFrontend()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | wps-ap-nfc.py | 14 import nfc 15 import nfc.ndef 16 import nfc.llcp 17 import nfc.handover 110 class HandoverServer(nfc.handover.HandoverServer): 120 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12") 125 request = nfc.ndef.HandoverRequestMessage(request) 126 except nfc.ndef.DecodeError as e: 141 sel = nfc.ndef.HandoverSelectMessage(version="1.2") 158 message = nfc.ndef.Message(data); [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/nfc/ |
H A D | nfcmrvl.txt | 5 - "marvell,nfc-uart" or "mrvl,nfc-uart" for UART devices 6 - "marvell,nfc-i2c" for I2C devices 7 - "marvell,nfc-spi" for SPI devices 30 compatible = "marvell,nfc-uart"; 46 compatible = "marvell,nfc-i2c"; 68 compatible = "marvell,nfc-spi";
|
H A D | st21nfca.txt | 12 - ese-present: Specifies that an ese is physically connected to the nfc 15 connected to the nfc controller.
|
H A D | st-nci-spi.txt | 12 - ese-present: Specifies that an ese is physically connected to the nfc 15 connected to the nfc controller.
|
H A D | st-nci-i2c.txt | 13 - ese-present: Specifies that an ese is physically connected to the nfc 16 connected to the nfc controller.
|
H A D | pn532.txt | 25 pn532: nfc@24 { 43 pn532: nfc {
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | vf610-nfc.txt | 7 - compatible: Should be set to "fsl,vf610-nfc". 27 - compatible: Should be set to "fsl,vf610-nfc-cs". 39 nfc: nand@400e0000 { 40 compatible = "fsl,vf610-nfc"; 46 clock-names = "nfc"; 51 compatible = "fsl,vf610-nfc-nandcs";
|
H A D | atmel-nand.txt | 21 - atmel,nfc-io: phandle to the NFC IO block. Only required for sama5d3 23 - atmel,nfc-sram: phandle to the NFC SRAM block. Only required for sama5d3 65 nfc_io: nfc-io@70000000 { 66 compatible = "atmel,sama5d3-nfc-io", "syscon"; 91 atmel,nfc-sram = <&nfc_sram>; 92 atmel,nfc-io = <&nfc_io>; 153 - compatible : "atmel,sama5d3-nfc". 216 nfc@70000000 { 217 compatible = "atmel,sama5d3-nfc";
|
H A D | hisi504-nand.txt | 5 - compatible: Should be "hisilicon,504-nfc". 9 - interrupts: Interrupt number for nfc. 30 compatible = "hisilicon,504-nfc";
|
H A D | amlogic,meson-nand.txt | 8 - "amlogic,meson-gxl-nfc" 9 - "amlogic,meson-axg-nfc" 37 compatible = "amlogic,meson-axg-nfc";
|
H A D | mtk-nand.txt | 16 "mediatek,mt2701-nfc", 17 "mediatek,mt2712-nfc", 18 "mediatek,mt7622-nfc". 30 compatible = "mediatek,mt2701-nfc";
|
H A D | cadence-nand-controller.txt | 4 - compatible : "cdns,hp-nfc" 36 compatible = "cdns,hp-nfc";
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_string_composition.h | 45 uint32_t nfc; 1350 uint32_t nfc; 47 uint32_t nfc; global() member 1352 uint32_t nfc; global() member
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8916-samsung-fortuna-common.dtsi | 88 i2c_nfc: i2c-nfc { 99 s3fwrn5_nfc: nfc@27 { 425 nfc_default: nfc-default-state { 433 nfc-pins { 441 nfc_i2c_default: nfc-i2c-default-state { 478 nfc_clk_req: nfc-clk-req-state {
|
H A D | msm8916-samsung-serranove.dts | 185 i2c-nfc { 196 nfc@2b { 444 nfc_default: nfc-default-state { 445 nfc-pins { 461 nfc_i2c_default: nfc-i2c-default-state {
|
H A D | msm8916-samsung-a2015-common.dtsi | 175 i2c-nfc { 186 nfc@27 { 497 nfc_default: nfc-default-state { 498 nfc-pins { 515 nfc_i2c_default: nfc-i2c-default-state { 571 nfc_clk_req: nfc-clk-req-state {
|
H A D | msm8916-samsung-gprimeltecan.dts | 42 nfc@27 { 59 /* nfc@27 is on &blsp_i2c6 */
|
H A D | msm8939-samsung-a7.dts | 108 i2c-nfc { 119 nfc@2b { 537 nfc_default: nfc-default-state { 545 nfc-pins { 553 nfc_i2c_default: nfc-i2c-default-state {
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | mutator_aux.c | 282 open_dev(int nfc) in open_dev() argument 294 if (nfc) { in open_dev() 309 if (nfc) { in open_dev()
|
H A D | functions.txt | 749 File '/libfido2/src/nfc.c': 757 nfc.c:nfc_do_tx 20 0 100.00% 25 0 100.00% 758 nfc.c:tx_short_apdu 14 0 100.00% 32 0 100.00% 759 nfc.c:rx_init 25 0 100.00% 27 0 100.00% 760 nfc.c:rx_cbor 4 0 100.00% 6 0 100.00% 761 nfc.c:rx_msg 18 2 88.89% 23 6 73.91% 762 nfc.c:rx_apdu 14 1 92.86% 22 3 86.36% 763 nfc.c:tx_get_response 4 0 100.00% 11 0 100.00%
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_wsc.c | 150 int nfc = 0; in eap_wsc_init() local 203 nfc = 1; in eap_wsc_init() 215 nfc = 1; in eap_wsc_init() 220 if (cfg.pin == NULL && !cfg.pbc && !nfc) { in eap_wsc_init()
|