| /freebsd/crypto/openssl/providers/common/ |
| H A D | securitycheck.c | 27 int protect = 0; in ossl_rsa_key_op_get_protect() local 32 protect = 1; in ossl_rsa_key_op_get_protect() 39 protect = 1; in ossl_rsa_key_op_get_protect() 58 *outprotect = protect; in ossl_rsa_key_op_get_protect() 68 int ossl_rsa_check_key_size(const RSA *rsa, int protect) in ossl_rsa_check_key_size() argument 72 if (protect ? (sz < 2048) : (sz < 1024)) in ossl_rsa_check_key_size() 122 int ossl_ec_check_security_strength(const EC_GROUP *group, int protect) in ossl_ec_check_security_strength() argument 136 if (protect && strength < OSSL_FIPS_MIN_SECURITY_STRENGTH_BITS) in ossl_ec_check_security_strength()
|
| H A D | securitycheck_fips.c | 38 const RSA *rsa, const char *desc, int protect) in ossl_fips_ind_rsa_key_check() argument 40 int key_approved = ossl_rsa_check_key_size(rsa, protect); in ossl_fips_ind_rsa_key_check() 57 int protect) in ossl_fips_ind_ec_key_check() argument 65 strength_allowed = ossl_ec_check_security_strength(group, protect); in ossl_fips_ind_ec_key_check()
|
| /freebsd/crypto/openssl/providers/common/include/prov/ |
| H A D | securitycheck.h | 17 int ossl_rsa_check_key_size(const RSA *rsa, int protect); 23 int ossl_ec_check_security_strength(const EC_GROUP *group, int protect);
|
| /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/crypto/openssl/providers/fips/include/fips/ |
| H A D | fipsindicator.h | 126 const RSA *rsa, const char *desc, int protect); 130 int protect);
|
| /freebsd/crypto/openssl/providers/implementations/kem/ |
| H A D | rsa_kem.c | 134 int protect = 0; in rsakem_init() local 142 if (!ossl_rsa_key_op_get_protect(vrsa, operation, &protect)) in rsakem_init() 155 prsactx->rsa, desc, protect)) in rsakem_init()
|
| /freebsd/usr.bin/protect/ |
| H A D | Makefile | 1 PROG= protect
|
| /freebsd/sys/arm64/qoriq/ |
| H A D | qoriq_dw_pci.c | 110 qorif_dw_pci_dbi_protect(struct qorif_dw_pci_softc *sc, bool protect) in qorif_dw_pci_dbi_protect() argument 115 if (protect) in qorif_dw_pci_dbi_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/sys/contrib/dev/iwlwifi/mld/ |
| H A D | Makefile | 5 iwlmld-y += mld.o notif.o mac80211.o fw.o power.o iface.o link.o rx.o mcc.o session-protect.o phy.o
|
| /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
|
| /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/crypto/openssl/providers/implementations/asymciphers/ |
| H A D | rsa_enc.c | 100 int protect = 0; in rsa_init() local 105 if (!ossl_rsa_key_op_get_protect(vrsa, operation, &protect)) in rsa_init() 130 prsactx->rsa, desc, protect)) in rsa_init()
|
| /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/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/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
|