Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/
H A Duse-emacs-native-tools-for-cross-compiling.patch5 make-fingerprint and make-docfile and bootstrap-emacs,
30 -dmpstruct.h: $(libsrc)/make-fingerprint$(EXEEXT) $(dmpstruct_headers)
53 $(libsrc)/make-docfile$(EXEEXT) $(libsrc)/make-fingerprint$(EXEEXT): \
67 -MAKE_PDUMPER_FINGERPRINT = $(libsrc)/make-fingerprint$(EXEEXT)
68 +MAKE_PDUMPER_FINGERPRINT = make-fingerprint
/openbmc/qemu/block/
H A Dssh.c290 char *fingerprint = NULL; in check_host_key_knownhosts() local
310 fingerprint = ssh_get_fingerprint_hash(SSH_PUBLICKEY_HASH_SHA256, in check_host_key_knownhosts()
315 if (fingerprint) { in check_host_key_knownhosts()
319 ssh_key_type_to_char(pubkey_type), fingerprint); in check_host_key_knownhosts()
320 ssh_string_free_char(fingerprint); in check_host_key_knownhosts()
373 static int compare_fingerprint(const unsigned char *fingerprint, size_t len, in compare_fingerprint() argument
386 if (c - *fingerprint != 0) in compare_fingerprint()
387 return c - *fingerprint; in compare_fingerprint()
388 fingerprint++; in compare_fingerprint()
400 ret[i * 2] = hex[((fingerprint[i] >> 4) & 0xf)]; in format_fingerprint()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D207.out45 Job failed: remote host key fingerprint 'md5:HASH' does not match host_key_check 'md5:wrong'
62 Job failed: remote host key fingerprint 'sha1:HASH' does not match host_key_check 'sha1:wrong'
79 Job failed: remote host key fingerprint 'sha256:HASH' does not match host_key_check 'sha256:wrong'
/openbmc/u-boot/tools/
H A Dmxsboot.c59 uint32_t fingerprint; member
104 uint32_t fingerprint; member
253 fcb->fingerprint = 0x20424346; in mx28_nand_get_fcb()
325 dbbt->fingerprint = 0x54424244; in mx28_nand_get_dbbt()
/openbmc/linux/Documentation/crypto/
H A Dasymmetric-keys.rst61 function will examine a key's fingerprint to see if the hex digits given
66 will match a key with fingerprint::
77 Looking in /proc/keys, the last 8 hex digits of the key fingerprint are
209 asymmetric key will look after freeing the fingerprint and releasing the
316 The key's fingerprint string may be partially matched upon. For a
318 hex version of the key's fingerprint.
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0005-pip-requirements-Don-t-install-requirements-with-pip.patch43 #Store a fingerprint of setup
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h341 uint32_t fingerprint; member
574 QPCIDevice *get_ahci_device(QTestState *qts, uint32_t *fingerprint);
H A Dahci.c126 QPCIDevice *get_ahci_device(QTestState *qts, uint32_t *fingerprint) in get_ahci_device() argument
148 if (fingerprint) { in get_ahci_device()
149 *fingerprint = ahci_fingerprint; in get_ahci_device()
194 switch (ahci->fingerprint) { in ahci_pci_enable()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm632-fairphone-fp3.dts226 * 135-138: fingerprint reader (SPI)
H A Dsc7280-herobrine.dtsi146 * The userspace script for updating the fingerprint firmware
261 * The userspace script for updating the fingerprint firmware
H A Dmsm8994-sony-xperia-kitakami.dtsi97 /* FPC fingerprint reader */
H A Dsc7180-acer-aspire1.dts670 * fingerprint sensor connected to this range. Not connected
/openbmc/linux/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c2029 static const char *fingerprint = "STMP"; variable
2063 strlen(fingerprint)); in mx23_check_transcription_stamp()
2068 if (!memcmp(buffer, fingerprint, strlen(fingerprint))) { in mx23_check_transcription_stamp()
2130 memcpy(buffer + 12, fingerprint, strlen(fingerprint)); in mx23_write_transcription_stamp()
/openbmc/linux/drivers/usb/misc/
H A DKconfig130 Say Y here if you want to use the fingerprint sensor on
136 which can be used by, e.g.,"cat /dev/idmouse0 > fingerprint.pnm".
/openbmc/qemu/tests/qtest/
H A Dahci-test.c89 g_assert_cmphex(ahci_fingerprint, ==, ahci->fingerprint); in verify_state()
164 s->dev = get_ahci_device(s->parent->qts, &s->fingerprint); in ahci_vboot()
336 switch (ahci->fingerprint) { in ahci_test_pci_spec()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/
H A Demacs_29.1.bb43 oe_runmake make-fingerprint
51 install -m 755 ${B}/lib-src/make-fingerprint ${D}/${bindir}/
/openbmc/qemu/docs/system/
H A Dqemu-block-drivers.rst.inc786 matches a specific fingerprint. The fingerprint can be provided in
789 considered insecure by modern standards. The fingerprint value
810 different key ciphers. Care is needed to pick the key fingerprint
/openbmc/linux/Documentation/process/
H A Dmaintainer-pgp-guide.rst176 The long line under the ``sec`` entry is your key fingerprint --
322 Certify key fingerprint). This will correspond directly to a file in your
677 should be used (``[fpr]`` is the fingerprint of your key)::
891 to a remote system, its key fingerprint is recorded and remembered. If
/openbmc/linux/Documentation/admin-guide/
H A Ddevices.txt2472 132 = /dev/usb/idmouse ID Mouse (fingerprint scanner) device
2984 0 = /dev/biometric/sensor0/fingerprint first fingerprint sensor on first device
2991 10 = /dev/biometric/sensor1/fingerprint first fingerprint sensor on second device
2993 20 = /dev/biometric/sensor2/fingerprint first fingerprint sensor on third device
/openbmc/linux/Documentation/admin-guide/pm/
H A Dsleep-states.rst265 If it contains "1", the fingerprint of each suspend/resume event point
/openbmc/linux/net/netfilter/
H A DKconfig80 for passive OS fingerprint via NFNETLINK.
651 tristate "Netfilter nf_tables passive OS fingerprint support"
1464 tristate '"osf" Passive OS fingerprint match'
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A Dsuricata.yaml155 #extended: yes # Log extended information like fingerprint
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dusage.rst2068 RSA key fingerprint is 23:bd:c8:b1:a8:71:52:00:ee:00:4f:64:9e:10:b9:7e.
2180 RSA key fingerprint is 23:bd:c8:b1:a8:71:52:00:ee:00:4f:64:9e:10:b9:7e.
/openbmc/linux/
H A DCREDITS5 (W), PGP key ID and fingerprint (P), description (D), and
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst7522 system fingerprint. To prevent userspace from circumventing such restrictions