Home
last modified time | relevance | path

Searched refs:Signatures (Results 1 – 22 of 22) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h29 std::vector<std::unique_ptr<wasm::WasmSignature>> Signatures; variable
43 Signatures.push_back(std::move(Sig)); in addSignature()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp235 SmallVector<WasmSignature, 4> Signatures; member in __anon325f64800111::WasmObjectWriter
270 Signatures.clear(); in reset()
297 void writeTypeSection(ArrayRef<WasmSignature> Signatures);
711 if (Signatures.empty()) in writeTypeSection()
717 encodeULEB128(Signatures.size(), W.OS); in writeTypeSection()
719 for (const WasmSignature &Sig : Signatures) { in writeTypeSection()
1098 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerFunctionType()
1100 Signatures.push_back(S); in registerFunctionType()
1119 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerEventType()
1121 Signatures.push_back(S); in registerEventType()
[all …]
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp502 Signature = &Signatures[FunctionTypes[FuncIndex]]; in parseLinkingSectionSymtab()
512 Signature = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()
590 Signature = &Signatures[Event.Type.SigIndex]; in parseLinkingSectionSymtab()
602 Signature = &Signatures[EventType->SigIndex]; in parseLinkingSectionSymtab()
703 if (Reloc.Index >= Signatures.size()) in parseRelocSection()
783 Signatures.reserve(Count); in parseTypeSection()
805 Signatures.push_back(std::move(Sig)); in parseTypeSection()
860 uint32_t NumTypes = Signatures.size(); in parseFunctionSection()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h133 ArrayRef<wasm::WasmSignature> types() const { return Signatures; } in types()
260 std::vector<wasm::WasmSignature> Signatures; variable
/freebsd-12.1/lib/libsecureboot/
H A DREADME.rst74 Signatures section in OpenPGP
99 Signatures section in OpenSSL
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp159 std::vector<std::unique_ptr<wasm::WasmSignature>> Signatures; member in __anon1565d9e10111::WebAssemblyAsmParser
217 Signatures.push_back(std::move(Sig)); in addSignature()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h234 std::vector<Signature> Signatures; member
/freebsd-12.1/sys/contrib/libsodium/
H A DChangeLog3 - Signatures computations and verifications are now way faster on
193 the standard definition of signature security). Signatures with a small-order
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp85 IO.mapOptional("Signatures", Section.Signatures); in sectionMapping()
/freebsd-12.1/crypto/openssh/
H A DPROTOCOL.certkeys216 up to, and including the signature key. Signatures are computed and
H A DChangeLog2484 Hash-Based Signatures) The code is not compiled in by default (see WITH_XMSS
/freebsd-12.1/tools/tools/tinybsd/conf/wireless/etc/
H A Dpf.os177 # normalize packets. Signatures will not correspond to the originating
/freebsd-12.1/tools/tools/tinybsd/conf/firewall/etc/
H A Dpf.os177 # normalize packets. Signatures will not correspond to the originating
/freebsd-12.1/sbin/pfctl/
H A Dpf.os183 # normalize packets. Signatures will not correspond to the originating
/freebsd-12.1/contrib/bearssl/src/ssl/
H A Dssl_hs_client.t0372 \ Length of Signatures extension.
/freebsd-12.1/contrib/gcc/
H A DONEWS593 Signatures have been added as a GNU C++ extension. Using the option
H A DChangeLog-199910948 * extend.texi (C++ Signatures): Remove node.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19951251 * class.c (finish_struct): Signatures are always aggregates.
/freebsd-12.1/contrib/tzdata/
H A DNEWS3471 Signatures now have the extension .asc, not .sign, as that's more
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog8400 the rrset is from the additional section. Signatures may have
/freebsd-12.1/crypto/openssl/
H A DCHANGES10018 again. Signatures then use the original encoding rather than
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt16345 Implemented the ACPI 2.0A restriction on ACPI Table Signatures to