Searched refs:rounds (Results 1 - 11 of 11) sorted by relevance
/osnet-11/usr/src/lib/crypt_modules/sha256/ |
H A D | crypt_sha.c | 120 #define ROUNDS "rounds=" 124 * get the integer value after rounds= where ever it occurs in the string. 176 int rounds = ROUNDS_DEFAULT; local 193 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); 263 for (i = 0; i < rounds; i++) { 297 "%s$rounds=%zu$", crypt_alg_magic, rounds); 382 * If the config file has a higher value for rounds= than what 409 "%s$rounds=%d$",
|
/osnet-11/usr/src/lib/crypt_modules/bsdbf/ |
H A D | bcrypt.c | 45 * REPEAT rounds: 69 * You can have up to 2^31 rounds which should be enough for some 76 #define BCRYPT_MINROUNDS 16 /* we have log2(rounds) in salt */ 190 uint32_t rounds, i, k; local 227 if ((rounds = (uint32_t) 1 << (logr = atoi(salt))) < BCRYPT_MINROUNDS) 230 /* Discard num rounds + "$" identifier */ 245 for (k = 0; k < rounds; k++) {
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSSL.c | 106 * result is assumed to be larger than rounds * MD5_DIGEST_LENGTH. 110 uint_t rand1len, uchar_t *rand2, uint_t rand2len, int rounds, 118 for (i = 0; i < rounds; i++) { 653 int rounds, n = 0; local 762 rounds = howmany(size, MD5_DIGEST_LENGTH); 769 ClientRandomLen, rounds, kb); 109 soft_ssl3_churn(uchar_t *secret, uint_t secretlen, uchar_t *rand1, uint_t rand1len, uchar_t *rand2, uint_t rand2len, int rounds, uchar_t *result) argument
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Benchmark.pm | 199 Clear the cached time for COUNT rounds of the null loop. 272 rounds of the null loop will be calculated only once for each 298 in seconds for the whole loop (not divided by the number of rounds). 305 number of rounds but empty loop body) is subtracted 309 number of rounds. The caching can be controlled using
|
H A D | bigint.pm | 235 A positive value rounds to this digit left from the dot. 0 or 1 mean round to
|
H A D | bignum.pm | 313 a positive value rounds to this digit left from the dot. 0 or 1 mean round to
|
H A D | overload.pm | 381 Note that traditionally the Perl function L<int> rounds to 0, thus for
|
/osnet-11/usr/src/lib/libumem/common/ |
H A D | umem.c | 1622 umem_cpu_reload(umem_cpu_cache_t *ccp, umem_magazine_t *mp, int rounds) argument 1625 (ccp->cc_loaded && ccp->cc_rounds + rounds == ccp->cc_magsize)); 1631 ccp->cc_rounds = rounds; 2056 int rounds, prounds, cpu_seqid; local 2066 rounds = ccp->cc_rounds; 2076 umem_magazine_destroy(cp, mp, rounds);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/ |
H A D | Maketext.pm | 535 * 6 to 8 medium carrots, peeled and then sliced in 1/4-inch rounds
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigInt.pm | 3321 cascade of incrementation): e.g. when rounding to units, 0.9 rounds 3322 to 1, and -19.9 rounds to -20. If D < 5, the number is similarly 3324 rounds to 0, and -19.4 rounds to -19. 3333 rounds the digit at the rounding place to 0, 2, 4, 6, or 8 3339 rounds the digit at the rounding place to 1, 3, 5, 7, or 9 if 3376 * fround($a) rounds to $a significant digits 3543 * Setting A or P this way immediately rounds $x to the new value.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/ |
H A D | HiRes.pm | 154 rounds the higher resolution timer values up, down, or to the nearest second
|
Completed in 69 milliseconds