Searched refs:signature (Results 276 - 300 of 381) sorted by relevance

<<111213141516

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp267 DMI.Modi->Signature = ModS.signature();
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_discovery.c190 DRM_ERROR("invalid ip discovery binary signature\n");
212 if (le32_to_cpu(ihdr->signature) != DISCOVERY_TABLE_SIGNATURE) {
213 DRM_ERROR("invalid ip discovery data table signature\n");
/netbsd-current/sys/dev/ic/
H A Dcissreg.h75 u_int32_t signature; member in struct:ciss_config
H A Daic79xxvar.h913 uint16_t signature; /* BIOS Signature */ member in struct:seeprom_config
946 uint16_t signature; member in struct:vpd_config
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D20-cert-select.conf28 test-23 = 23-RSA-PSS Certificate, no PSS signature algorithms
810 [23-RSA-PSS Certificate, no PSS signature algorithms]
811 ssl_conf = 23-RSA-PSS Certificate, no PSS signature algorithms-ssl
813 [23-RSA-PSS Certificate, no PSS signature algorithms-ssl]
814 server = 23-RSA-PSS Certificate, no PSS signature algorithms-server
815 client = 23-RSA-PSS Certificate, no PSS signature algorithms-client
817 [23-RSA-PSS Certificate, no PSS signature algorithms-server]
822 [23-RSA-PSS Certificate, no PSS signature algorithms-client]
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.h87 void corrupt_signature(const ASN1_STRING *signature);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h81 void corrupt_signature(const ASN1_STRING *signature);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_local.h96 ASN1_OCTET_STRING *signature; member in struct:CMS_SignerInfo_st
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Ddbversion_test.c417 rrsig.signature = NULL;
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_form.c343 memcpy(return_sig8->signature, at->u[1].u8p, at->u[0].u64);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dp_lib.c1102 EVP_SIGNATURE *signature = NULL; local
1104 signature = EVP_SIGNATURE_fetch(libctx, supported_sig, NULL);
1105 if (signature != NULL) {
1106 EVP_SIGNATURE_free(signature);
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dcodeview.c347 bfd_putl32 (0, &objname.signature);
/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Devp.h59 EVP_SIGNATURE *signature; member in struct:evp_pkey_ctx_st::__anon418::__anon421
61 * Opaque ctx returned from a providers signature algorithm
950 int evp_signature_get_number(const EVP_SIGNATURE *signature);
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dwasm.h226 WASM_OPCODE (0x60, "signature", void, void, signature, agnostic)
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDwarf.cc693 " %d id=%lld offset=%lld signature=%lld datatype_id=%lld \n",
695 (long long) mp->signature, (long long) mp->datatype_id);
752 memop->signature = (unsigned) sig;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDwarf.cc697 " %d id=%lld offset=%lld signature=%lld datatype_id=%lld \n",
699 (long long) mp->signature, (long long) mp->datatype_id);
756 memop->signature = (unsigned) sig;
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dwasm.h226 WASM_OPCODE (0x60, "signature", void, void, signature, agnostic)
/netbsd-current/external/gpl2/send-pr/dist/send-pr/
H A Dsend-pr.sh129 elif [ -f $HOME/.signature ]; then
130 ORGANIZATION="`cat $HOME/.signature`"
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dwasm.h226 WASM_OPCODE (0x60, "signature", void, void, signature, agnostic)
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dwasm.h226 WASM_OPCODE (0x60, "signature", void, void, signature, agnostic)
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_clnt.c2266 PACKET save_param_start, signature; local
2307 /* if it was signed, check the signature */
2317 * |pkt| now points to the beginning of the signature, so the difference
2357 if (!PACKET_get_length_prefixed_2(pkt, &signature)
2371 * Check signature length
2373 if (PACKET_remaining(&signature) > (size_t)maxsig) {
2408 rv = EVP_DigestVerify(md_ctx, PACKET_data(&signature),
2409 PACKET_remaining(&signature), tbs, tbslen);
3452 /* If no suitable signature algorithm can't use certificate */
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c143 uint64_t signature; member in struct:cu_tu_set
2732 printf ("%c%s: 0x%s", delimiter, do_wide ? "" : "signature",
3755 dwarf_vma signature = 0; local
3830 SAFE_BYTE_GET_AND_INC (signature, hdrptr, 8, end_cu);
3888 dwarf_vmatoa ("x", signature));
10202 uint64_t signature; local
10204 SAFE_BYTE_GET_AND_INC (signature, hdrptr, 8, unit_end);
10206 print_dwarf_vma (signature, 8);
10600 uint64_t signature = byte_get_little_endian (tu_list + i * 24 + 16, 8); local
10605 print_dwarf_vma (signature,
10791 dwarf_vma signature; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c140 uint64_t signature; member in struct:cu_tu_set
2754 printf ("%c%s: %#" PRIx64, delimiter, do_wide ? "" : "signature",
3927 uint64_t signature = 0; local
4001 SAFE_BYTE_GET_AND_INC (signature, hdrptr, 8, end_cu);
4047 printf (_(" Signature: %#" PRIx64 "\n"), signature);
10329 uint64_t signature; local
10331 SAFE_BYTE_GET_AND_INC (signature, hdrptr, 8, unit_end);
10333 print_hex_ns (signature, 8);
10739 uint64_t signature = byte_get_little_endian (tu_list + i * 24 + 16, 8); local
10743 print_hex_ns (signature,
10955 uint64_t signature; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_bios.c57 * VBT, begins with "$VBT" signature. The VBT Header contains the offset of the
1946 if (memcmp(vbt->signature, "$VBT", 4)) {
1947 DRM_DEBUG_DRIVER("VBT invalid signature\n");
2013 /* Scour memory looking for the VBT signature. */
2100 DRM_DEBUG_KMS("VBT signature \"%.*s\", BDB version %d\n",
2101 (int)sizeof(vbt->signature), vbt->signature, bdb->version);
/netbsd-current/sys/sys/
H A Dmidiio.h316 #define TMR_TIMESIG 11 /* Time signature */
482 uint32_t signature; member in struct:__anon13187::__anon13197
680 * numerator and lg2denom describe the time signature as it would

Completed in 247 milliseconds

<<111213141516