Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd/crypto/openssl/providers/common/
H A Dsecuritycheck.c31 int protect = 0; in ossl_rsa_check_key() local
35 protect = 1; in ossl_rsa_check_key()
41 protect = 1; in ossl_rsa_check_key()
64 if (protect ? (sz < 2048) : (sz < 1024)) { in ossl_rsa_check_key()
72 (void)protect; in ossl_rsa_check_key()
92 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect) in ossl_ec_check_key() argument
133 if (protect && strength < 112) { in ossl_ec_check_key()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v1.c115 uint16_t protect, eeprom_version, eeval; in ath_hal_v1EepromAttach() local
132 if (!ath_hal_eepromRead(ah, AR_EEPROM_PROTECT, &protect)) { in ath_hal_v1EepromAttach()
138 HALDEBUG(ah, HAL_DEBUG_ATTACH, "EEPROM protect 0x%x\n", protect); in ath_hal_v1EepromAttach()
187 ee->ee_protect = protect; in ath_hal_v1EepromAttach()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,msm8916-wcd-analog.txt15 "cdc_spk_ocp_int" - Speaker over current protect interrupt.
21 "cdc_ear_ocp_int" - Earphone over current protect interrupt.
22 "cdc_hphr_ocp_int" - Headphone R over current protect interrupt.
23 "cdc_hphl_ocp_det" - Headphone L over current protect interrupt.
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp145 bool protect = type == MappingDesc::INVALID || in InitShadow() local
147 CHECK(!(map && protect)); in InitShadow()
148 if (!map && !protect) { in InitShadow()
164 if (protect) { in InitShadow()
/freebsd/share/examples/ipfilter/rules/
H A Dexample.1117 # this will also protect syslog.
23 # this will also protect syslog.
/freebsd/crypto/openssl/doc/man3/
H A DRSA_blinding_on.pod5 RSA_blinding_on, RSA_blinding_off - protect the RSA operation from timing attacks
25 must be used to protect the RSA operation from that attack.
/freebsd/usr.bin/protect/
H A DMakefile1 PROG= protect
/freebsd/sys/arm64/qoriq/
H A Dqoriq_dw_pci.c111 qorif_dw_pci_dbi_protect(struct qorif_dw_pci_softc *sc, bool protect) in qorif_dw_pci_dbi_protect() argument
116 if (protect) in qorif_dw_pci_dbi_protect()
/freebsd/crypto/openssl/providers/common/include/prov/
H A Dsecuritycheck.h14 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect);
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod76 The function does not protect the message if the B<status> value in I<si>
123 It does not protect the message if the B<status> value in I<si> is B<rejected>
149 The function does not protect the message if I<unprotectedErrors> is nonzero.
/freebsd/contrib/unbound/contrib/selinux/
H A Dunbound.te15 # unbound-{checkconf,control} are not protected. Do we need protect them?
/freebsd/lib/libwrap/
H A Dhosts.allow49 # Sendmail can help protect you against spammers and relay-rapers
61 # Rpcbind is used for all RPC services; protect your NFS!
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Darm-versatile.txt7 some special write protect/VPP bits that can be controlled by the machine's
H A Dlpc32xx-mlc.txt7 - gpios: GPIO specification for NAND write protect
H A Dlpc32xx-slc.txt7 - gpios: GPIO specification for NAND write protect
H A Dnvidia-tegra20-nand.txt39 - wp-gpios: GPIO specifier for the write protect pin.
/freebsd/sys/contrib/device-tree/Bindings/extcon/
H A Dextcon-rt8973a.txt5 is a USB port accessory detector and switch that is optimized to protect low
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Darm,pl172.txt63 - mpmc,write-protect: Enable write protect.
/freebsd/sys/riscv/sifive/
H A Dfu740_pci_dw.c287 fupci_dbi_protect(struct fupci_softc *sc, bool protect) in fupci_dbi_protect() argument
292 if (protect) in fupci_dbi_protect()
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smem.txt25 Definition: reference to a hwspinlock used to protect allocations from
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_background.sgml40 protect against packet forgery. All these choices have proven to
45 authentication does not protect against bit flipping packet
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/
H A Dmpu.txt18 First should be type 'protect-exec' for the driver to use to copy
/freebsd/sys/contrib/device-tree/Bindings/eeprom/
H A Dat25.txt23 - wp-gpios : GPIO to which the write-protect pin of the chip is connected
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dfsl-esdhc.txt29 inverted write-protect state; New devices should use the generic
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1200 bool protect = type == MappingDesc::INVALID || in InitShadow() local
1202 CHECK(!(map && protect)); in InitShadow()
1203 if (!map && !protect) { in InitShadow()
1219 if (protect) { in InitShadow()

123456