Searched refs:signature (Results 26 - 50 of 170) sorted by relevance

1234567

/freebsd-10.2-release/crypto/openssh/
H A Dkexgexs.c59 u_char *kbuf, *hash, *signature = NULL, *server_host_key_blob = NULL; local
186 kex->sign(server_host_private, server_host_public, &signature, &slen,
196 packet_put_string(signature, slen);
199 free(signature);
H A Dssh-dss.c111 ssh_dss_verify(const Key *key, const u_char *signature, u_int signaturelen, argument
126 /* fetch signature */
129 memcpy(sigblob, signature, signaturelen);
135 buffer_append(&b, signature, signaturelen);
148 error("%s: remaining bytes in signature %d",
159 /* parse signature */
186 debug("%s: signature %s", __func__,
H A Dssh-pkcs11-client.c108 u_char *blob, *signature = NULL; local
129 signature = buffer_get_string(&msg, &slen);
131 memcpy(to, signature, slen);
134 free(signature);
H A Dssh-pkcs11-helper.c170 u_char *blob, *data, *signature = NULL; local
183 signature = xmalloc(slen);
184 if ((ret = RSA_private_encrypt(dlen, data, signature,
195 buffer_put_string(&msg, signature, slen);
201 free(signature);
H A Dssh-ecdsa.c103 ssh_ecdsa_verify(const Key *key, const u_char *signature, u_int signaturelen, argument
120 /* fetch signature */
122 buffer_append(&b, signature, signaturelen);
135 error("%s: remaining bytes in signature %d", __func__, rlen);
140 /* parse signature */
173 debug("%s: signature %s", __func__,
H A Dssh-ed25519.c63 /* encode signature */
82 ssh_ed25519_verify(const Key *key, const u_char *signature, u_int signaturelen, argument
98 buffer_append(&b, signature, signaturelen);
111 error("%s: remaining bytes in signature %d", __func__, rlen);
145 debug("%s: signature %scorrect", __func__, (ret != 0) ? "in" : "");
/freebsd-10.2-release/crypto/openssl/crypto/asn1/
H A Dx_req.c111 ASN1_SIMPLE(X509_REQ, signature, ASN1_BIT_STRING)
/freebsd-10.2-release/sys/dev/powermac_nvram/
H A Dpowermac_nvramvar.h68 uint8_t signature; member in struct:chrp_header
/freebsd-10.2-release/tools/tools/pirtool/
H A Dpirtable.h64 uint32_t signature; /* $PIR */ member in struct:__anon12109
H A Dpirtool.c104 fprintf(stderr, "PIR table signature not found.\r\n");
149 * for the PCI IRQ routing signature ("$PIR").
216 offsetof(pir_table_t, signature),
217 ((char *)&pir->signature)[0],
218 ((char *)&pir->signature)[1],
219 ((char *)&pir->signature)[2],
220 ((char *)&pir->signature)[3],
/freebsd-10.2-release/contrib/openresolv/
H A Dlibc.in110 signature="# Generated by resolvconf"
176 newconf="$signature$NL"
215 # If the old file does not have our signature, back it up.
216 # If the new file just has our signature, restore the backup.
218 if [ "$newconf" = "$signature$NL" ]; then
224 if [ "$line" != "$signature" ]; then
H A Dpdnsd.in37 signature="# Generated by resolvconf"
141 remove_markers "$signature" "$signature_end" "$pdnsd_conf" > "$cf"
143 echo "$signature" >> "$cf"
/freebsd-10.2-release/contrib/libarchive/libarchive/test/
H A Dtest_read_filter_program_signature.c35 #define signature archive macro
76 signature, signature_len));
89 * Test bad signature.
/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Devthread.c164 unsigned signature; member in struct:debug_lock
188 result->signature = DEBUG_LOCK_SIG;
201 EVUTIL_ASSERT(DEBUG_LOCK_SIG == lock->signature);
208 lock->signature = 0x12300fda;
215 EVUTIL_ASSERT(DEBUG_LOCK_SIG == lock->signature);
248 EVUTIL_ASSERT(DEBUG_LOCK_SIG == lock->signature);
281 EVUTIL_ASSERT(DEBUG_LOCK_SIG == lock->signature);
/freebsd-10.2-release/crypto/openssl/crypto/x509/
H A Dx_all.c75 if (X509_ALGOR_cmp(a->sig_alg, a->cert_info->signature))
78 a->signature, a->cert_info, r));
84 a->sig_alg, a->signature, a->req_info, r));
90 a->sig_algor, a->signature, a->spkac, r));
96 return (ASN1_item_sign(ASN1_ITEM_rptr(X509_CINF), x->cert_info->signature,
97 x->sig_alg, x->signature, x->cert_info, pkey, md));
104 x->cert_info->signature,
105 x->sig_alg, x->signature, x->cert_info, ctx);
111 x->signature, x->req_info, pkey, md));
117 x->sig_alg, NULL, x->signature,
[all...]
/freebsd-10.2-release/tools/tools/ncpus/
H A Dacpi.c148 sdp->signature);
152 if (!memcmp(sdp->signature, "APIC", 4))
223 /* Read in the table signature and check it. */
225 if (memcmp(rsdp.signature, "RSD PTR ", 8))
318 if (memcmp(rsdp->signature, "RSDT", 4) != 0 ||
324 if (memcmp(rsdp->signature, "XSDT", 4) != 0 ||
H A Dacpidump.h35 u_char signature[8]; member in struct:ACPIrsdp
48 u_char signature[4]; member in struct:ACPIsdt
/freebsd-10.2-release/sys/dev/isci/
H A Disci_oem_parameters.c44 uint32_t signature; member in struct:pcir_header
73 uint8_t signature[4]; /* "$OEM" */ member in struct:oem_parameters_table
100 /* Look for the OROM signature at the beginning of every
115 /* OROM signature was found. Now check if the PCI
133 /* $OEM signature string was found. Now copy the OEM parameter block
/freebsd-10.2-release/sys/compat/ndis/
H A Dsubr_pe.c81 uint16_t signature; local
86 signature = *(uint16_t *)imgbase;
87 if (signature != IMAGE_DOS_SIGNATURE)
96 * Verify that this image has a Windows NT PE signature.
103 uint32_t signature; local
109 signature = *(uint16_t *)imgbase;
110 if (signature == IMAGE_DOS_SIGNATURE) {
112 signature = *(uint32_t *)(imgbase + dos_hdr->idh_lfanew);
113 if (signature == IMAGE_NT_SIGNATURE)
/freebsd-10.2-release/sys/dev/qlxgbe/
H A Dql_tmplt.h39 uint16_t signature; member in struct:_q8_tmplt_hdr
/freebsd-10.2-release/sys/i386/include/
H A Dsmapi.h38 u_int8_t signature[4]; /* '$SMB' */ member in struct:smapi_bios_header
/freebsd-10.2-release/sys/amd64/include/pc/
H A Dbios.h111 struct bios_oem_signature signature[]; member in struct:bios_oem
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp353 const CGFunctionInfo &signature = local
357 CGM.getTypes().GetFunctionType(signature)->getPointerTo();
361 if (!signature.isVariadic())
362 return MessageSendInfo(signature, signatureType);
365 FunctionType::ExtInfo einfo = signature.getExtInfo();
368 signature.getRequiredArgs());
379 // Derive the signature to call from that.
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_append_filter.c150 const char *cmd, const void *signature, size_t signature_len)
157 if (archive_read_support_filter_program_signature(_a, cmd, signature,
149 archive_read_append_filter_program_signature(struct archive *_a, const char *cmd, const void *signature, size_t signature_len) argument
/freebsd-10.2-release/sys/x86/include/
H A Dmptable.h43 char signature[4]; member in struct:MPFPS
60 char signature[4]; member in struct:MPCTH

Completed in 284 milliseconds

1234567