| /freebsd/tools/regression/sockets/unix_cmsg/ |
| H A D | README | 9 Usually each test does following steps: creates Server, forks Client, 10 Client sends something to Server, Server verifies whether everything is 38 If Client sends something to Server, then it sends 5 messages by default. 42 If Client sends something to Server, then it sends some data (few bytes) 44 command line option. The "-s 0" command line option means, that Client will 47 option means, that Client will send zero bytes represented by the NULL value 50 If Client sends some ancillary data object, then this ancillary data object 52 means, that Client will not send associated data array if possible. 59 Client connects to Server and sends N messages with SCM_CREDS ancillary 66 socket option for it. Client connects to Server two times, each time [all …]
|
| /freebsd/crypto/krb5/src/ccapi/lib/win/OldCC/ |
| H A D | client.cxx | 49 bool Client::s_init = false; 50 CcOsLock Client::sLock; 313 Client::Disconnect() { in Disconnect() 325 Client::Connect(char* ep OPTIONAL) { in Connect() 354 if (status) Client::Disconnect(); in Connect() 358 DWORD Client::Initialize(char* ep OPTIONAL) { in Initialize() 359 CcAutoTryLock AL(Client::sLock); in Initialize() 364 DWORD status = Client::Connect(ep); in Initialize() 369 DWORD Client::Cleanup() { in Cleanup() 370 CcAutoLock AL(Client::sLock); in Cleanup() [all …]
|
| H A D | client.h | 32 class Client { 53 if (!Client::Initialized()) \ 55 DWORD status = Client::Initialize(0); \
|
| /freebsd/crypto/krb5/src/ccapi/lib/win/ |
| H A D | ccapi_os_ipc.cxx | 137 if (!err) if (!Client::Initialized()) err = Client::Initialize(0); in cci_os_ipc_thread_init() 235 CcAutoLock::Start(a, Client::sLock); in cci_os_ipc_msg() 291 Client::Cleanup(); in handle_exception() 328 CcAutoLock::Start(a, Client::sLock); in ccapi_connect() 332 if (!status) if (!Client::Initialized()) status = Client::Initialize(0); in ccapi_connect()
|
| H A D | dllmain.cxx | 55 static Client client; 168 status = Client::Cleanup(); in DllMain()
|
| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 20-cert-select.cnf | 22 test-17 = 17-TLS 1.2 Ed25519 Client Auth 23 test-18 = 18-TLS 1.2 Ed448 Client Auth 48 test-43 = 43-TLS 1.3 RSA Client Auth Signature Algorithm Selection 49 test-44 = 44-TLS 1.3 RSA Client Auth Signature Algorithm Selection non-empty CA Names 50 test-45 = 45-TLS 1.3 ECDSA Client Auth Signature Algorithm Selection 55 test-50 = 50-TLS 1.3 Ed25519 Client Auth 56 test-51 = 51-TLS 1.3 Ed448 Client Auth 60 test-55 = 55-TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms 606 [17-TLS 1.2 Ed25519 Client Auth] 607 ssl_conf = 17-TLS 1.2 Ed25519 Client Auth-ssl [all …]
|
| H A D | 20-cert-select.cnf.in | 346 name => "TLS 1.2 Ed25519 Client Auth", 364 name => "TLS 1.2 Ed448 Client Auth", 772 name => "TLS 1.3 RSA Client Auth Signature Algorithm Selection", 788 name => "TLS 1.3 RSA Client Auth Signature Algorithm Selection non-empty CA Names", 805 name => "TLS 1.3 ECDSA Client Auth Signature Algorithm Selection", 880 name => "TLS 1.3 Ed25519 Client Auth", 898 name => "TLS 1.3 Ed448 Client Auth", 977 name => "TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms",
|
| /freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 185 HTTPClient &Client; member in llvm::__anon098c1f4d0211::StreamedHTTPResponseHandler 189 StreamedHTTPResponseHandler(CreateStreamFn CreateStream, HTTPClient &Client) in StreamedHTTPResponseHandler() argument 190 : CreateStream(CreateStream), Client(Client) {} in StreamedHTTPResponseHandler() 200 unsigned Code = Client.responseCode(); in handleBodyChunk() 285 HTTPClient Client; in getCachedOrDownloadArtifact() local 286 Client.setTimeout(Timeout); in getCachedOrDownloadArtifact() 295 [&]() { return CacheAddStream(Task, ""); }, Client); in getCachedOrDownloadArtifact() 298 Error Err = Client.perform(Request, Handler); in getCachedOrDownloadArtifact() 302 unsigned Code = Client.responseCode(); in getCachedOrDownloadArtifact()
|
| /freebsd/stand/i386/btx/lib/ |
| H A D | btxcsu.S | 27 # Client entry point. 46 .comm __base,4 # Client base address 47 .comm __args,4 # Client arguments
|
| /freebsd/crypto/openssl/demos/quic/ |
| H A D | README.md | 8 - [HTTP/3 Client Demo](../http3/) 9 - [QUIC Client DDD Demos](../doc/designs/ddd/)
|
| /freebsd/crypto/heimdal/lib/ntlm/ |
| H A D | ntlm_err.et | 15 error_code TIME_SKEW, "Client time skewed to server" 16 error_code OEM, "Client set OEM string"
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | krb5_err.et | 12 error_code NAME_EXP, "Client's entry in database has expired" 15 error_code C_OLD_MAST_KVNO, "Client's key is encrypted in an old master key" 17 error_code C_PRINCIPAL_UNKNOWN, "Client not found in Kerberos database" 20 error_code NULL_KEY, "Client or server has a null key" 32 error_code CLIENT_NOTYET, "Client not yet valid - try again later" 76 error_code CLIENT_NOT_TRUSTED, "Client not trusted" 96 error_code CLIENT_NAME_MISMATCH, "Client name mismatch in certificate" 148 error_code KRB5_IN_TKT_REALM_MISMATCH, "Client/server realm mismatch in initial ticket request"
|
| /freebsd/crypto/openssh/ |
| H A D | README.tun | 31 (3) Client: Configure the local network tunnel interface 52 (4) Client: Configure the OpenSSH client 87 | Client |------( Internet )-----| access.somewhere.net | 103 (5) Client: Connect to the server and establish the tunnel
|
| /freebsd/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | kirkwood-openrd-client.dts | 3 * Marvell OpenRD Client Board Description 16 model = "OpenRD Client";
|
| H A D | kirkwood-t5325.dts | 3 * Device Tree file for HP t5325 Thin Client" 18 model = "HP t5325 Thin Client";
|
| /freebsd/crypto/krb5/src/lib/krb5/error_tables/ |
| H A D | krb5_err.et | 42 error_code KRB5KDC_ERR_NAME_EXP, "Client's entry in database has expired" 45 error_code KRB5KDC_ERR_C_OLD_MAST_KVNO, "Client's key is encrypted in an old master key" 47 error_code KRB5KDC_ERR_C_PRINCIPAL_UNKNOWN, "Client not found in Kerberos database" 50 error_code KRB5KDC_ERR_NULL_KEY, "Client or server has a null key" 59 error_code KRB5KDC_ERR_CLIENT_REVOKED, "Client's credentials have been revoked" 62 error_code KRB5KDC_ERR_CLIENT_NOTYET, "Client not yet valid - try again later" 106 error_code KRB5KDC_ERR_CLIENT_NOT_TRUSTED, "Client not trusted" 119 error_code KRB5KDC_ERR_CLIENT_NAME_MISMATCH, "Client name mismatch" 202 error_code KRB5_IN_TKT_REALM_MISMATCH, "Client/server realm mismatch in initial ticket request"
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | InterfaceFile.cpp | 30 auto Client = addEntry(AllowableClients, InstallName); in addAllowableClient() local 31 Client->addTarget(Target); in addAllowableClient() 377 for (const auto &Client : BA.AllowableClients) in setFromBinaryAttrs() local 378 addAllowableClient(Client, Targ); in setFromBinaryAttrs()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/server/ |
| H A D | quic-server-api.md | 236 ### Client-Only Listeners 437 Example 3 - Explicitly Created Single Client QCSO: 478 SSL_new(QUIC_client_method) → QCSO(Client) 479 SSL_new(QUIC_client_thread_method) → QCSO(Client) 482 SSL_new_listener(QUIC_client_method) → QLSO(Client) (implicit NO_ACCEPT) 483 SSL_new_listener(QUIC_client_thread_method) → QLSO(Client) (implicit NO_ACCEPT) 484 SSL_new_listener(QUIC_server_method) → QLSO(Server + Client) 486 SSL_new_from_listener(QUIC_client_method) → QCSO (Client) 487 SSL_new_from_listener(QUIC_client_thread_method) → QCSO (Client) 488 SSL_new_from_listener(QUIC_server_method) → QCSO (Client)
|
| /freebsd/contrib/ntp/html/scripts/ |
| H A D | config.txt | 1 document.write("<p>Client and Server Configuration</p><ul>\
|
| /freebsd/sys/contrib/device-tree/Bindings/serial/ |
| H A D | qcom,msm-uartdm.txt | 29 - qcom,tx-crci: Identificator <u32> for Client Rate Control Interface to be 32 - qcom,rx-crci: Identificator <u32> for Client Rate Control Interface to be
|
| /freebsd/contrib/unbound/doc/ |
| H A D | control_proto_spec.txt | 4 Server listens on 8953 TCP (localhost by default). Client connects, 15 Client sends
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/keystone/ |
| H A D | ti,sci.txt | 66 TI-SCI Client Device Node: 69 Client nodes are maintained as children of the relevant TI-SCI device node.
|
| /freebsd/contrib/libcbor/doc/source/api/ |
| H A D | decoding.rst | 10 │ Client application │
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 787 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag() 810 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag() 836 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info); in EmitDiag() 837 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/ |
| H A D | FixItRewriter.h | 74 DiagnosticConsumer *Client; variable
|