Home
last modified time | relevance | path

Searched full:primary (Results 1 – 25 of 1420) sorted by relevance

12345678910>>...57

/freebsd/crypto/openssh/regress/
H A Dhostkey-rotate.sh34 # The "primary" key type is ed25519 since it's supported even when built
36 primary="ssh-ed25519"
37 secondary="$primary"
84 dossh -oHostKeyAlgorithms=$primary -oStrictHostKeyChecking=no
87 check_key_present $primary || fail "unstrict didn't learn key"
110 # Change one hostkey (non primary) and relearn
111 if [ "$primary" != "$secondary" ]; then
112 verbose "learn changed non-primary hostkey type=${secondary}"
125 # Add new hostkey (primary type) to sshd and connect
126 verbose "learn new primary hostkey"
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h20 /// should be the "primary" client, and will be used for computing whether the
25 DiagnosticConsumer *Primary; variable
29 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary, in ChainedDiagnosticConsumer() argument
31 : OwningPrimary(std::move(Primary)), Primary(OwningPrimary.get()), in ChainedDiagnosticConsumer()
34 /// Construct without taking ownership of \c Primary.
35 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary, in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
41 Primary->BeginSourceFile(LO, PP); in BeginSourceFile()
47 Primary->EndSourceFile(); in EndSourceFile()
52 Primary->finish(); in finish()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DPseudoTerminal.h32 /// Constructs this object with invalid primary and secondary file
38 /// The destructor will close the primary and secondary file descriptors if
44 /// Close the primary file descriptor if it is valid.
53 /// returned. If the pid is valid, the primary file descriptor can be used
57 /// the secondary pseudo terminal and the primary file descriptor will be
60 /// This class will close the file descriptors for the primary/secondary when
71 /// The primary file descriptor accessor.
73 /// This object retains ownership of the primary file descriptor when this
79 /// The primary file descriptor, or PseudoTerminal::invalid_fd
80 /// if the primary file descriptor is not currently valid.
[all …]
/freebsd/crypto/openssl/test/
H A Ddrbgtest.c134 EVP_RAND_CTX *primary = RAND_get0_primary(NULL); in using_fips_rng() local
138 if (!TEST_ptr(primary)) in using_fips_rng()
141 prov = EVP_RAND_get0_provider(EVP_RAND_CTX_get0_rand(primary)); in using_fips_rng()
165 * |primary|, |public|, |private|: pointers to the three shared DRBGs
175 EVP_RAND_CTX *primary, in test_drbg_reseed() argument
202 if (!TEST_int_ne(primary_reseed = reseed_counter(primary), 0) in test_drbg_reseed()
229 if (!TEST_int_eq(state(primary), expected_state) in test_drbg_reseed()
235 /* Test whether primary DRBG was reseeded as expected */ in test_drbg_reseed()
236 if (!TEST_int_ge(reseed_counter(primary), primary_reseed)) in test_drbg_reseed()
244 reseed_counter(primary))) in test_drbg_reseed()
[all …]
/freebsd/usr.bin/find/
H A Dfind.195 primary.
120 primary in conjunction with
130 primary specified by
187 primary.
213 If no units are specified, this primary evaluates to
221 If units are specified, this primary evaluates to
230 primary description for information on supported time units.
254 If no units are specified, this primary evaluates to
261 If units are specified, this primary evaluates to
309 If no units are specified, this primary evaluates to
[all …]
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_dir.c29 * switchable primary cache. An alternate form of the type represents a
33 * cache set. Resolving a name of this form results in dirname's primary
40 * primary cache to be set to the named cache.
42 * Within the directory, cache names begin with 'tkt'. The file "primary"
43 * contains a single line naming the primary cache. The directory must already
44 * exist when the DIR ccache is resolved, but the primary file will be created
79 /* Compose the pathname of the primary file within a cache directory. */
83 return k5_path_join(dirname, "primary", path_out); in primary_pathname()
143 /* Read the primary file and compose the residual string for the primary
178 /* Create or update the primary file with a line containing contents. */
[all …]
H A Dt_cccol.c233 * Before initializing the primary ccache, generate and initialize two in main()
237 * important). The primary cache for the collection should remain as the in main()
264 * Initialize the initial primary cache. Make sure it didn't change names, in main()
278 * Switch the primary cache to each cache we have open. One each switch, in main()
279 * check the primary name, check that the collection resolves to the in main()
280 * expected cache, and check that the new primary name appears first in the in main()
306 * Destroy the primary cache. Make sure this causes both the initial in main()
307 * primary name and the collection name to resolve to an uninitialized in main()
308 * cache. Make sure the primary name doesn't change and doesn't appear in in main()
321 * Switch to the first unique cache after destroying the primary cache. in main()
[all …]
/freebsd/crypto/krb5/src/windows/lib/
H A Dcacheapi.h159 apiCB** cc_ctx, // < DLL's primary control structure.
168 apiCB** cc_ctx // <> DLL's primary control structure. NULL after call.
173 apiCB* cc_ctx, // > DLL's primary control structure
187 apiCB* cc_ctx, // > DLL's primary control structure
197 apiCB* cc_ctx, // > DLL's primary control structure
206 apiCB* cc_ctx, // > DLL's primary control structure
212 apiCB* cc_ctx, // > DLL's primary control structure
241 apiCB* cc_ctx, // > DLL's primary control structure
250 apiCB* cc_ctx, // > DLL's primary control structure
268 apiCB* cc_ctx, // > DLL's primary control structure
[all …]
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp41 // The destructor will close the primary and secondary file descriptors if they
50 // Close the primary file descriptor if it is valid.
68 // Open the primary side of a pseudo terminal in OpenFirstAvailablePrimary()
160 // Primary FD should have O_CLOEXEC set, but let's close it just in in Fork()
182 // The primary file descriptor accessor. This object retains ownership of the
183 // primary file descriptor when this accessor is used. Use
185 // of the primary file descriptor.
187 // Returns the primary file descriptor, or -1 if the primary file descriptor is
199 // Release ownership of the primary pseud
[all...]
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_RAND.7122 the <primary>, <public>, and <private> DRBG.
123 While the <primary> DRBG is a single global instance, the <public> and <private>
128 .SS "The <primary> DRBG instance"
129 .IX Subsection "The <primary> DRBG instance"
130 The <primary> DRBG is not used directly by the application, only for reseeding
142 The <primary> DRBG is intended to be accessed concurrently for reseeding
144 It is \fInot\fR thread-safe to access the <primary> DRBG directly via the
160 thread. Using the <primary> DRBG as entropy source for multiple DRBG
162 will lock the <primary> DRBG automatically for obtaining random input.
174 \& RAND_add() ==> <primary> <\-| shared DRBG (with locking) |
[all …]
/freebsd/sbin/hastd/
H A Dhast.conf.5201 the data is stored on primary node and sent to the secondary.
202 Secondary node then acknowledges data receipt and primary reports
206 Before secondary node returns, primary node dies entirely.
207 When the secondary node comes back to life it becomes the new primary.
270 Executed on both primary and secondary nodes when resource role is changed.
273 Executed on both primary and secondary nodes when connection for the given
277 Executed on both primary and secondary nodes when connection for the given
281 Executed on primary node when synchronization process of secondary node is
285 Executed on primary node when synchronization process of secondary node is
289 Executed on primary node when synchronization process of secondary node is
[all …]
H A Dsecondary.c95 * Thread that sends requests back to primary takes requests from this list.
247 * When we work as primary and secondary is missing we will increase in init_remote()
252 * and are both configured as primary nodes. In turn, they can both in init_remote()
256 * When we connect we can see that primary's localcnt is greater than in init_remote()
257 * our remotecnt (primary was modified while we weren't watching) and in init_remote()
258 * our localcnt is greater than primary's remotecnt (we were modified in init_remote()
259 * while primary wasn't watching). in init_remote()
262 * is to compare them. We compare secondary's local with primary's in init_remote()
263 * remote and secondary's remote with primary's local. in init_remote()
264 * Note that every case where primary's localcnt is smaller than in init_remote()
[all …]
/freebsd/share/man/man4/
H A Dctl.4150 Active/Standby -- primary node has backend access and processes requests,
154 while secondary node synchronizes processing with primary one;
156 Active/Active -- primary node has backend access and processes requests,
157 while secondary node forwards all requests and data to primary one;
180 primary;
185 so that for one LUN one node is primary, while for another -- another.
186 Role change from primary to secondary for HA modes 0 and 2 closes backends,
188 If there is no primary node (both nodes are secondary, or secondary node has
189 no connection to primary one), secondary node(s) report Transitioning state.
190 State with two primary nodes is illegal (split brain condition).
/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND.pod78 the <primary>, <public>, and <private> DRBG.
79 While the <primary> DRBG is a single global instance, the <public> and <private>
85 =head2 The <primary> DRBG instance
87 The <primary> DRBG is not used directly by the application, only for reseeding
103 The <primary> DRBG is intended to be accessed concurrently for reseeding
105 It is I<not> thread-safe to access the <primary> DRBG directly via the
121 thread. Using the <primary> DRBG as entropy source for multiple DRBG
123 will lock the <primary> DRBG automatically for obtaining random input.
135 RAND_add() ==> <primary> <-| shared DRBG (with locking) |
207 (or L<RAND_seed(3)>), then this will immediately reseed the <primary> DRBG.
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dcoex.c213 struct ieee80211_chanctx_conf *primary;
246 /* if the primary is low latency, it will stay primary */ in iwl_mvm_bt_coex_tcm_based_ci()
253 swap(data->primary, data->secondary); in iwl_mvm_bt_coex_tcm_based_ci()
264 bool primary) in iwl_mvm_bt_notif_per_link()
275 if (primary) in iwl_mvm_bt_notif_per_link()
322 /* In case we decided to exit eSR - stay with the primary */ in iwl_mvm_bt_notif_per_link()
402 /* low latency is always primary */ in iwl_mvm_bt_notif_per_link()
406 data->secondary = data->primary; in iwl_mvm_bt_notif_per_link()
407 data->primary in iwl_mvm_bt_notif_per_link()
215 struct ieee80211_chanctx_conf *primary; global() member
[all...]
/freebsd/crypto/openssh/
H A Dauth-options.c530 * Merges "additional" options to "primary" and returns the result.
531 * NB. Some options from primary have primacy.
534 sshauthopt_merge(const struct sshauthopt *primary, in sshauthopt_merge() argument
549 /* Prefer access lists from primary. */ in sshauthopt_merge()
551 tmp = primary->required_from_host_cert; in sshauthopt_merge()
556 tmp = primary->required_from_host_keys; in sshauthopt_merge()
564 * prefer the primary. in sshauthopt_merge()
566 ret->force_tun_device = primary->force_tun_device; in sshauthopt_merge()
569 if (primary->nenv > 0) { in sshauthopt_merge()
571 primary->env, primary->nenv) != 0) in sshauthopt_merge()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h76 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in lookups() local
77 if (Primary->hasExternalVisibleStorage()) in lookups()
78 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary); in lookups()
79 if (StoredDeclsMap *Map = Primary->buildLookup()) in lookups()
90 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in noload_lookups() local
92 Primary->loadLazyLocalLexicalLookups(); in noload_lookups()
93 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups()
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c34 * There are three shared DRBG instances: <primary>, <public>, and
44 * The <primary> DRBG
50 * The <primary> DRBG is a global instance which is accessed concurrently by
54 EVP_RAND_CTX *primary; member
573 EVP_RAND_CTX_free(dgbl->primary); in ossl_rand_ctx_free()
755 * Get the primary random generator.
761 EVP_RAND_CTX *ret, *seed, *newseed = NULL, *primary; in rand_get0_primary() local
769 ret = dgbl->primary; in rand_get0_primary()
786 /* The FIPS provider has entropy health tests instead of the primary */ in rand_get0_primary()
794 * The primary DRBG may be shared between multiple threads so we must in rand_get0_primary()
[all …]
/freebsd/crypto/krb5/src/man/
H A Dkpropd.man52 from the primary KDC.
54 When the replica receives a kprop request from the primary, kpropd
57 database which is used by \fI\%krb5kdc\fP\&. This allows the primary
86 enabled, the replica periodically polls the primary KDC for updates, at
89 from the primary. \fI\%kproplog\fP can be used to view a summary of
102 Specifies the realm of the primary server.
106 default, the primary admin server is contacted.
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h108 Allocator.Primary.Options.load()))) in allocate()
159 Primary.Options.set(OptionBit::MayReturnNull); in init()
161 Primary.Options.setFillContentsMode(ZeroFill); in init()
163 Primary.Options.setFillContentsMode(PatternOrZeroFill); in init()
165 Primary.Options.set(OptionBit::DeallocTypeMismatch); in init()
167 Primary.Options.set(OptionBit::DeleteSizeMismatch); in init()
170 Primary.Options.set(OptionBit::UseMemoryTagging); in init()
180 Primary.init(ReleaseToOsIntervalMs); in init()
250 Primary.unmapTestOnly(); in unmapTestOnly()
263 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } in initCache()
[all …]
/freebsd/contrib/kyua/store/
H A Dschema_v2.sql60 schema_version INTEGER PRIMARY KEY CHECK (schema_version >= 1),
77 context_id INTEGER PRIMARY KEY AUTOINCREMENT,
90 PRIMARY KEY (context_id, var_name)
106 action_id INTEGER PRIMARY KEY AUTOINCREMENT,
147 PRIMARY KEY (metadata_id, property_name)
154 -- primary key, yet we need to locate entries in the metadatas table solely by
157 -- TODO(jmmv): I think this index is useless given that the primary key in the
171 test_program_id INTEGER PRIMARY KEY AUTOINCREMENT,
213 test_case_id INTEGER PRIMARY KEY AUTOINCREMENT,
233 test_case_id INTEGER PRIMARY KEY REFERENCES test_cases,
[all …]
H A Dschema_v3.sql60 schema_version INTEGER PRIMARY KEY CHECK (schema_version >= 1),
83 var_name TEXT PRIMARY KEY,
117 PRIMARY KEY (metadata_id, property_name)
124 -- primary key, yet we need to locate entries in the metadatas table solely by
127 -- TODO(jmmv): I think this index is useless given that the primary key in the
141 test_program_id INTEGER PRIMARY KEY AUTOINCREMENT,
177 test_case_id INTEGER PRIMARY KEY AUTOINCREMENT,
195 test_case_id INTEGER PRIMARY KEY REFERENCES test_cases,
219 PRIMARY KEY (test_case_id, file_name)
231 -- hash to the file contents and use that as the primary key instead.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dpamu.txt57 - fsl,primary-cache-geometry
59 Two cells that specify the geometry of the primary PAMU
107 fsl,primary-cache-geometry = <32 1>;
113 fsl,primary-cache-geometry = <32 1>;
119 fsl,primary-cache-geometry = <32 1>;
125 fsl,primary-cache-geometry = <32 1>;
131 fsl,primary-cache-geometry = <32 1>;
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.eap_user_sqlite2 identity TEXT PRIMARY KEY,
11 identity TEXT PRIMARY KEY,
30 mac_addr TEXT PRIMARY KEY,
35 mac_addr TEXT PRIMARY KEY,
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dlocate_kdc.c161 entry->primary = -1; in new_server_entry()
189 int primary) in add_host_to_list() argument
207 entry->primary = primary; in add_host_to_list()
583 * the transport, flags (indicating primary status), and host. The host is
595 int primary = FALSE; in parse_uri_fields() local
616 primary = TRUE; in parse_uri_fields()
643 *primary_out = primary; in parse_uri_fields()
661 int port, def_port, primary; in locate_uri() local
675 parse_uri_fields(entry->host, &transport, &host_field, &primary); in locate_uri()
703 path, primary); in locate_uri()
[all …]

12345678910>>...57