Home
last modified time | relevance | path

Searched full:private (Results 1 – 25 of 5937) sorted by relevance

12345678910>>...238

/openbsd-src/gnu/llvm/libcxx/include/
H A Dmodule.modulemap.in244 module adjacent_find { private header "__algorithm/adjacent_find.h" }
245 module all_of { private header "__algorithm/all_of.h" }
246 module any_of { private header "__algorithm/any_of.h" }
247 module binary_search { private header "__algorithm/binary_search.h" }
248 module clamp { private header "__algorithm/clamp.h" }
249 module comp { private header "__algorithm/comp.h" }
250 module comp_ref_type { private header "__algorithm/comp_ref_type.h" }
251 module copy { private header "__algorithm/copy.h" }
252 module copy_backward { private header "__algorithm/copy_backward.h" }
253 module copy_if { private header "__algorithm/copy_if.h" }
[all …]
H A Dlibcxx.imp2 { include: [ "<__hash_table>", "private", "<unordered_map>", "public" ] },
3 { include: [ "<__hash_table>", "private", "<unordered_set>", "public" ] },
4 { include: [ "<__locale>", "private", "<locale>", "public" ] },
5 { include: [ "<__node_handle>", "private", "<map>", "public" ] },
6 { include: [ "<__node_handle>", "private", "<set>", "public" ] },
7 { include: [ "<__node_handle>", "private", "<unordered_map>", "public" ] },
8 { include: [ "<__node_handle>", "private", "<unordered_set>", "public" ] },
9 { include: [ "<__split_buffer>", "private", "<deque>", "public" ] },
10 { include: [ "<__split_buffer>", "private", "<vector>", "public" ] },
11 { include: [ "<__std_stream>", "private", "<iostream>", "public" ] },
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dhog1.C3 class dummy_000 : private virtual dummy { public: void operator++(void) {
5 class dummy_001 : private virtual dummy { public: void operator++(void) {
7 class dummy_002 : private virtual dummy { public: void operator++(void) {
9 class dummy_003 : private virtual dummy { public: void operator++(void) {
11 class dummy_004 : private virtual dummy { public: void operator++(void) {
13 class dummy_005 : private virtual dummy { public: void operator++(void) {
15 class dummy_006 : private virtual dummy { public: void operator++(void) {
17 class dummy_007 : private virtual dummy { public: void operator++(void) {
19 class dummy_008 : private virtual dummy { public: void operator++(void) {
21 class dummy_009 : private virtual dummy { public: void operator++(void) {
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/ucm/
H A Dcp932.ucm7775 <UE000> \xF0\x40 |0 # PRIVATE USE AREA
7776 <UE001> \xF0\x41 |0 # PRIVATE USE AREA
7777 <UE002> \xF0\x42 |0 # PRIVATE USE AREA
7778 <UE003> \xF0\x43 |0 # PRIVATE USE AREA
7779 <UE004> \xF0\x44 |0 # PRIVATE USE AREA
7780 <UE005> \xF0\x45 |0 # PRIVATE USE AREA
7781 <UE006> \xF0\x46 |0 # PRIVATE USE AREA
7782 <UE007> \xF0\x47 |0 # PRIVATE USE AREA
7783 <UE008> \xF0\x48 |0 # PRIVATE USE AREA
7784 <UE009> \xF0\x49 |0 # PRIVATE USE AREA
[all …]
H A Dsymbol.ucm107 <UF8E5> \x60 |0 # <Private Use, First>
199 <UF8E6> \xBD |0 # <Private Use, First>
200 <UF8E7> \xBE |0 # <Private Use, First>
236 <UF8E8> \xE2 |0 # <Private Use, First>
237 <UF8E9> \xE3 |0 # <Private Use, First>
238 <UF8EA> \xE4 |0 # <Private Use, First>
240 <UF8EB> \xE6 |0 # <Private Use, First>
241 <UF8EC> \xE7 |0 # <Private Use, First>
242 <UF8ED> \xE8 |0 # <Private Use, First>
243 <UF8EE> \xE9 |0 # <Private Use, First>
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dwarn3.C7 class B { // WARNING - only private constructors
11 private:
17 class C { // WARNING - only private destructors
21 private:
26 class D { // WARNING - all member functions are private
27 private:
33 class X { // WARNING - only private destructors
34 private:
43 class Y { // WARNING - only private constructors
44 private:
[all …]
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormat.csproj70 <Private>False</Private>
74 <Private>False</Private>
78 <Private>True</Private>
79 <Private>False</Private>
83 <Private>False</Private>
87 <Private>True</Private>
91 <Private>True</Private>
92 <Private>False</Private>
96 <Private>True</Private>
97 <Private>False</Private>
[all …]
/openbsd-src/lib/libssl/man/
H A DSSL_CTX_use_certificate.3132 These functions load the certificates and private keys into the
234 as private key to
237 adds the private key
244 as private key to
249 as private key of type RSA to
251 If a certificate has already been set and the private does not belong to the
253 To change a certificate private key pair,
258 before setting the private key with
264 adds the private key of type
273 adds the private ke
[all...]
/openbsd-src/share/man/man8/
H A Dssl.854 .Pa /etc/ssl/private
57 Private keys can be encrypted using AES and a passphrase to protect their
67 Start by creating a private key of the desired length:
69 # openssl genrsa -out /etc/ssl/private/server.key 4096
75 # openssl genrsa -aes256 -out /etc/ssl/private/server.key 4096
78 If you are only generating a private key to use with
87 # openssl req -new -key /etc/ssl/private/server.key \e
88 -out /etc/ssl/private/server.csr
98 -in /etc/ssl/private/server.csr \e
99 -signkey /etc/ssl/private/server.key \e
[all …]
H A Dstarttls.863 .Ss Creating a private key and certificate for an MTA
68 If you have an existing private key and you simply wish to generate
71 .Sx Creating a certificate with an existing private key .
79 private key:
81 .Dl # openssl genrsa -out /etc/ssl/private/mail.example.com.key 4096
92 # openssl req -x509 -new -key /etc/ssl/private/mail.example.com.key \e
105 Because the private key files are unencrypted,
111 .Dl # chmod -R go-rwx /etc/ssl/private
112 .Ss Creating a certificate with an existing private key
113 This example assumes you already have an existing private key,
[all …]
/openbsd-src/usr.bin/file/magdir/
H A Dsniffer132 >20 belong 147 (Private use 0
133 >20 belong 148 (Private use 1
134 >20 belong 149 (Private use 2
135 >20 belong 150 (Private use 3
136 >20 belong 151 (Private use 4
137 >20 belong 152 (Private use 5
138 >20 belong 153 (Private use 6
139 >20 belong 154 (Private use 7
140 >20 belong 155 (Private use 8
141 >20 belong 156 (Private use 9
[all …]
H A Dssl8 0 string -----BEGIN\ RSA\ PRIVATE PEM RSA private key
9 0 string -----BEGIN\ DSA\ PRIVATE PEM DSA private key
10 0 string -----BEGIN\ EC\ PRIVATE PEM EC private key
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dprivate-1.m1 /* Test errors for accessing @private and @protected variables. */
8 @private
9 int private; field
23 private = 12; /* Ok */
36 /* Private variables simply don't exist in the subclass. */
37 private = 12;/* { dg-error "undeclared" } */
53 access = m->private; /* { dg-error "is declared private" } */
H A Dprivate-2.m8 @private
9 int private; field
25 int private = 12;
30 a = private; /* { dg-warning "hides instance variable" } */
43 int private = 12;
48 /* The private variable can be shadowed without warnings, because
50 a = private; /* Ok */
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A Dgdb792.exp56 …1\.public\",exp=\"public\",numchild=\"2\"\},child=\{name=\"var1\.private\",exp=\"private\",numchil…
63 mi_gdb_test "-var-list-children var1.private" \
64 …",children=\\\[child=\{name=\"var1\.private\.u\",exp=\"u\",numchild=\"0\",type=\"int\"\},child=\{n…
65 "list children of A.private"
72 …p=\"public\",numchild=\"2\"\},child=\{name=\"var1\.protected\.b\.private\",exp=\"private\",numchil…
79 mi_gdb_test "-var-list-children var1.protected.b.private" \
80 …"(&\".*\"\r\n)*\\^done,numchild=\"1\",children=\\\[child=\{name=\"var1\.protected\.b\.private\.k\"…
81 "list children of A.protected.b.private"
88 …2\.public\",exp=\"public\",numchild=\"1\"\},child=\{name=\"var2\.private\",exp=\"private\",numchil…
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility7.C6 // Subject: /*** BUG REPORT : THE MYTH OF PRIVATE INHERITANCE ***/
11 private:
19 { number = c; } // ERROR - private in Number()
21 { return number; } // ERROR - private in Number()
24 class B : private A {
25 private:
43 private:
52 // private member functions of class B
/openbsd-src/lib/libcrypto/man/
H A DPEM_read_bio_PrivateKey.3745 functions read or write a private key in PEM format using an
748 The write routines use "traditional" private key format and can handle
749 both RSA and DSA private keys.
756 write a private key in an
777 also write out a private key as a PKCS#8
786 functions process an encrypted private key using an
794 functions process a private key using a
809 functions process an RSA private key using an
814 functions, but an error occurs if the private key is not RSA.
836 functions process a DSA private ke
[all...]
H A DEVP_PKEY_new.381 .Nd public and private key allocation and raw key handling functions
131 private or public key without reference to any particular algorithm.
139 To add a private or public key to it, use the functions described in
160 The NID of a public key algorithm that supports raw private keys, i.e.\&
169 bytes of raw private key data of that type in
171 The public key data is automatically derived from the given private
187 structure is initialised without any private key information.
204 bytes of raw private key data to the buffer starting at
209 is large enough to receive the private key data.
216 This function only works for algorithms that support raw private key
[all...]
/openbsd-src/regress/lib/libcrypto/evp/
H A Devp_ecx_test.c28 "-----BEGIN PRIVATE KEY-----\n"
30 "-----END PRIVATE KEY-----\n";
70 "-----BEGIN PRIVATE KEY-----\n"
72 "-----END PRIVATE KEY-----\n";
94 "-----BEGIN PRIVATE KEY-----\n"
96 "-----END PRIVATE KEY-----\n";
187 * Decode private key from PEM and check raw private and raw public. in ecx_ed25519_raw_key_test()
193 fprintf(stderr, "FAIL: failed to read private key\n"); in ecx_ed25519_raw_key_test()
199 fprintf(stderr, "FAIL: failed to get raw private key len\n"); in ecx_ed25519_raw_key_test()
203 fprintf(stderr, "FAIL: raw private key length differs " in ecx_ed25519_raw_key_test()
[all …]
/openbsd-src/lib/libtls/man/
H A Dtls_load_file.3207 A private key will be decrypted if the optional
242 loads a file containing the private key.
245 directly sets the private key from memory.
256 loads two files from which the public certificate and private key will be read.
259 directly sets the public certificate and private key from memory.
262 loads three files containing the public certificate, private key,
266 directly sets the public certificate, private key, and DER-encoded OCSP staple
270 adds an additional public certificate and private key from the specified files,
274 adds an additional public certificate and private key from memory, used as an
278 adds an additional public certificate, private key, and DER-encoded OCSP staple
[all …]
/openbsd-src/regress/usr.bin/mandoc/char/unicode/
H A Dnogroff.out_utf879 �� <control> PRIVATE USE ONE
80 �� <control> PRIVATE USE TWO
97  <Private Use, First>
98  <Private Use, Last>
112 �� <Plane 15 Private Use, First>
113 �� <Plane 15 Private Use, Last>
116 �� <Plane 16 Private Use, First>
117 �� <Plane 16 Private Use, Last>
H A Dnogroff.in79 \[u0091]\N'145' <control> PRIVATE USE ONE
80 \[u0092]\N'146' <control> PRIVATE USE TWO
97 \[uE000] <Private Use, First>
98 \[uF8FF] <Private Use, Last>
112 \[uF0000] <Plane 15 Private Use, First>
113 \[uFFFFD] <Plane 15 Private Use, Last>
116 \[u100000] <Plane 16 Private Use, First>
117 \[u10FFFD] <Plane 16 Private Use, Last>
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog27 * deflex.l: Handle "PRIVATE" string.
28 * defparse.y (%token): Add PRIVATE.
31 (opt_PRIVATE): Handle PRIVATE token.
32 * dlltool.h (def_exports): Add 7th param for private flag to
34 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
35 (struct export): Add 'private' field.
36 (def_exports): Set 'private' field of struct exports.
39 (dump_def_info): Print 'private' field.
41 (gen_lib_file): Skip generation of lib object if private.
43 Don't delete non-existent private object files.
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DProgramPoint.h47 private:
88 private:
240 private:
261 private:
284 private:
301 private:
325 private:
348 private:
363 private:
378 private:
[all …]
/openbsd-src/usr.bin/ssh/
H A DPROTOCOL.key1 This document describes the private key format for OpenSSH.
6 an encrypted list of matching private keys.
19 string encrypted, padded list of private keys
30 3. Unencrypted list of N private keys
51 where each private key is encoded using the same rules as used for
63 encrypt the unencrypted list of private keys.

12345678910>>...238