Home
last modified time | relevance | path

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

12345678910>>...18

/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/external/bsd/kyua-testers/dist/
H A Drun.c122 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 Dmsan_linux.cc138 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 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()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dpramasm.s257 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 Dexample.1118 # this will also protect syslog.
24 # this will also protect syslog.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DRSA_blinding_on.pod5 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 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.
/netbsd-src/external/lgpl3/gmp/dist/mpn/mips32/
H A Dmips.m467 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 Dmips-defs.m467 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 Dsearch.c1093 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 Dcommonly-asked-questions.rst34 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 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.
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dhw.h245 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 Dsearch.cc1113 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 Ddefault.m497 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 Dsecuritycheck.h14 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect);
/netbsd-src/usr.bin/mail/
H A Dformat.c977 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 Dunbound.te15 # unbound-{checkconf,control} are not protected. Do we need protect them?
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dlmdb_table74 # 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 DREADME19 * It is the job of the header itself to protect itself.
/netbsd-src/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-cds.rst55 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 Dapple.h261 byte protect; /* = 1 for protected file, 0 otherwise */ member
/netbsd-src/sys/arch/m68k/m68k/
H A Dbusaddrerr.s242 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 Dt-vxworks43 # macro names to protect against recursive inclusions. We achieve

12345678910>>...18