HomeSort by: relevance | last modified time | path
    Searched refs:protect (Results 1 - 25 of 118) sorted by relevancy

1 2 3 4 5

  /src/crypto/external/apache2/openssl/dist/providers/common/
securitycheck.c 27 int protect = 0; local
32 protect = 1;
39 protect = 1;
58 *outprotect = protect;
65 * Set protect = 1 for encryption or signing operations, or 0 otherwise. See
68 int ossl_rsa_check_key_size(const RSA *rsa, int protect)
72 if (protect ? (sz < 2048) : (sz < 1024))
110 * protect should be 1 for any operations that need 112 bits of security
122 int ossl_ec_check_security_strength(const EC_GROUP *group, int protect)
136 if (protect && strength < OSSL_FIPS_MIN_SECURITY_STRENGTH_BITS
    [all...]
securitycheck.c 27 int protect = 0; local
32 protect = 1;
39 protect = 1;
58 *outprotect = protect;
65 * Set protect = 1 for encryption or signing operations, or 0 otherwise. See
68 int ossl_rsa_check_key_size(const RSA *rsa, int protect)
72 if (protect ? (sz < 2048) : (sz < 1024))
110 * protect should be 1 for any operations that need 112 bits of security
122 int ossl_ec_check_security_strength(const EC_GROUP *group, int protect)
136 if (protect && strength < OSSL_FIPS_MIN_SECURITY_STRENGTH_BITS
    [all...]
securitycheck_fips.c 38 const RSA *rsa, const char *desc, int protect)
40 int key_approved = ossl_rsa_check_key_size(rsa, protect);
57 int protect)
65 strength_allowed = ossl_ec_check_security_strength(group, protect);
securitycheck_fips.c 38 const RSA *rsa, const char *desc, int protect)
40 int key_approved = ossl_rsa_check_key_size(rsa, protect);
57 int protect)
65 strength_allowed = ossl_ec_check_security_strength(group, protect);
  /src/crypto/external/apache2/openssl/dist/providers/common/include/prov/
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);
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);
  /src/crypto/external/bsd/openssl/dist/providers/common/
securitycheck.c 26 * 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)
133 if (protect && strength < 112)
    [all...]
securitycheck.c 26 * 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)
133 if (protect && strength < 112)
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/common/include/prov/
securitycheck.h 14 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect);
securitycheck.h 14 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_linux.cc 61 // 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) {
msan_linux.cc 61 // 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) {
  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v1.c 115 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;
ah_eeprom_v1.c 115 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;
  /src/external/bsd/kyua-testers/dist/
run.c 73 /// Must be protected by protect() and unprotect().
122 protect(void) function
151 protect();
184 protect();
432 protect();
473 protect();
run.c 73 /// Must be protected by protect() and unprotect().
122 protect(void) function
151 protect();
184 protect();
432 protect();
473 protect();
  /src/crypto/external/apache2/openssl/dist/providers/fips/include/fips/
fipsindicator.h 126 const RSA *rsa, const char *desc, int protect);
130 int protect);
fipsindicator.h 126 const RSA *rsa, const char *desc, int protect);
130 int protect);
  /src/sys/arch/mac68k/mac68k/
pramasm.s 248 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
pramasm.s 248 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
  /src/crypto/external/apache2/openssl/dist/providers/implementations/kem/
rsa_kem.c 134 int protect = 0; local
142 if (!ossl_rsa_key_op_get_protect(vrsa, operation, &protect))
155 prsactx->rsa, desc, protect))
rsa_kem.c 134 int protect = 0; local
142 if (!ossl_rsa_key_op_get_protect(vrsa, operation, &protect))
155 prsactx->rsa, desc, protect))
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
hw.h 245 static inline void NVVgaProtect(struct drm_device *dev, int head, bool protect)
249 if (protect) {
257 NVSetEnablePalette(dev, head, protect);
hw.h 245 static inline void NVVgaProtect(struct drm_device *dev, int head, bool protect)
249 if (protect) {
257 NVSetEnablePalette(dev, head, protect);
  /src/usr.bin/mail/
format.c 959 * Protect a string against strftime() conversion.
962 protect(const char *str) function
994 subj = protect(subjof(mp));
995 addr = protect(addrof(mp));
996 user = protect(userof(mp));

Completed in 41 milliseconds

1 2 3 4 5