Searched refs:signature (Results 226 - 250 of 381) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/x68k/stand/xxboot/
H A Dboot.S79 | a signature in binary dump.
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_exec_elf32.c76 if (((error = ELFNAME2(linux,signature)(l, epp, eh, itp)) != 0) &&
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_crat.c965 memcpy(&crat_table->signature, CRAT_SIGNATURE,
966 sizeof(crat_table->signature));
1178 memcpy(&crat_table->signature, CRAT_SIGNATURE,
1179 sizeof(crat_table->signature));
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_cl.c143 return bs->signature;
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dpk_disklabel.c74 uint8_t signature[2]; /* 0x55 and 0xaa */
179 /* must have LE 0xAA55 signature at offset 510 */
230 /* must have LE 0xAA55 signature at offset 510 */
285 /* signature - BEx4552 at offset 0 */
/netbsd-current/external/bsd/tcpdump/bin/
H A DMakefile20 signature.c l2vpn.c nlpid.c ntp.c ipproto.c af.c in_cksum.c \
225 COPTS.signature.c+= -Wno-error=deprecated-declarations
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dlayout.h202 // .gnu.linkonce section that will be kept for a given signature.
235 // We need to support copies for the signature map in the Layout
642 const char* signature,
835 // *KEPT_SECTION is set to point to the signature and the function
1076 // The signature.
1077 const char* signature; member in struct:gold::Layout::Group_signature
1080 : section(NULL), signature(NULL)
1084 : section(sectiona), signature(signaturea)
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dlayout.h202 // .gnu.linkonce section that will be kept for a given signature.
235 // We need to support copies for the signature map in the Layout
642 const char* signature,
835 // *KEPT_SECTION is set to point to the signature and the function
1077 // The signature.
1078 const char* signature; member in struct:gold::Layout::Group_signature
1081 : section(NULL), signature(NULL)
1085 : section(sectiona), signature(signaturea)
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dpk_disklabel.c74 uint8_t signature[2]; /* 0x55 and 0xaa */
179 /* must have LE 0xAA55 signature at offset 510 */
230 /* must have LE 0xAA55 signature at offset 510 */
285 /* signature - BEx4552 at offset 0 */
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_lha.c482 const char *signature; local
504 signature = __archive_read_ahead(a, sizeof(signature[0]), NULL);
505 if (signature == NULL || signature[0] == 0)
510 signature = (const char *)p;
512 signature[0] == 'M' && signature[1] == 'Z') {
520 signature = (const char *)p;
522 /* signature[
[all...]
H A Darchive_read_support_format_rar5.c1112 char signature[sizeof(rar5_signature_xor)]; local
1114 rar5_signature(signature);
1119 if(!memcmp(signature, p, sizeof(rar5_signature_xor)))
1134 char signature[sizeof(rar5_signature_xor)]; local
1139 rar5_signature(signature);
1152 if (memcmp(p, signature, sizeof(signature)) == 0)
2365 char signature[sizeof(rar5_signature_xor)]; local
2371 rar5_signature(signature);
2392 if (memcmp(p, signature, sizeo
3235 char signature[sizeof(rar5_signature_xor)]; local
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
H A Dpkcs11.h1162 unsigned long data_len, unsigned char *signature,
1168 (ck_session_handle_t session, unsigned char *signature,
1175 unsigned long data_len, unsigned char *signature,
1183 unsigned long data_len, unsigned char *signature,
1189 (ck_session_handle_t session, unsigned char *signature,
1195 (ck_session_handle_t session, unsigned char *signature,
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dcvsbug.in132 elif [ -f $HOME/.signature ]; then
133 ORGANIZATION="`cat $HOME/.signature`"
/netbsd-current/sys/arch/i386/pci/
H A Dpci_intr_fixup.c795 if (pcibios_pir_header.signature != 0 &&
875 if (pcibios_pir_header.signature != 0 && icuid != 0)
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_vbt_defs.h46 * @signature: VBT signature, always starts with "$VBT"
56 u8 signature[20]; member in struct:vbt_header
68 * @signature: BDB signature "BIOS_DATA_BLOCK"
74 u8 signature[16]; member in struct:bdb_header
/netbsd-current/sys/dev/ic/
H A Daic7xxx_seeprom.c165 * the 'ADPT' signature is found in SCB2.
338 if (sc->signature == CFSIGNATURE
339 || sc->signature == CFSIGNATURE2) {
H A Dbhareg.h431 u_int8_t signature; member in struct:bha_setup_reply_wide
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcmp_vfy_test.c13 #include "../crypto/crmf/crmf_local.h" /* for manipulating POPO signature */
107 if (req == NULL || !flip_bit(req->popo->value.signature->signature))
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Devp.h1841 void EVP_SIGNATURE_free(EVP_SIGNATURE *signature);
1842 int EVP_SIGNATURE_up_ref(EVP_SIGNATURE *signature);
1843 OSSL_PROVIDER *EVP_SIGNATURE_get0_provider(const EVP_SIGNATURE *signature);
1846 int EVP_SIGNATURE_is_a(const EVP_SIGNATURE *signature, const char *name);
1847 const char *EVP_SIGNATURE_get0_name(const EVP_SIGNATURE *signature);
1848 const char *EVP_SIGNATURE_get0_description(const EVP_SIGNATURE *signature);
1850 void (*fn)(EVP_SIGNATURE *signature,
1853 int EVP_SIGNATURE_names_do_all(const EVP_SIGNATURE *signature,
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh_api.c579 struct sshkey *pubkey, u_char **signature, size_t *slen,
582 return sshkey_sign(privkey, signature, slen, data, dlen,
578 _ssh_host_key_sign(struct ssh *ssh, struct sshkey *privkey, struct sshkey *pubkey, u_char **signature, size_t *slen, const u_char *data, size_t dlen, const char *alg) argument
/netbsd-current/sys/dev/ata/
H A Data_raidreg.h263 uint8_t signature[2]; member in struct:jmicron_raid_conf
/netbsd-current/sys/dev/usb/
H A Dif_upgtvar.h126 uint8_t signature[4]; member in struct:upgt_fw_x2_header
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_local.h87 ASN1_OCTET_STRING *signature; member in struct:CMS_SignerInfo_st
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
H A Docsp_cl.c167 return bs->signature;
/netbsd-current/external/bsd/tcpdump/dist/
H A DMakefile.in253 signature.c \
315 signature.h \

Completed in 644 milliseconds

1234567891011>>