Searched refs:iterations (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dcf2.c52 size_t prflen, iterations; local
64 iterations = keybytes / prflen;
66 iterations++;
67 assert(iterations <= 254);
68 buffer = k5alloc(iterations * prflen, &retval);
80 while (iterations > 0) {
86 iterations--;
H A Dpbkdf2.c105 params.iterations = count;
/osnet-11/usr/src/lib/pkcs11/include/
H A Dcryptoki.h77 /* Default number of iterations to generate PKCS#5 key */
117 size_t passphrase_len, void *salt, size_t salt_len, CK_ULONG iterations,
H A Dpkcs11t.h1786 CK_ULONG iterations; member in struct:CK_PKCS5_PBKD2_PARAMS
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SUNWExtensions.c374 * Session must be open. Salt and iterations use defaults.
378 size_t passphrase_len, void *salt, size_t salt_len, CK_ULONG iterations,
391 iterations == 0UL) {
436 params.iterations = iterations;
377 pkcs11_PasswdToPBKD2Object(CK_SESSION_HANDLE hSession, char *passphrase, size_t passphrase_len, void *salt, size_t salt_len, CK_ULONG iterations, CK_KEY_TYPE key_type, CK_ULONG key_len, CK_FLAGS key_flags, CK_OBJECT_HANDLE_PTR obj) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm100 Returns the number of iterations.
121 Time COUNT iterations of CODE. CODE may be a string to eval or a
248 probably want to run a lot more iterations.
259 resolution, so it's best to look at the number of iterations divided
260 by the times that you are concerned with, not just the iterations.
676 # Can't let our baseline have any iterations, or they get subtracted
815 print " (warning: too few iterations for a reliable count)\n"
837 print "timing $n iterations of" unless $style eq 'none';
H A DBenchmark.t59 print "# $in_threesecs iterations\n";
60 ok ($in_threesecs > 0, "iters returned positive iterations");
63 print "# from the 3 second run estimate $estimate iterations in 1 second...\n";
69 print "# $in_onesec iterations\n";
70 ok ($in_onesec > 0, "iters returned positive iterations");
87 print "# $in_again iterations\n";
88 ok ($in_again > 0, "iters returned positive iterations");
130 my $iterations = 3;
134 my $got = timethis($iterations, sub {++$foo});
137 is ($foo, $iterations, "benchmarke
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c1221 for (i = 0; i < params->iterations; i++) {
1345 params->iterations == 0)
H A DsoftKeystore.c2062 params.iterations = PBKD2_ITERATIONS;
2187 params.iterations = PBKD2_ITERATIONS;
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s850 ! (similar to prefetching) for PRE_STORE iterations to give
913 ! of loop iterations then go to final cleanup

Completed in 62 milliseconds