/freebsd/crypto/openssh/regress/ |
H A D | hostkey-rotate.sh | 36 primary="ssh-ed25519" 37 secondary="$primary" 84 dossh -oHostKeyAlgorithms=$primary -oStrictHostKeyChecking=no 87 check_key_present $primary || fail "unstrict didn't learn key" 111 if [ "$primary" != "$secondary" ]; then 127 ${SSHKEYGEN} -qt ${primary} -f $OBJ/hkr.${primary}-new -N '' || fatal "ssh-keygen ed25519" 128 ( cat $OBJ/sshd_proxy.orig ; echo HostKey $OBJ/hkr.${primary}-new ) \ 131 dossh -oStrictHostKeyChecking=yes -oHostKeyAlgorithms=${primary},$all_algs 133 check_key_present ${primary} || fail "current key missing" 134 check_key_present ${primary} $OBJ/hkr.${primary}-new.pub || fail "new key missing" [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | drbgtest.c | 140 EVP_RAND_CTX *primary = RAND_get0_primary(NULL); in using_fips_rng() local 144 if (!TEST_ptr(primary)) in using_fips_rng() 147 prov = EVP_RAND_get0_provider(EVP_RAND_CTX_get0_rand(primary)); in using_fips_rng() 181 EVP_RAND_CTX *primary, in test_drbg_reseed() argument 208 if (!TEST_int_ne(primary_reseed = reseed_counter(primary), 0) in test_drbg_reseed() 235 if (!TEST_int_eq(state(primary), expected_state) in test_drbg_reseed() 242 if (!TEST_int_ge(reseed_counter(primary), primary_reseed)) in test_drbg_reseed() 250 reseed_counter(primary))) in test_drbg_reseed() 258 reseed_counter(primary))) in test_drbg_reseed() 264 if (!TEST_time_t_le(before_reseed, reseed_time(primary)) in test_drbg_reseed() [all …]
|
/freebsd/crypto/openssh/ |
H A D | auth-options.c | 534 sshauthopt_merge(const struct sshauthopt *primary, in sshauthopt_merge() argument 551 tmp = primary->required_from_host_cert; in sshauthopt_merge() 556 tmp = primary->required_from_host_keys; 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() 578 if (primary->npermitopen > 0) { in sshauthopt_merge() 580 primary->permitopen, primary->npermitopen) != 0) in sshauthopt_merge() 588 if (primary->npermitlisten > 0) { in sshauthopt_merge() 590 primary->permitlisten, primary->npermitlisten) != 0) in sshauthopt_merge() [all …]
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_lib.c | 407 EVP_RAND_CTX *primary; member 489 EVP_RAND_CTX_free(dgbl->primary); in ossl_rand_ctx_free() 630 ret = dgbl->primary; in RAND_get0_primary() 639 ret = dgbl->primary; in RAND_get0_primary() 653 ret = dgbl->primary = rand_new_drbg(ctx, dgbl->seed, in RAND_get0_primary() 663 ret = dgbl->primary = NULL; in RAND_get0_primary() 677 EVP_RAND_CTX *rand, *primary; in RAND_get0_public() local 684 primary = RAND_get0_primary(ctx); in RAND_get0_public() 685 if (primary == NULL) in RAND_get0_public() 696 rand = rand_new_drbg(ctx, primary, SECONDARY_RESEED_INTERVAL, in RAND_get0_public() [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | coex.c | 213 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/sys/dev/drm2/ |
H A D | drm_platform.c | 142 ret = drm_get_minor(dev, &dev->primary, DRM_MINOR_LEGACY); in drm_get_platform_dev() 155 &dev->primary->mode_group); in drm_get_platform_dev() 168 driver->date, dev->primary->index); in drm_get_platform_dev() 173 drm_put_minor(&dev->primary); in drm_get_platform_dev()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | lilly.out | 27 ../a.out: illegal primary in regular expression += at = 33 ../a.out: illegal primary in regular expression *= at = 90 ../a.out: illegal primary in regular expression += at = 96 ../a.out: illegal primary in regular expression *= at = 252 ../a.out: illegal primary in regular expression += at = 258 ../a.out: illegal primary in regular expression *= at = 315 ../a.out: illegal primary in regular expression += at = 321 ../a.out: illegal primary in regular expression *= at = 492 ../a.out: illegal primary in regular expression += at = 498 ../a.out: illegal primary in regular expression *= at = [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | renesas,drif.txt | 28 two, one of them needs to act as a primary device that accepts common 30 property called "renesas,primary-bond". 34 the zeroth channel is selected as primary-bond. This channels accepts 37 "renesas,bonding" or "renesas,primary-bond" will have no effect. That 64 - If it acts as primary among enabled bonds 68 - renesas,primary-bond: empty property indicating the channel acts as primary 108 renesas,primary-bond;
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_aperture.c | 355 bool primary = false; in aperture_remove_conflicting_pci_devices() local 361 primary = true; in aperture_remove_conflicting_pci_devices() 363 if (primary) in aperture_remove_conflicting_pci_devices() 381 if (primary) in aperture_remove_conflicting_pci_devices()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_RAND.pod | 78 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/device-tree/Bindings/powerpc/fsl/ |
H A D | pamu.txt | 57 - 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>;
|
H A D | msi-pic.txt | 94 In the PAMU, each PCI controller is given only one primary window. The 96 Because PCI devices must be able to DMA to memory, the primary window must 99 PAMU primary windows can be divided into 256 subwindows, and each 107 primary window used for memory, but mapped to the MSIR block (where MSIIR
|
/freebsd/bin/sh/ |
H A D | arith_yacc.c | 166 static arith_t primary(int token, union yystype *val, int op, int noeval) in primary() function 191 return -primary(op, val, yylex(), noeval); in primary() 194 return !primary(op, val, yylex(), noeval); in primary() 197 return ~primary(op, val, yylex(), noeval); in primary() 214 b = primary(token, &val, yylex(), noeval); in binop2() 235 arith_t a = primary(token, val, op, noeval); in binop()
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | snps,dw-apb-ictl.txt | 5 APB bus, e.g. Marvell Armada 1500. It can also be used as primary interrupt 16 - interrupts: interrupt reference to primary interrupt controller 37 /* dw_apb_ictl is used as primary interrupt controller */
|
H A D | marvell,armada-8k-pic.txt | 6 typically connected to the GIC as the primary interrupt controller. 14 - interrupts: the interrupt to the primary interrupt controller,
|
/freebsd/contrib/ntp/scripts/ntptrace/ |
H A D | ntptrace-opts.def | 47 the chain of NTP servers from a given host back to the primary time source. For 65 count to the primary source, while the synchronization distance is the 66 estimated error relative to the primary source. These terms are precisely
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RAND_get0_primary.pod | 25 The I<primary> DRBG is a global instance, which is not intended to be used 32 RAND_get0_primary() returns a pointer to the I<primary> DRBG instance 46 It is not thread-safe to access the I<primary> DRBG instance.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | SearchableTable.td | 21 // Both a primary key and additional secondary keys / search indices can also 53 // table can have a searchable primary key, and it can also be referenced by 56 // The name of the record is used as the name of the global primary array of 109 // (Optional) List of fields that make up the primary key. 112 // (Optional) Name of the primary key search function.
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | st-rproc.txt | 6 Co-processors can be controlled from the bootloader or the primary OS. If 7 the bootloader starts a co-processor, the primary OS must detect its state
|
/freebsd/contrib/mandoc/ |
H A D | read.c | 57 struct buf *primary; /* buffer currently being parsed */ member 110 cp = curp->primary->buf; in choose_parser() 111 ep = cp + curp->primary->sz; in choose_parser() 582 save_primary = curp->primary; in mparse_readfd() 587 curp->primary = &blk; in mparse_readfd() 616 curp->primary = save_primary; in mparse_readfd()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
H A D | AArch64CPUFeatures.inc | 13 // This file has two identical copies. The primary copy lives in LLVM and 15 // changes in this file, first modify the primary copy and copy it over to
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | AArch64CPUFeatures.inc | 13 // This file has two identical copies. The primary copy lives in LLVM and 15 // changes in this file, first modify the primary copy and copy it over to
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb3503.txt | 20 rate is specified by REF_SEL pins and a value from the primary 25 REFCLK signal and assume that a value from the primary reference
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | MIBEntryDef.inc | 18 * This file has two identical copies. The primary copy lives in LLVM and 20 * in this file, first modify the primary copy and copy it over to compiler-rt.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MIBEntryDef.inc | 18 * This file has two identical copies. The primary copy lives in LLVM and 20 * in this file, first modify the primary copy and copy it over to compiler-rt.
|