Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 269) sorted by relevance

1234567891011

/freebsd/crypto/openssh/regress/
H A Dhostkey-rotate.sh36 primary="ssh-ed25519"
37 secondary="$primary"
84 dossh -oHostKeyAlgorithms=$primary -oStrictHostKeyChecking=no
111 if [ "$primary" != "$secondary" ]; then
127 ${SSHKEYGEN} -qt ${primary} -f $OBJ/hkr.${primary}-new -N '' || fatal "ssh-keygen ed25519"
133 check_key_present ${primary} || fail "current key missing"
134 check_key_present ${primary} $OBJ/hkr.${primary}-new.pub || fail "new key missing"
139 mv $OBJ/hkr.${primary}.pub $OBJ/hkr.${primary}.pub.old
140 mv $OBJ/hkr.${primary}-new.pub $OBJ/hkr.${primary}.pub
141 mv $OBJ/hkr.${primary}-new $OBJ/hkr.${primary}
[all …]
/freebsd/crypto/openssl/test/
H A Ddrbgtest.c144 if (!TEST_ptr(primary)) in using_fips_rng()
181 EVP_RAND_CTX *primary, in test_drbg_reseed() argument
529 EVP_RAND_CTX *primary, *public, *private; in test_rand_fork_safety() local
556 EVP_RAND_CTX *primary, *public, *private; in test_rand_reseed() local
578 || !TEST_ptr_ne(public, primary) in test_rand_reseed()
579 || !TEST_ptr_ne(private, primary) in test_rand_reseed()
585 if (!TEST_true(disable_crngt(primary))) in test_rand_reseed()
589 EVP_RAND_uninstantiate(primary); in test_rand_reseed()
615 inc_reseed_counter(primary); in test_rand_reseed()
626 inc_reseed_counter(primary); in test_rand_reseed()
[all …]
/freebsd/crypto/openssh/
H A Dauth-options.c551 tmp = primary->required_from_host_cert; 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()
612 if (primary->valid_before != 0) in sshauthopt_merge()
622 if (primary->force_command != NULL && in sshauthopt_merge()
624 if (strcmp(primary->force_command, in sshauthopt_merge()
[all …]
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c407 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()
663 ret = dgbl->primary = NULL; in RAND_get0_primary()
677 EVP_RAND_CTX *rand, *primary; in RAND_get0_public() local
685 if (primary == NULL) in RAND_get0_public()
710 EVP_RAND_CTX *rand, *primary; in RAND_get0_private() local
718 if (primary == NULL) in RAND_get0_private()
825 if (dgbl->primary != NULL) { in RAND_set_DRBG_type()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dcoex.c257 swap(data->primary, data->secondary); in iwl_mvm_bt_coex_tcm_based_ci()
337 data->secondary = data->primary; in iwl_mvm_bt_notif_per_link()
338 data->primary = chanctx_conf; in iwl_mvm_bt_notif_per_link()
345 if (chanctx_conf == data->primary) in iwl_mvm_bt_notif_per_link()
353 data->secondary = data->primary; in iwl_mvm_bt_notif_per_link()
354 data->primary = chanctx_conf; in iwl_mvm_bt_notif_per_link()
361 if (data->primary == chanctx_conf) in iwl_mvm_bt_notif_per_link()
372 if (!data->primary || data->primary == chanctx_conf) in iwl_mvm_bt_notif_per_link()
373 data->primary = chanctx_conf; in iwl_mvm_bt_notif_per_link()
379 if (data->primary == chanctx_conf) in iwl_mvm_bt_notif_per_link()
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_platform.c142 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 Dlilly.out27 ../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 Drenesas,drif.txt28 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;
H A Drenesas,drif.yaml38 two, one of them needs to act as a primary device that accepts common
40 property called "renesas,primary-bond".
44 the zeroth channel is selected as primary-bond. This channels accepts
47 "renesas,bonding" or "renesas,primary-bond" will have no effect. That
93 renesas,primary-bond:
96 Indicates that the channel acts as primary among the bonded channels.
134 - renesas,primary-bond
188 renesas,primary-bond;
/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND.pod78 the <primary>, <public>, and <private> DRBG.
85 =head2 The <primary> DRBG instance
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) |
209 call and reseed, pulling randomness from <primary>.
233 The following two sections describe the reseeding process of the primary
237 =head2 Reseeding the primary DRBG with automatic seeding enabled
[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>;
H A Dmsi-pic.txt94 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 Darith_yacc.c166 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/net/can/
H A Dst,stm32-bxcan.yaml22 st,can-primary:
29 uses the terms master instead of primary.
69 SRAM memory shared by the two bxCAN cells (CAN1 primary and CAN2
94 st,can-primary;
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsnps,dw-apb-ictl.txt5 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 Dmarvell,armada-8k-pic.txt6 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 Dntptrace-opts.def47 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/sys/contrib/device-tree/Bindings/mfd/
H A Dti,tps6594.yaml29 ti,primary-pmic:
32 Identify the primary PMIC on SPMI bus.
35 accomplished through a SPMI bus: the primary PMIC is the controller
116 ti,primary-pmic;
/freebsd/crypto/openssl/doc/man3/
H A DRAND_get0_primary.pod25 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/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra20-gr3d.yaml113 - description: primary module clock
123 - description: primary module reset
125 - description: primary memory client hotflush reset
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dst-rproc.txt6 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/llvm-project/llvm/include/llvm/TableGen/
H A DSearchableTable.td21 // 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/contrib/mandoc/
H A Dread.c57 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/sys/contrib/device-tree/Bindings/usb/
H A Dusb3503.txt20 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/llvm/include/llvm/ProfileData/
H A DMIBEntryDef.inc18 * 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.

1234567891011