| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | ConstantInitBuilder.h | 106 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 D | SwiftCallingConv.h | 54 bool Finished = false; variable 74 assert(Finished && "didn't finish lowering before calling empty()"); in empty()
|
| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 23-srp.cnf.in | 58 # Server fails first with bad client Finished. 103 # Server fails first with bad client Finished.
|
| /freebsd/contrib/bearssl/src/ssl/ |
| H A D | ssl_hs_common.t0 | 1088 \ 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 D | ssl_hs_client.t0 | 600 \ 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 D | ssl_hs_server.t0 | 499 \ (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 D | SwiftCallingConv.cpp | 472 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 D | test_ccapi.bat | 43 @echo "Finished testing CCAPI."
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | MpService.h | 506 OUT BOOLEAN *Finished OPTIONAL
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-tls-introduction.pod | 262 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 D | ossl-guide-quic-server-block.pod | 228 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 D | ssltraceref-zlib.txt | 211 Finished, Length=32 227 Finished, Length=32
|
| H A D | ssltraceref.txt | 209 Finished, Length=32 225 Finished, Length=32
|
| /freebsd/crypto/openssl/test/recipes/75-test_quicapi_data/ |
| H A D | ssltraceref-zlib.txt | 357 Finished, Length=32 366 Finished, Length=32
|
| H A D | ssltraceref.txt | 355 Finished, Length=32 364 Finished, Length=32
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1789 Finished = false; in ObjCImplParsingDataRAII() 1794 bool isFinished() const { return Finished; } in isFinished() 1797 bool Finished;
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 2306 if (!Finished) { in ~ObjCImplParsingDataRAII() 2320 assert(!Finished); in finish() 2341 Finished = true; in finish()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2908 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 D | quic-fault-injector.md | 38 "Finished" message exchange - so any modifications would be rejected and the
|
| H A D | connection-state-machine.md | 135 parties have sent and received (and verified) TLS 1.3 Finished
|
| H A D | quic-api.md | 1424 TLS 1.3 Finished messages have been exchanged by both parties, even if the
|
| /freebsd/usr.sbin/bsdconfig/share/packages/ |
| H A D | packages.subr | 278 f_dprintf "Finished recalculating dependencies."
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h.in | 1115 * Obtain latest Finished message 1118 * Returns length (0 == no Finished so far), copies up to 'count' bytes.
|
| /freebsd/contrib/bmake/mk/ |
| H A D | ChangeLog | 1090 * dirdeps.mk: tweak Checking line to make matching Finished 1095 * progs.mk: avoid prog.mk outputting multiple Finished lines
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 17509 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
|