/freebsd/crypto/openssl/providers/common/ |
H A D | securitycheck.c | 31 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 D | ah_eeprom_v1.c | 115 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 D | qcom,msm8916-wcd-analog.txt | 15 "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 D | msan_linux.cpp | 145 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 D | example.11 | 17 # this will also protect syslog. 23 # this will also protect syslog.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RSA_blinding_on.pod | 5 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 D | Makefile | 1 PROG= protect
|
/freebsd/sys/arm64/qoriq/ |
H A D | qoriq_dw_pci.c | 111 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 D | securitycheck.h | 14 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect);
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cmp_certreq_new.pod | 76 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 D | unbound.te | 15 # unbound-{checkconf,control} are not protected. Do we need protect them?
|
/freebsd/lib/libwrap/ |
H A D | hosts.allow | 49 # 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 D | arm-versatile.txt | 7 some special write protect/VPP bits that can be controlled by the machine's
|
H A D | lpc32xx-mlc.txt | 7 - gpios: GPIO specification for NAND write protect
|
H A D | lpc32xx-slc.txt | 7 - gpios: GPIO specification for NAND write protect
|
H A D | nvidia-tegra20-nand.txt | 39 - wp-gpios: GPIO specifier for the write protect pin.
|
/freebsd/sys/contrib/device-tree/Bindings/extcon/ |
H A D | extcon-rt8973a.txt | 5 is a USB port accessory detector and switch that is optimized to protect low
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | arm,pl172.txt | 63 - mpmc,write-protect: Enable write protect.
|
/freebsd/sys/riscv/sifive/ |
H A D | fu740_pci_dw.c | 287 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 D | qcom,smem.txt | 25 Definition: reference to a hwspinlock used to protect allocations from
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_background.sgml | 40 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 D | mpu.txt | 18 First should be type 'protect-exec' for the driver to use to copy
|
/freebsd/sys/contrib/device-tree/Bindings/eeprom/ |
H A D | at25.txt | 23 - wp-gpios : GPIO to which the write-protect pin of the chip is connected
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | fsl-esdhc.txt | 29 inverted write-protect state; New devices should use the generic
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan.cpp | 1200 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()
|