| /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/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/contrib/llvm-project/libc/src/__support/RPC/ |
| H A D | rpc_client.h | 22 using ::rpc::Client; 27 static_assert(cpp::is_trivially_copyable<Client>::value && 32 [[gnu::visibility("protected")]] extern Client client asm("__llvm_rpc_client");
|
| H A D | rpc_client.cpp | 19 [[gnu::visibility("protected")]] Client client;
|
| /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/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 43 Client = Diags.getClient(); in FixItRewriter() 48 Diags.setClient(Client, Owner.release() != nullptr); in ~FixItRewriter() 126 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts() 138 Client->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 203 Diags.setClient(Client, false); in Diag()
|
| /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 …]
|
| /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/contrib/llvm-project/libc/shared/ |
| H A D | rpc.h | 307 friend struct Client; 347 struct Client { struct 348 RPC_ATTRS Client() = default; 349 RPC_ATTRS Client(const Client &) = delete; 350 RPC_ATTRS Client &operator=(const Client &) = delete; argument 351 RPC_ATTRS ~Client() = default; 353 RPC_ATTRS Client(uint32_t port_count, void *buffer) in Client() argument 518 template <uint32_t opcode> RPC_ATTRS Client::Port Client::open() { in open()
|
| /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() 205 unsigned Code = Client.responseCode(); in handleBodyChunk() 295 HTTPClient Client; in getCachedOrDownloadArtifact() local 296 Client.setTimeout(Timeout); in getCachedOrDownloadArtifact() 305 [&]() { return CacheAddStream(Task, ""); }, Client); in getCachedOrDownloadArtifact() 308 Error Err = Client.perform(Request, Handler); in getCachedOrDownloadArtifact() 314 unsigned Code = Client.responseCode(); in getCachedOrDownloadArtifact()
|
| /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/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/ |
| H A D | ProtocolServerMCP.h | 91 struct Client { struct 96 llvm::Error ReadCallback(Client &client); argument 97 std::vector<std::unique_ptr<Client>> m_clients;
|
| /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/secure/caroot/untrusted/ |
| H A D | HARICA_Client_ECC_Root_CA_2021.pem | 2 ## HARICA Client ECC Root CA 2021 17 … Issuer: C=GR, O=Hellenic Academic and Research Institutions CA, CN=HARICA Client ECC Root CA 2021 21 … Subject: C=GR, O=Hellenic Academic and Research Institutions CA, CN=HARICA Client ECC Root CA 2021
|
| H A D | OISTE_Client_Root_ECC_G1.pem | 2 ## OISTE Client Root ECC G1 17 Issuer: C=CH, O=OISTE Foundation, CN=OISTE Client Root ECC G1 21 Subject: C=CH, O=OISTE Foundation, CN=OISTE Client Root ECC G1
|
| H A D | SSL_com_Client_ECC_Root_CA_2022.pem | 2 ## SSL.com Client ECC Root CA 2022 17 Issuer: C=US, O=SSL Corporation, CN=SSL.com Client ECC Root CA 2022 21 Subject: C=US, O=SSL Corporation, CN=SSL.com Client ECC Root CA 2022
|
| /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";
|
| /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/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/libc/src/__support/OSUtil/gpu/ |
| H A D | io.cpp | 18 rpc::Client::Port port = rpc::client.open<LIBC_WRITE_TO_STDERR>(); in write_to_stderr()
|
| H A D | exit.cpp | 21 rpc::Client::Port port = rpc::client.open<LIBC_EXIT>(); in exit()
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | InterfaceFile.cpp | 28 auto Client = addEntry(AllowableClients, InstallName); in addAllowableClient() local 29 Client->addTarget(Target); in addAllowableClient() 379 for (const auto &Client : BA.AllowableClients) in setFromBinaryAttrs() local 380 addAllowableClient(Client, Targ); in setFromBinaryAttrs()
|