Home
last modified time | relevance | path

Searched refs:NPN (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_alpn_select_cb.pod81 callback or the NPN callback (described below). If no match is found, the first
84 the NPN callback. In the ALPN case, the value returned in B<out> and B<outlen>
117 request any protocol or NPN is not enabled, then B<data> is set to NULL and
123 NPN functionality cannot be used with QUIC SSL objects. Use of ALPN is mandatory
/freebsd/crypto/openssl/test/ssl-tests/
H A D08-npn.cnf.in10 ## Test NPN. Note that NPN is only supported up to TLSv1.2
/freebsd/crypto/openssl/test/
H A DREADME.ssltest.md93 * ExpectedNPNProtocol, ExpectedALPNProtocol - NPN and ALPN expectations.
188 * NPNProtocols, ALPNProtocols - NPN and ALPN settings. Server and client
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md76 - †3: NPN usage should be forced off as it should never be used with QUIC;
195 | **⇒ NPN** | †3 | | | | …
923 TODO: forbid NPN
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp80 PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues()); in EvaluateInDifferentType() local
84 NPN->addIncoming(V, OPN->getIncomingBlock(i)); in EvaluateInDifferentType()
86 Res = NPN; in EvaluateInDifferentType()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-s_server.pod.in701 or Next Protocol Negotiation (NPN) extension, respectively. ALPN is the
702 IETF standard and replaces NPN.
H A Dopenssl-s_client.pod.in677 or Next Protocol Negotiation (NPN) extension, respectively. ALPN is the
678 IETF standard and replaces NPN.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1001 PHINode *NPN = IC.Builder.CreatePHI(RequiredType, PN->getNumIncomingValues()); in processPhiNode() local
1006 NPN->addIncoming(Reinterpret->getOperand(0), PN->getIncomingBlock(I)); in processPhiNode()
1011 return IC.replaceInstUsesWith(II, NPN); in processPhiNode()
/freebsd/crypto/openssl/
H A DINSTALL.md918 Don't build support for the Next Protocol Negotiation (NPN) TLS extension.