/netbsd-src/crypto/external/bsd/openssl/dist/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()
|
/netbsd-src/external/bsd/kyua-testers/dist/ |
H A D | run.c | 122 protect(void) in protect() function 151 protect(); in cleanup_handler() 184 protect(); in timeout_handler() 432 protect(); in kyua_run_fork() 473 protect(); in kyua_run_wait()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_linux.cc | 138 bool protect = type == MappingDesc::INVALID || in InitShadow() local 140 CHECK(!(map && protect)); in InitShadow() 141 if (!map && !protect) in InitShadow() 151 if (protect) { in InitShadow()
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ |
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()
|
/netbsd-src/sys/arch/mac68k/mac68k/ |
H A D | pramasm.s | 257 movel #0x00550035,%d1 | de-write-protect the PRAM 268 movel #0x00d50035,%d1 | we have to set the write protect bit 287 bne NoWrit | go around de-write protect logic 288 movel #0x00550035,%d1 | clear write protect bit of PRAM 292 bsr _C_LABEL(Transfer) | and go de-write protect RTC
|
/netbsd-src/external/bsd/ipf/dist/rules/ |
H A D | example.11 | 18 # this will also protect syslog. 24 # this will also protect syslog.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | RSA_blinding_on.pod | 5 RSA_blinding_on, RSA_blinding_off - protect the RSA operation from timing attacks 19 must be used to protect the RSA operation from that attack.
|
/netbsd-src/crypto/external/bsd/openssl/dist/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.
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/mips32/ |
H A D | mips.m4 | 67 dnl defreg() is used to protect the $ in $0 (otherwise it would represent a 68 dnl macro argument). Double quoting is used to protect the f0 in $f0
|
H A D | mips-defs.m4 | 67 dnl defreg() is used to protect the $ in $0 (otherwise it would represent a 68 dnl macro argument). Double quoting is used to protect the f0 in $f0
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | search.c | 1093 lookup_member (tree xbasetype, tree name, int protect, bool want_type, in lookup_member() argument 1156 if (!protect && lfi.ambiguous) in lookup_member() 1159 if (protect == 2) in lookup_member() 1164 protect = 0; in lookup_member() 1186 if (rval && protect in lookup_member() 1199 if (errstr && protect) in lookup_member() 1340 lookup_field (tree xbasetype, tree name, int protect, bool want_type) in lookup_field() argument 1342 tree rval = lookup_member (xbasetype, name, protect, want_type, in lookup_field() 1357 lookup_fnfields (tree xbasetype, tree name, int protect) in lookup_fnfields() argument 1359 tree rval = lookup_member (xbasetype, name, protect, /*want_type=*/false, in lookup_fnfields()
|
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/ |
H A D | commonly-asked-questions.rst | 34 not protect against cache poisoning and answer manipulation in other parts 41 Does DNSSEC protect the communication between my laptop and my name server? 42 Unfortunately, not at the moment. DNSSEC is designed to protect the 51 Does DNSSEC protect my network from malicious websites? 53 or perform cache poisoning. It cannot protect against users who
|
/netbsd-src/crypto/external/bsd/openssl/dist/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.
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
H A D | hw.h | 245 static inline void NVVgaProtect(struct drm_device *dev, int head, bool protect) in NVVgaProtect() argument 249 if (protect) { in NVVgaProtect() 257 NVSetEnablePalette(dev, head, protect); in NVVgaProtect()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | search.cc | 1113 lookup_member (tree xbasetype, tree name, int protect, bool want_type, in lookup_member() argument 1173 if (protect == 0) in lookup_member() 1175 else if (protect == 1) in lookup_member() 1184 else if (protect == 2) in lookup_member() 1210 if (protect == 1 && !really_overloaded_fn (rval)) in lookup_member() 1355 lookup_field (tree xbasetype, tree name, int protect, bool want_type) in lookup_field() argument 1357 tree rval = lookup_member (xbasetype, name, protect, want_type, in lookup_field() 1372 lookup_fnfields (tree xbasetype, tree name, int protect, in lookup_fnfields() argument 1375 tree rval = lookup_member (xbasetype, name, protect, /*want_type=*/false, in lookup_fnfields()
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/alpha/ |
H A D | default.m4 | 97 dnl defreg() is used to protect the $ in $0 (otherwise it would represent a 98 dnl macro argument). Double quoting is used to protect the f0 in $f0
|
/netbsd-src/crypto/external/bsd/openssl/dist/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);
|
/netbsd-src/usr.bin/mail/ |
H A D | format.c | 977 protect(const char *str) in protect() function 1009 subj = protect(subjof(mp)); in preformat() 1010 addr = protect(addrof(mp)); in preformat() 1011 user = protect(userof(mp)); in preformat()
|
/netbsd-src/external/bsd/unbound/dist/contrib/selinux/ |
H A D | unbound.te | 15 # unbound-{checkconf,control} are not protected. Do we need protect them?
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | lmdb_table | 74 # Note that fcntl(2) locks do not protect transactions within 77 # protect its transactions with in-process locks, in addition
|
/netbsd-src/external/cddl/osnet/sys/sys/ |
H A D | README | 19 * It is the job of the header itself to protect itself.
|
/netbsd-src/external/mpl/bind/dist/bin/dnssec/ |
H A D | dnssec-cds.rst | 55 To protect against breaking the delegation, :program:`dnssec-cds` ensures that 109 To protect against replay attacks, child records are rejected if they 131 To protect against replay attacks, the modification time of the
|
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | apple.h | 261 byte protect; /* = 1 for protected file, 0 otherwise */ member
|
/netbsd-src/sys/arch/m68k/m68k/ |
H A D | busaddrerr.s | 242 btst #3,%d1 | write protect bit set? 245 andw #0xc0,%d0 | write protect is set on page:
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | t-vxworks | 43 # macro names to protect against recursive inclusions. We achieve
|