Searched refs:protect (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/
H A Dsecuritycheck.c26 * Set protect = 1 for encryption or signing operations, or 0 otherwise. See
31 int protect = 0; local
35 protect = 1;
41 protect = 1;
64 if (protect ? (sz < 2048) : (sz < 1024)) {
71 /* make protect used */
72 (void)protect;
80 * protect should be 1 for any operations that need 112 bits of security
92 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect) argument
133 if (protect
[all...]
/netbsd-current/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-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_linux.cc61 // Depending on the kernel configuration, we may not be able to protect
70 Printf("FATAL: Cannot protect memory range %p - %p (%s).\n", beg, end,
138 bool protect = type == MappingDesc::INVALID || local
140 CHECK(!(map && protect));
141 if (!map && !protect)
151 if (protect) {
/netbsd-current/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v1.c115 uint16_t protect, eeprom_version, eeval; local
132 if (!ath_hal_eepromRead(ah, AR_EEPROM_PROTECT, &protect)) {
138 HALDEBUG(ah, HAL_DEBUG_ATTACH, "EEPROM protect 0x%x\n", protect);
187 ee->ee_protect = protect;
/netbsd-current/external/bsd/kyua-testers/dist/
H A Drun.c73 /// Must be protected by protect() and unprotect().
122 protect(void) function
151 protect();
184 protect();
432 protect();
473 protect();
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dpramasm.s248 movel #0x00d50035,%d1 | we have to set the write protect bit
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-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dhw.h245 static inline void NVVgaProtect(struct drm_device *dev, int head, bool protect) argument
249 if (protect) {
257 NVSetEnablePalette(dev, head, protect);
/netbsd-current/usr.bin/mail/
H A Dformat.c977 protect(const char *str) function
1009 subj = protect(subjof(mp));
1010 addr = protect(addrof(mp));
1011 user = protect(userof(mp));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c1094 lookup_member (tree xbasetype, tree name, int protect, bool want_type,
1157 if (!protect && lfi.ambiguous)
1160 if (protect == 2)
1165 protect = 0;
1187 if (rval && protect
1200 if (errstr && protect)
1341 lookup_field (tree xbasetype, tree name, int protect, bool want_type)
1343 tree rval = lookup_member (xbasetype, name, protect, want_type,
1358 lookup_fnfields (tree xbasetype, tree name, int protect)
1360 tree rval = lookup_member (xbasetype, name, protect, /*want_typ
1093 lookup_member(tree xbasetype, tree name, int protect, bool want_type, tsubst_flags_t complain, access_failure_info *afi) argument
1340 lookup_field(tree xbasetype, tree name, int protect, bool want_type) argument
1357 lookup_fnfields(tree xbasetype, tree name, int protect) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc1114 lookup_member (tree xbasetype, tree name, int protect, bool want_type,
1174 if (protect == 0)
1176 else if (protect == 1)
1185 else if (protect == 2)
1211 if (protect == 1 && !really_overloaded_fn (rval))
1356 lookup_field (tree xbasetype, tree name, int protect, bool want_type)
1358 tree rval = lookup_member (xbasetype, name, protect, want_type,
1373 lookup_fnfields (tree xbasetype, tree name, int protect,
1376 tree rval = lookup_member (xbasetype, name, protect, /*want_type=*/false,
1113 lookup_member(tree xbasetype, tree name, int protect, bool want_type, tsubst_flags_t complain, access_failure_info *afi) argument
1355 lookup_field(tree xbasetype, tree name, int protect, bool want_type) argument
1372 lookup_fnfields(tree xbasetype, tree name, int protect, tsubst_flags_t complain) argument
/netbsd-current/external/gpl2/groff/dist/arch/djgpp/
H A Dconfig.bat4 Rem The SmallEnv tests protect against fixed and too small size
/netbsd-current/external/gpl3/gdb.old/dist/gdb/features/
H A DMakefile48 microblaze-with-stack-protect \
109 microblaze-with-stack-protect.xml \
/netbsd-current/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-current/external/gpl2/mkhybrid/dist/
H A Dapple.h261 byte protect; /* = 1 for protected file, 0 otherwise */ member in struct:__anon7
/netbsd-current/external/gpl3/gdb/dist/gdb/features/
H A DMakefile103 microblaze-with-stack-protect.xml \
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Ddive_1.asm253 nop C protect against cache bank clash
H A Dbdiv_q_1.asm255 nop C protect against cache bank clash
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dfilename.d509 break; // path, quotes won't protect it
/netbsd-current/sys/arch/sun3/sun3x/
H A Dlocore.s238 btst #3,%d1 | write protect bit set?
241 andw #0xc0,%d0 | write protect is set on page:
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Dndis_events.c732 * per process, so let's use wmi_first flag to protect against
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/chacha/asm/
H A Dchacha-c64xplus.pl192 || BNOP middle2x1? ; protect from interrupt
249 || BNOP middle2x2? ; protect from interrupt
306 || BNOP bottom2x1? ; protect from interrupt
635 || BNOP middle1x? ; protect from interrupt
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/chacha/asm/
H A Dchacha-c64xplus.pl191 || BNOP middle2x1? ; protect from interrupt
248 || BNOP middle2x2? ; protect from interrupt
305 || BNOP bottom2x1? ; protect from interrupt
634 || BNOP middle1x? ; protect from interrupt
/netbsd-current/share/mk/
H A Dbsd.sys.mk181 # GCC 4.8 on m68k erroneously does not protect functions with
/netbsd-current/external/gpl2/gettext/dist/djgpp/
H A Dconfig.bat4 Rem The SmallEnv tests protect against fixed and too small size
/netbsd-current/sys/arch/atari/atari/
H A Dlocore.s229 btst #3,%d1 | write protect bit set?
232 andw #0xc0,%d0 | Write protect is set on page:

Completed in 489 milliseconds

12