Searched refs:signature (Results 51 - 75 of 219) sorted by relevance

123456789

/freebsd-11-stable/usr.sbin/cpucontrol/
H A Damd.h46 uint32_t signature; /* Low byte of cpuid(0). */ member in struct:amd_fw_header
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h40 uint32_t signature() const { return Signature; } function in class:llvm::pdb::ModuleDebugStreamRef
/freebsd-11-stable/crypto/openssh/
H A Dssh-pkcs11-helper.c170 u_char *blob, *data, *signature = NULL; local
186 signature = xmalloc(slen);
187 if ((ret = RSA_private_encrypt(dlen, data, signature,
199 buffer_put_string(&msg, signature, slen);
205 free(signature);
H A Dssh-keysign.c178 u_char *signature, *data, rver; local
295 if ((r = sshkey_sign(keys[i], &signature, &slen, data, dlen, NULL, 0))
302 if ((r = sshbuf_put_string(b, signature, slen)) != 0)
H A Dsshkey.h204 const u_char *signature, size_t signaturelen,
209 const u_char *signature, size_t signaturelen,
214 const u_char *signature, size_t signaturelen,
/freebsd-11-stable/include/rpcsvc/
H A Dnislib.h50 struct signature { struct
180 extern struct signature *__nis_calculate_encrypted_cksum(unsigned char *, unsigned int, char *, int);
/freebsd-11-stable/sys/x86/include/
H A Dmptable.h46 uint8_t signature[4]; member in struct:MPFPS
63 uint8_t signature[4]; member in struct:MPCTH
/freebsd-11-stable/tools/tools/ncpus/
H A Dbiosmptable.c202 /* compare signature, validate checksum */
203 if (!strncmp(mpfps->signature, MPFPS_SIG, strlen(MPFPS_SIG))) {
244 /* Compare signature and validate checksum. */
245 if (strncmp(mpcth->signature, MPCTH_SIG, strlen(MPCTH_SIG)) != 0) {
246 warnx("bad mpcth signature");
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_append_filter.c157 const char *cmd, const void *signature, size_t signature_len)
164 if (archive_read_support_filter_program_signature(_a, cmd, signature,
156 archive_read_append_filter_program_signature(struct archive *_a, const char *cmd, const void *signature, size_t signature_len) argument
/freebsd-11-stable/usr.bin/mkimg/
H A Dvhdx.c78 uint64_t signature; member in struct:vhdx_filetype_identifier
84 uint32_t signature; member in struct:vhdx_header
99 uint32_t signature; member in struct:vhdx_region_table_header
114 uint64_t signature; member in struct:vhdx_metadata_table_header
245 le32enc(&header.signature, VHDX_HEADER_SIGNATURE);
280 le32enc(&header.signature, VHDX_REGION_TABLE_HEADER_SIGNATURE);
336 le64enc(&header.signature, VHDX_METADATA_TABLE_HEADER_SIGNATURE);
491 le64enc(&identifier.signature, VHDX_FILETYPE_ID_SIGNATURE);
/freebsd-11-stable/sys/dev/ata/
H A Data-sata.c340 u_int32_t signature; local
352 signature = ch->hw.softreset(dev, port);
355 device_printf(dev, "p%d: SIGNATURE=%08x\n", port, signature);
358 switch (signature >> 16) {
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dt_crl.c129 X509_signature_print(out, x->sig_alg, x->signature);
H A Dx_x509.c69 ASN1_SIMPLE(X509_CINF, signature, X509_ALGOR),
140 ASN1_SIMPLE(X509, signature, ASN1_BIT_STRING)
281 *psig = x->signature;
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_asn.c65 ASN1_SIMPLE(OCSP_SIGNATURE, signature, ASN1_BIT_STRING),
164 ASN1_SIMPLE(OCSP_BASICRESP, signature, ASN1_BIT_STRING),
H A Docsp.h138 * signature BIT STRING,
143 ASN1_BIT_STRING *signature; member in struct:ocsp_signature_st
274 * signature BIT STRING,
278 * Note 1: The value for "signature" is specified in the OCSP rfc2560 as
279 * follows: "The value for the signature SHALL be computed on the hash of
286 * signature-specification algorithm, and try to do something intelligent.
300 ASN1_BIT_STRING *signature; member in struct:ocsp_basic_response_st
375 o->optionalSignature->signature,o->tbsRequest,pkey,md)
379 o->signature,o->tbsResponseData,pkey,md)
383 a->optionalSignature->signature,
[all...]
/freebsd-11-stable/sys/amd64/include/pc/
H A Dbios.h114 struct bios_oem_signature signature[]; member in struct:bios_oem
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-arcfour.c68 const char signature[] = "signaturekey"; local
84 ret = _krb5_internal_hmac(context, c, signature, sizeof(signature),
/freebsd-11-stable/stand/libsa/
H A Dcd9660read.c52 u_char signature [ISODCL ( 5, 6)]; member in struct:__anon4058
155 if (sp->signature[0] != 0xbe || sp->signature[1] != 0xef) {
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c118 flash_hdr->signature = CUDBG_FL_SIGNATURE;
367 if (flash_hdr.signature == CUDBG_FL_SIGNATURE) {
375 if (flash_hdr.signature == CUDBG_FL_SIGNATURE)
397 if (flash_hdr.signature == CUDBG_FL_SIGNATURE &&
435 if (flash_hdr.signature ==
/freebsd-11-stable/usr.sbin/ppp/
H A Dlqr.c70 u_int32_t signature; member in struct:echolqr
83 echo.signature = htonl(SIGNATURE);
100 lqr.signature = ntohl(lqr.signature);
113 if (lqr.signature == SIGNATURE
114 || lqr.signature == lcp->want_magic) { /* some implementations return the wrong magic */
122 (u_long)lqr.signature, (u_long)SIGNATURE);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_mcmember_record.c563 * 2. It contains the SA-specific signature of 0xA01B and has the link-local
565 * only source for this signature with link-local scope)
570 uint16_t signature; local
585 /* the MGID signature can mark IPoIB or SA assigned MGIDs */
586 memcpy(&signature, &(p_mcm_rec->mgid.multicast.raw_group_id),
587 sizeof(signature));
588 signature = cl_ntoh16(signature);
589 OSM_LOG(sa->p_log, OSM_LOG_DEBUG, "MGID Signed as 0x%04X\n", signature);
595 * For IPv4 over IB, the signature wil
827 uint16_t signature; local
[all...]
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dx509v3.c1457 /* signature AlgorithmIdentifier */
1458 if (x509_parse_algorithm_identifier(pos, end - pos, &cert->signature,
1729 * It is an error if the length in bits of the signature S is
1744 wpa_hexdump(MSG_MSGDUMP, "X509: signature",
1752 * x509_certificate_check_signature - Verify certificate signature
1755 * Returns: 0 if cert has a valid signature that was signed by the issuer,
1761 return x509_check_signature(issuer, &cert->signature,
1768 struct x509_algorithm_identifier *signature,
1783 if (!x509_pkcs_oid(&signature->oid) ||
1784 signature
1767 x509_check_signature(struct x509_certificate *issuer, struct x509_algorithm_identifier *signature, const u8 *sign_value, size_t sign_value_len, const u8 *signed_data, size_t signed_data_len) argument
[all...]
/freebsd-11-stable/usr.sbin/uefisign/
H A Duefisign.c144 * We need to replace a standard chunk of PKCS7 signature with one mandated
149 * does not panic - and _then_ we replace it in the signature. This technique
250 void *digest, *signature; local
312 signature_len = BIO_get_mem_data(out, &signature);
321 send_chunk(signature, signature_len, pipefd);
/freebsd-11-stable/sys/dev/powermac_nvram/
H A Dpowermac_nvram.c230 header->chrp_header.signature = CORE99_SIGNATURE;
235 header->chrp_header.chrp_checksum = chrp_checksum(header->chrp_header.signature,
306 if (header->chrp_header.signature != CORE99_SIGNATURE)
309 chrp_checksum(header->chrp_header.signature,
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscu_bios_definitions.h128 U8 signature[8]; member in struct:SCI_BIOS_OEM_PARAM_BLOCK_HDR

Completed in 233 milliseconds

123456789