| /netbsd-src/external/mit/isl/dist/include/isl/ |
| H A D | typed_cpp.h | 21 struct Anonymous; 28 using aff_on = aff<Ts..., Anonymous>; 34 using aff_list_on = aff_list<Ts..., Anonymous>; 79 using pw_aff_on = pw_aff<Ts..., Anonymous>; 85 using pw_aff_list_on = pw_aff_list<Ts..., Anonymous>; 109 using union_pw_aff_on = union_pw_aff<Ts..., Anonymous>; 115 using union_pw_aff_list_on = union_pw_aff_list<Ts..., Anonymous>; 133 struct aff<Anonymous> : public isl::aff { 201 inline typed::aff<Anonymous> add(const typed::aff<Anonymous> &aff2) const; 202 inline typed::multi_aff<Anonymous> add(const typed::multi_aff<Anonymous> &multi2) const; [all …]
|
| /netbsd-src/external/mit/isl/dist/interface/ |
| H A D | template_cpp.cc | 133 static TupleKindPtr Anonymous("Anonymous"); variable 161 if (Anonymous.get() == this) in params() 267 return size() != 0 && back() == Anonymous; in is_anon() 442 static Signature bin_params_anon = { { }, { { }, { Anonymous } } }; 443 static Signature bin_set_anon = { { Domain }, { { Domain }, { Anonymous } } }; 445 { { Domain, Range }, { { Domain, Range }, { Anonymous } } }; 473 static Signature update_set = { { Domain2 }, { { Leaf }, { Anonymous } } }; 475 { { Domain2, Range }, { { Leaf, Range }, { Anonymous } } }; 477 { { Domain, Range2 }, { { Domain, Leaf }, { Anonymous } } }; 491 { { Domain }, { { }, { Anonymous }, { Integer } } }; [all …]
|
| /netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/ |
| H A D | README | 46 http://www.openclipart.org/people/Anonymous/Anonymous_Network.svg 48 Anonymous 50 Andrew Fitzsimon / Anonymous
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/ref/ |
| H A D | rfc4505.txt | 13 Anonymous Simple Authentication and Security Layer (SASL) Mechanism 60 RFC 4505 Anonymous SASL Mechanism June 2006 63 2. The Anonymous Mechanism 116 RFC 4505 Anonymous SASL Mechanism June 2006 172 RFC 4505 Anonymous SASL Mechanism June 2006 228 RFC 4505 Anonymous SASL Mechanism June 2006 231 Anonymous proxy servers could enhance this privacy but would have to 234 Anonymous connections are susceptible to man-in-the-middle attacks 284 RFC 4505 Anonymous SASL Mechanism June 2006 340 RFC 4505 Anonymous SASL Mechanism June 2006 [all …]
|
| H A D | rfc2245.txt | 12 Anonymous SASL Mechanism 42 2. Anonymous SASL mechanism 60 RFC 2245 Anonymous SASL Mechanism November 1997 116 RFC 2245 Anonymous SASL Mechanism November 1997 156 -- thus only exposing the source IP address and time. Anonymous 160 Anonymous connections are susceptible to man in the middle attacks 172 RFC 2245 Anonymous SASL Mechanism November 1997 228 RFC 2245 Anonymous SASL Mechanism November 1997
|
| /netbsd-src/external/mit/isl/dist/cpp/ |
| H A D | typed_cpp.h.top | 21 struct Anonymous;
|
| /netbsd-src/external/bsd/libpcap/dist/ |
| H A D | README.md | 12 Anonymous Git is available via:
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_CTX_set_tmp_dh_callback.pod | 43 Anonymous ciphers (without a permanent server key) also use ephemeral DH keys.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_CTX_set_tmp_dh_callback.pod | 40 signing. Anonymous ciphers (without a permanent server key) also use ephemeral
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | security.sdf | 123 Anonymous access is requested by providing no name and no password 129 association. Anonymous bind mechanism is enabled by default, but
|
| H A D | limits.sdf | 159 anonymous|Anonymous (non-authenticated) users
|
| H A D | backends.sdf | 32 their own private connection to the remote LDAP server. Anonymous sessions
|
| H A D | access-control.sdf | 167 anonymous|Anonymous (non-authenticated) users 505 anonymous|Anonymous (non-authenticated) users 804 H3: Matching Anonymous and Authenticated users
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | Record.cpp | 522 if (auto *Anonymous = dyn_cast<AnonymousNameInit>(New)) in resolveReferences() local 523 return Anonymous->getNameInit(); in resolveReferences() 740 auto *Anonymous = dyn_cast<AnonymousNameInit>(CurRec->getNameInit()); in Fold() local 742 (Anonymous && Name == Anonymous->getNameInit())) { in Fold()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | std-gnu11.m4 | 428 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. 443 "Anonymous union alignment botch");
|
| /netbsd-src/external/bsd/tcpdump/dist/ |
| H A D | README.md | 9 Anonymous Git is available via
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc4370.txt | 140 authorization request is to be honored. "Anonymous" users SHOULD NOT
|
| H A D | rfc4513.txt | 84 5.1.1. Anonymous Authentication Mechanism of Simple Bind ..14 140 B.2.2. Section 5.1 ("Anonymous authentication 766 5.1.1. Anonymous Authentication Mechanism of Simple Bind 1504 [RFC4505] Zeilenga, K., "The Anonymous SASL Mechanism", RFC 4505, 1687 B.2.2. Section 5.1 ("Anonymous authentication procedure")
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
| H A D | ciphers.pod | 243 Anonymous DH cipher suites, note that this does not include anonymous Elliptic 257 Anonymous Elliptic Curve Diffie-Hellman cipher suites.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-ciphers.pod.in | 247 Anonymous DH cipher suites, note that this does not include anonymous Elliptic 261 Anonymous Elliptic Curve Diffie-Hellman cipher suites.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1517 bool Anonymous = false, bool Class = false) 1519 ID(LastID++), IsAnonymous(Anonymous), IsClass(Class) { in Name()
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.ok | 110 Anonymous Representation for calendar date for 112 Anonymous Interchange rolls of perforated tape for 348 Anonymous Identification of States of the United 427 Anonymous Proposed American National Standard. 430 Anonymous Proposed American National Standard. 654 Anonymous Papers from the 2nd symposium on 856 Anonymous Papers from the 3rd ACM symposium on 1007 Anonymous As the industry sees it . . . . . . . . 506--517
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | CodingStandards.rst | 1523 Anonymous Namespaces 1527 namespaces in particular. Anonymous namespaces are a great language feature 1530 eliminating the possibility of symbol name collisions. Anonymous namespaces are
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | TODO | 368 Observed by an Anonymous Coward on undeadly.org:
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | danetest.in | 49 ## -- Anonymous and "never valid" leaf certificate DANE-EE(3) tests
|