Home
last modified time | relevance | path

Searched refs:Finished (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h106 bool Finished = false; variable
132 assert(Finished && "didn't finish aggregate builder"); in ~ConstantAggregateBuilderBase()
137 assert(!Finished && "builder already finished"); in markFinished()
138 Finished = true; in markFinished()
161 Finished(other.Finished), Frozen(other.Frozen), Packed(other.Packed), in ConstantAggregateBuilderBase()
163 other.Finished = true; in ConstantAggregateBuilderBase()
171 assert(!this->Finished && "cannot query after finishing builder"); in size()
191 assert(!Finished && "cannot add more values after finishing builder"); in add()
217 assert(!Finished && "cannot add more values after finishing builder"); in addAll()
260 assert(!Finished && "cannot add more values after finishing builder"); in getNextOffsetFromGlobal()
[all …]
H A DSwiftCallingConv.h54 bool Finished = false; variable
74 assert(Finished && "didn't finish lowering before calling empty()"); in empty()
/freebsd/crypto/openssl/test/ssl-tests/
H A D23-srp.cnf.in58 # Server fails first with bad client Finished.
103 # Server fails first with bad client Finished.
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_common.t01088 \ Write Finished message.
1089 : write-Finished ( from_client -- )
1090 compute-Finished
1093 \ Read Finished message.
1094 : read-Finished ( from_client -- )
1095 compute-Finished
1101 \ Compute the "Finished" contents (either the value to send, or the
1103 \ "from_client" value is non-zero for the Finished sent by the client.
1106 : compute-Finished ( from_client -- )
1108 addr-cipher_suite get16 prf-id compute-Finished-inner
[all …]
H A Dssl_hs_client.t0600 \ match the saved client and server "Finished".
1156 -1 read-CCS-Finished
1157 -1 write-CCS-Finished
1219 -1 write-CCS-Finished
1220 -1 read-CCS-Finished
H A Dssl_hs_server.t0499 \ (header + copy of the saved client "Finished").
1407 0 write-CCS-Finished
1408 0 read-CCS-Finished
1460 0 read-CCS-Finished
1461 0 write-CCS-Finished
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp472 Finished = true; in finish()
499 Finished = true; in finish()
558 Finished = true; in finish()
562 assert(Finished && "haven't yet finished lowering"); in enumerateComponents()
571 assert(Finished && "haven't yet finished lowering"); in getCoerceAndExpandTypes()
628 assert(Finished && "haven't yet finished lowering"); in shouldPassIndirectly()
/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi.bat43 @echo "Finished testing CCAPI."
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DMpService.h506 OUT BOOLEAN *Finished OPTIONAL
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-tls-introduction.pod262 complete once an endpoint has sent its last message (known as the "Finished"
263 message) and received a Finished message from its peer. Note that this might
265 server always sends its Finished message before the client. The client later
266 responds with its Finished message. At this point the client has completed the
267 handshake because it has both sent and received a Finished message. The server
268 has sent its Finished message but the Finished message from the client may still
H A Dossl-guide-quic-server-block.pod228 L<SSL_stream_conclude(3)>. This will send a final Finished packet to the
/freebsd/crypto/openssl/test/recipes/90-test_sslapi_data/
H A Dssltraceref-zlib.txt211 Finished, Length=32
227 Finished, Length=32
H A Dssltraceref.txt209 Finished, Length=32
225 Finished, Length=32
/freebsd/crypto/openssl/test/recipes/75-test_quicapi_data/
H A Dssltraceref-zlib.txt357 Finished, Length=32
366 Finished, Length=32
H A Dssltraceref.txt355 Finished, Length=32
364 Finished, Length=32
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1789 Finished = false; in ObjCImplParsingDataRAII()
1794 bool isFinished() const { return Finished; } in isFinished()
1797 bool Finished;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2306 if (!Finished) { in ~ObjCImplParsingDataRAII()
2320 assert(!Finished); in finish()
2341 Finished = true; in finish()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2908 bool Finished = false; in ReadStmtFromStream() local
2917 Finished = true; in ReadStmtFromStream()
4293 if (Finished) in ReadStmtFromStream()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-fault-injector.md38 "Finished" message exchange - so any modifications would be rejected and the
H A Dconnection-state-machine.md135 parties have sent and received (and verified) TLS 1.3 Finished
H A Dquic-api.md1424 TLS 1.3 Finished messages have been exchanged by both parties, even if the
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dpackages.subr278 f_dprintf "Finished recalculating dependencies."
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in1115 * Obtain latest Finished message
1118 * Returns length (0 == no Finished so far), copies up to 'count' bytes.
/freebsd/contrib/bmake/mk/
H A DChangeLog1090 * dirdeps.mk: tweak Checking line to make matching Finished
1095 * progs.mk: avoid prog.mk outputting multiple Finished lines
/freebsd/crypto/openssl/
H A DCHANGES.md17509 by the Finished messages.
18870 * Clean up 'Finished' handling, and add functions SSL_get_finished and
18872 Finished messages sent to the peer or expected from the peer,
18873 respectively. (SSL_get_peer_finished is usually the Finished message
18876 As the Finished message are message digests of the complete handshake

12