Searched refs:signature (Results 1 - 25 of 219) sorted by last modified time

123456789

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5329 p = (uint8_t *)(uintptr_t) &v_sig8.signature[0];
5331 printf("signature: 0x%jx", (uintmax_t) v_sig);
5474 p = (uint8_t *)(uintptr_t) &sig8.signature[0];
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c1089 char signature[sizeof(rar5_signature_xor)]; local
1091 rar5_signature(signature);
1096 if(!memcmp(signature, p, sizeof(rar5_signature_xor)))
3092 /* Binary search for the RARv5 signature. */
3097 char signature[sizeof(rar5_signature_xor)]; local
3111 rar5_signature(signature);
3119 if(memcmp(&p[i], signature,
3122 * search for the signature, as well as the
3123 * number of bytes used by the signature
3384 * find its signature, ski
[all...]
H A Darchive_read_support_format_mtree.c671 const char *signature = "#mtree"; local
677 p = __archive_read_ahead(a, strlen(signature), NULL);
681 if (memcmp(p, signature, strlen(signature)) == 0)
682 return (8 * (int)strlen(signature));
685 * There is not a mtree signature. Let's try to detect mtree format.
H A Darchive_read_support_filter_program.c72 const char *cmd, const void *signature, size_t signature_len)
75 cmd, signature, signature_len);
86 * The bidder object stores the command and the signature to watch for.
93 void *signature; member in struct:program_bidder
128 struct program_bidder *state, const void *signature, size_t signature_len)
131 if (signature != NULL && signature_len > 0) {
133 state->signature = malloc(signature_len);
134 memcpy(state->signature, signature, signature_len);
150 const char *cmd, const void *signature, size_
71 archive_read_support_compression_program_signature(struct archive *a, const char *cmd, const void *signature, size_t signature_len) argument
127 set_bidder_signature(struct archive_read_filter_bidder *bidder, struct program_bidder *state, const void *signature, size_t signature_len) argument
149 archive_read_support_filter_program_signature(struct archive *_a, const char *cmd, const void *signature, size_t signature_len) argument
[all...]
/freebsd-11-stable/usr.sbin/cpucontrol/
H A Dintel.c91 uint32_t sig, signature, flags; local
129 signature = idargs.data[0];
149 (signature >> 12) & 0x03, (signature >> 8) & 0x0f,
150 (signature >> 4) & 0x0f, (signature >> 0) & 0x0f);
214 * Check if there is an extended signature table.
230 WARNX(2, "%s: broken extended signature table", path);
235 * Check the extended table signature.
242 "%s: extended signature tabl
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_secalgo.c54 #error "Need crypto library to do digital signature cryptography"
304 * @param sig: input is signature output alloced ptr (unless failure).
353 * Setup the ECDSA signature in its encoding that the library wants.
355 * @param sig: input is signature, output alloced ptr (unless failure).
631 * Check a canonical sig+rrset and signature against a dnskey
635 * @param sigblock: signature rdata field from RRSIG
669 /* if it is a DSA signature in bind format, convert to DER format */
689 *reason = "use of signature for ECDSA crypto failed";
697 /* do the signature cryptography work */
773 verbose(VERB_QUERY, "verify: signature mismatc
1564 struct dsa_signature signature; local
1651 mpz_t signature; local
1730 struct dsa_signature signature; local
[all...]
/freebsd-11-stable/sys/dev/mlx5/
H A Dqp.h194 u8 signature; member in struct:mlx5_wqe_ctrl_seg
349 u8 signature; member in struct:mlx5_rwqe_sig
355 u8 signature; member in struct:mlx5_wqe_signature_seg
H A Dmlx5_ifc.h9647 u8 signature[0x8]; member in struct:mlx5_ifc_eqe_bits
9679 u8 signature[0x8]; member in struct:mlx5_ifc_cmd_queue_entry_bits
9719 u8 signature[0x8]; member in struct:mlx5_ifc_cmd_if_box_bits
H A Ddevice.h608 u8 signature; member in struct:mlx5_eqe
640 u8 signature; member in struct:mlx5_err_cqe
668 u8 signature; member in struct:mlx5_cqe64
765 u8 signature; member in struct:mlx5_sig_err_cqe
772 u8 signature; member in struct:mlx5_wqe_srq_next_seg
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3462 * Source domain doesn't contain signature information
3479 * Source domain contains signature information
3644 pr_err("Bad signature type given.\n");
3795 ctrl->signature = wq_sig(ctrl);
4137 sig->signature = calc_sig(sig, size);
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.h266 /* signature of set and get firmware config */
981 ** byte 0 : 0xaa <-- signature
982 ** byte 1 : 0x55 <-- signature
1026 ** byte 0 : 0xaa <-- signature
1027 ** byte 1 : 0x55 <-- signature
1170 u_int32_t signature; /*0,00-03*/ member in struct:FIRMWARE_INFO
/freebsd-11-stable/sys/x86/x86/
H A Dmptable.c218 * look for the MP spec signature
311 if (mpct->signature[0] != 'P' || mpct->signature[1] != 'C' ||
312 mpct->signature[2] != 'M' || mpct->signature[3] != 'P') {
313 printf("%s: MP Config Table has bad signature: %c%c%c%c\n",
314 __func__, mpct->signature[0], mpct->signature[1],
315 mpct->signature[2], mpct->signature[
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1157 int signature; // CPUID(1).EAX member in struct:kmp_cpuinfo
/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c3825 struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t **signature)
3906 *signature = foo;
5523 uint8_t *signature = NULL; local
6107 m_cookie = sctp_add_cookie(init_pkt, offset, m, 0, &stc, &signature);
6132 * Time to sign the cookie, we don't sign over the cookie signature
6138 (uint8_t *)signature, SCTP_SIGNATURE_SIZE);
3824 sctp_add_cookie(struct mbuf *init, int init_offset, struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t **signature) 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/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc784 // binaries whose code signature is invalid without crashing by using
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp275 RAW_METHOD_DUMP(OS, signature);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc9 * This is the master file that defines all the data structure, signature,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1405 CVType signature = m_index->tpi().getType(proc.FunctionType); local
1407 cantFail(TypeDeserializer::deserializeAs<ProcedureRecord>(signature, sig));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h243 DWARFFormValue signature; member in struct:ParsedDWARFTypeAttributes
H A DDWARFASTParserClang.cpp346 signature = form_value;
425 if (DWARFDIE signature_die = attrs.signature.Reference()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h177 Status GenerateFunction(const char *signature,
H A DScriptInterpreterPython.cpp1385 Status ScriptInterpreterPythonImpl::GenerateFunction(const char *signature, argument
1394 if (!signature || *signature == 0) {
1401 auto_generated_function.AppendString(signature);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp55 // Read the CV record signature
56 const llvm::support::ulittle32_t *signature = nullptr; local
57 Status error = consumeObject(cv_record, signature);
62 static_cast<CvSignature>(static_cast<uint32_t>(*signature));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h462 /// signature as the replayed function.
483 SignatureStr signature);

Completed in 498 milliseconds

123456789