| /src/external/bsd/file/dist/tests/ |
| regex-eol.magic | 6 !:strength +60
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_rand.c | 26 unsigned int strength, BN_CTX *ctx) 50 b = flag == NORMAL ? RAND_bytes_ex(libctx, buf, bytes, strength) 51 : RAND_priv_bytes_ex(libctx, buf, bytes, strength); 63 if (RAND_bytes_ex(libctx, &c, 1, strength) <= 0) 103 unsigned int strength, BN_CTX *ctx) 105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx); 120 unsigned int strength, BN_CTX *ctx) 122 return bnrand(PRIVATE, rnd, bits, top, bottom, strength, ctx); 134 unsigned int strength, BN_CTX *ctx) 162 strength, ctx) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_rand.c | 24 unsigned int strength, BN_CTX *ctx) 50 b = flag == NORMAL ? RAND_bytes_ex(libctx, buf, bytes, strength) 51 : RAND_priv_bytes_ex(libctx, buf, bytes, strength); 63 if (RAND_bytes_ex(libctx, &c, 1, strength) <= 0) 103 unsigned int strength, BN_CTX *ctx) 105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx); 120 unsigned int strength, BN_CTX *ctx) 122 return bnrand(PRIVATE, rnd, bits, top, bottom, strength, ctx); 134 unsigned int strength, BN_CTX *ctx) 162 strength, ctx) [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/qcom/ |
| qcom-ipq4019-ap.dk01.1.dtsi | 47 drive-strength = <12>; 53 drive-strength = <2>;
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
| test_rng.c | 43 unsigned int strength; member in struct:__anon1621 77 static int test_rng_instantiate(void *vtest, unsigned int strength, 84 if (!test_rng_set_ctx_params(t, params) || strength > t->strength) 103 unsigned int strength, int prediction_resistance, 108 if (strength > t->strength || t->entropy_len - t->entropy_pos < outlen) 126 unsigned int strength, 132 if (t->nonce == NULL || strength > t->strength) [all...] |
| drbg_local.h | 129 unsigned int strength; member in struct:prov_drbg_st 196 int ossl_prov_drbg_instantiate(PROV_DRBG *drbg, unsigned int strength, 207 unsigned int strength, int prediction_resistance,
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/ |
| test_rng.c | 46 unsigned int strength; member in struct:__anon580 81 static int test_rng_instantiate(void *vtest, unsigned int strength, 88 if (!test_rng_set_ctx_params(t, params) || strength > t->strength) 128 unsigned int strength, int prediction_resistance, 134 if (strength > t->strength) 160 unsigned int strength, size_t min_noncelen, 166 if (strength > t->strength) [all...] |
| drbg_local.h | 113 unsigned int strength; member in struct:prov_drbg_st 181 int ossl_prov_drbg_instantiate(PROV_DRBG *drbg, unsigned int strength, 192 unsigned int strength, int prediction_resistance,
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun8i-a33-inet-d978-rev2.dts | 90 drive-strength = <20>;
|
| sun8i-h3-orangepi-pc-plus.dts | 82 /* Increase drive strength for DDR modes */ 83 drive-strength = <40>;
|
| sun5i-a10s-r7-tv-dongle.dts | 100 drive-strength = <20>;
|
| sun5i-a10s-auxtek-t003.dts | 108 drive-strength = <20>;
|
| sun5i-a13-olinuxino-micro.dts | 110 drive-strength = <20>;
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/ |
| bcm958300k.dts | 72 nand-ecc-strength = <24>;
|
| bcm958305k.dts | 80 nand-ecc-strength = <24>;
|
| bcm911360_entphn.dts | 94 nand-ecc-strength = <24>;
|
| bcm953012k.dts | 61 nand-ecc-strength = <4>;
|
| /src/games/rogue/ |
| hit.c | 273 short strength; local 275 strength = rogue.str_current + add_strength; 277 if (strength <= 6) { 278 return(strength-5); 280 if (strength <= 14) { 283 if (strength <= 17) { 286 if (strength <= 18) { 289 if (strength <= 20) { 292 if (strength <= 21) { 295 if (strength <= 30) [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/common/ |
| securitycheck.c | 63 * FIPS requires a minimum security strength of 112 bits (for encryption or 78 * FIPS requires a minimum security strength of 112 bits for key-derivation key. 111 * strength (such as signing, and key exchange), or 0 for operations that allow 112 * a lower security strength (such as verify). 125 * For EC the security strength is the (order_bits / 2) 128 int strength = EC_GROUP_order_bits(group) / 2; local 129 /* The min security strength allowed for legacy verification is 80 bits */ 130 if (strength < 80) 134 * security strength 136 if (protect && strength < OSSL_FIPS_MIN_SECURITY_STRENGTH_BITS [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/common/ |
| securitycheck.c | 24 * FIPS requires a minimum security strength of 112 bits (for encryption or 81 * strength (such as signing, and key exchange), or 0 for operations that allow 82 * a lower security strength (such as verify). 96 int nid, strength; local 119 * For EC the security strength is the (order_bits / 2) 122 strength = EC_GROUP_order_bits(group) / 2; 123 /* The min security strength allowed for legacy verification is 80 bits */ 124 if (strength < 80) { 131 * security strength 133 if (protect && strength < 112) [all...] |
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| rand.h | 30 * Default security strength (in the sense of [NIST SP 800-90Ar1]) 32 * NIST SP 800-90Ar1 supports the strength of the DRBG being smaller than that 34 * does not take RAND_DRBG_STRENGTH into account and sets the strength of the 66 * a strength. 69 unsigned int strength); 73 * a strength. 76 unsigned int strength);
|
| /src/games/battlestar/ |
| command7.c | 44 fight(int enemy, int strength) 151 if (strength - lifeline > 20) { 193 if (enemy == DARK && lifeline > strength * 0.33) { 246 if (strength - lifeline <= 50) { 274 if (lifeline >= strength) {
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/ |
| bcm958742-base.dtsi | 95 nand-ecc-strength = <8>;
|
| /src/crypto/external/apache2/openssl/dist/fuzz/ |
| fuzz_rand.c | 41 ossl_unused unsigned int strength, 59 ossl_unused unsigned int strength,
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| rand.h | 30 * Default security strength (in the sense of [NIST SP 800-90Ar1]) 32 * NIST SP 800-90Ar1 supports the strength of the DRBG being smaller than that 34 * does not take RAND_DRBG_STRENGTH into account and sets the strength of the 68 * a strength. 71 unsigned int strength); 75 * a strength. 78 unsigned int strength);
|