| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 155 ObjectLinkingLayer &Layer, in ObjectLinkingLayerJITLinkContext() argument 158 : JITLinkContext(&MR->getTargetJITDylib()), Layer(Layer), in ObjectLinkingLayerJITLinkContext() 160 std::lock_guard<std::mutex> Lock(Layer.LayerMutex); in ObjectLinkingLayerJITLinkContext() 161 Plugins = Layer.Plugins; in ObjectLinkingLayerJITLinkContext() 167 if (Layer.ReturnObjectBuffer && ObjBuffer) in ~ObjectLinkingLayerJITLinkContext() 168 Layer.ReturnObjectBuffer(std::move(ObjBuffer)); in ~ObjectLinkingLayerJITLinkContext() 171 JITLinkMemoryManager &getMemoryManager() override { return Layer.MemMgr; } in getMemoryManager() 183 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFailed() 194 auto &ES = Layer.getExecutionSession(); in lookup() 234 auto &ES = Layer.getExecutionSession(); in notifyResolved() [all …]
|
| H A D | LLJIT.cpp | 939 auto Layer = in createObjectLinkingLayer() local 943 Layer->setOverrideObjectFlagsWithResponsibilityFlags(true); in createObjectLinkingLayer() 944 Layer->setAutoClaimResponsibilityForObjectSymbols(true); in createObjectLinkingLayer() 950 Layer->setAutoClaimResponsibilityForObjectSymbols(true); in createObjectLinkingLayer() 955 return std::unique_ptr<ObjectLayer>(std::move(Layer)); in createObjectLinkingLayer()
|
| /src/release/packages/ucl/ |
| H A D | openssl-all.ucl | 19 comment = "OpenSSL Transport Layer Security (TLS) library" 22 OpenSSL is an implementation of the Transport Layer Security protocol, used to 35 OpenSSL also provides support for the obsolete Secure Sockets Layer (SSL)
|
| H A D | ctl-all.ucl | 31 comment = "CAM Target Layer / iSCSI target daemon" 34 The CAM Target Layer allows the cam(4) storage subsystem to export storage 38 the CAM Target Layer configuration, accepting incoming iSCSI connections,
|
| /src/sys/contrib/device-tree/Bindings/firmware/ |
| H A D | intel,stratix10-svc.txt | 1 Intel Service Layer Driver for Stratix10 SoC 11 Layer 3) can interface with SDM. All software entities running on other 16 (EL1, Exception Layer 1), interfaces with the service providers and provides
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-overview.md | 53 TLS Handshake Record Layer 56 A module that uses the Record Layer API to implement the inner TLS-1.3 64 Record Layer and ACK frames from the ACK Handling And Loss Detector 87 QUIC Write Record Layer 96 QUIC Read Record Layer
|
| H A D | rx-depacketizer.md | 25 `include/internal/quic_record_rx.h` in [QUIC Demuxer and Record Layer (RX+TX)]. 30 The RX depacketizer receives a packet from the QUIC Read Record Layer, and 43 this will wrap around what is called the "TLS Handshake Record Layer", 66 Layer with a pointer to it, leaving it to the QUIC Read Record Layer to fill 70 [QUIC Demuxer and Record Layer (RX+TX)]. 171 [QUIC Demuxer and Record Layer (RX+TX)]: https://github.com/openssl/openssl/pull/18949
|
| H A D | glossary.md | 14 **APL:** API Personality Layer. The QUIC API Personality Layer lives in 184 **QRX:** QUIC Record Layer RX. Receives incoming datagrams and decrypts the 202 **QTX:** QUIC Record Layer TX. Encrypts and sends packets in datagrams.
|
| /src/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/ |
| H A D | htr.rst | 11 **Layer:** The representation of trace data between passes. For Intel PT there are two types of lay… 13 …**Instruction Layer:** Composed of the load addresses of the instructions in the trace. In an effo… 17 …**Block Layer:** Composed of blocks - a block in *layer n* refers to a sequence of blocks in *laye…
|
| /src/crypto/openssl/exporters/ |
| H A D | openssl.pc | 7 Description: Secure Sockets Layer and cryptography libraries and tools
|
| H A D | libssl.pc | 7 Description: Secure Sockets Layer and cryptography libraries
|
| /src/secure/lib/libssl/ |
| H A D | openssl.pc.in | 7 Description: Secure Sockets Layer and cryptography libraries and tools
|
| H A D | libssl.pc.in | 7 Description: Secure Sockets Layer and cryptography libraries
|
| /src/crypto/openssl/exporters/pkg-config/ |
| H A D | openssl.pc.in | 16 Description: Secure Sockets Layer and cryptography libraries and tools
|
| H A D | libssl.pc.in | 16 Description: Secure Sockets Layer and cryptography libraries
|
| /src/lib/libc/net/ |
| H A D | protocols | 58 i-nlsp 52 I-NLSP # Integrated Net Layer Security TUBA 62 tlsp 56 TLSP # Transport Layer Security Protocol 122 l2tp 115 L2TP # Layer Two Tunneling Protocol
|
| /src/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | README.md | 1 The Solaris Porting Layer, SPL, is a Linux kernel module which provides a
|
| /src/sys/contrib/device-tree/Bindings/display/ |
| H A D | zte,vou.txt | 4 Graphic Layer (GL) and Video Layer (VL), two Mixers/Channels, and a few blocks
|
| /src/crypto/openssh/ |
| H A D | README.tun | 45 Layer 2 tunnels can be used in combination with an Ethernet bridge(4) 92 Layer 2 tunnel : +-------+
|
| H A D | README.platform | 57 Point-to-Point (Layer 3) and Ethernet (Layer 2) mode using a third
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 727 void consumeConstructionContext(const ConstructionContextLayer *Layer, 735 void findConstructionContexts(const ConstructionContextLayer *Layer, 801 const ConstructionContextLayer *Layer = ConstructionContextMap.lookup(E); in retrieveAndCleanupConstructionContext() local 802 if (!Layer) in retrieveAndCleanupConstructionContext() 807 Layer); in retrieveAndCleanupConstructionContext() 1426 const ConstructionContextLayer *Layer, Expr *E) { in consumeConstructionContext() argument 1434 assert(PreviouslyStoredLayer->isStrictlyMoreSpecificThan(Layer) && in consumeConstructionContext() 1437 ConstructionContextMap[E] = Layer; in consumeConstructionContext() 1442 const ConstructionContextLayer *Layer, Stmt *Child) { in findConstructionContexts() argument 1449 auto withExtraLayer = [this, Layer](const ConstructionContextItem &Item) { in findConstructionContexts() [all …]
|
| /src/sys/arm/conf/ |
| H A D | ALPINE | 68 #device ctl # CAM Target Layer
|
| /src/crypto/heimdal/lib/wind/ |
| H A D | rfc4013.txt | 32 Simple Authentication and Security Layer (SASL) mechanisms (such as 53 Layer ([SASL]) mechanisms, such as [PLAIN], [CRAM-MD5], and 257 Layer (SASL)", Work in Progress.
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | PxeBaseCode.h | 492 IN UINT16 *Layer,
|
| /src/contrib/file/magic/Magdir/ |
| H A D | riff | 63 >0 leshort 0x55 \b, MPEG Layer 3 295 >8 string RMP3 \b, MPEG Layer 3 audio 624 >>>>>>>>(92.l+180) leshort 0x0050 MPEG-1 Layer 1 or 2 625 >>>>>>>>(92.l+180) leshort 0x0055 MPEG-1 Layer 3 637 >>>>>>>>(92.l+188) leshort 0x0055 MPEG-1 Layer 3
|