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

/opensolaris-onvv-gate/usr/src/cmd/avs/dsstat/
H A Dmulti_stats.c54 if (iterations != -1 && pass >= iterations)
H A Ddsstat.h42 extern int iterations;
H A Ddsstat.c42 int iterations = 1; variable
392 iterations = -1;
398 if ((iterations = atoi(argv[optind])) <= 0) {
/opensolaris-onvv-gate/usr/src/lib/pkcs11/include/
H A Dcryptoki.h80 /* Default number of iterations to generate PKCS#5 key */
120 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
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpbkdf2.c105 params.iterations = count;
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c444 uint32_t iterations = CK_PKCS5_PBKD2_ITERATIONS; local
765 if (read(infd, &iterations,
766 sizeof (iterations)) != sizeof (iterations)) {
768 "failed to get iterations from "
773 iterations = ntohl(iterations);
883 (size_t)keysize, (void *)salt, sizeof (salt), iterations,
925 netiter = htonl(iterations);
929 "failed to write iterations t
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_enc.c205 pbkdf2_sha1(char *passphrase, char *ssid, size_t ssid_len, int iterations, argument
209 ssid_len, iterations, buflen, buf);
/opensolaris-onvv-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s275 ! Do dwords until source is 64-byte aligned, 0-6 iterations
403 ! while at least 1 dword, do dwords. Max 7 iterations.
424 ! while at least 1 hword, do hwords. Max 3 iterations.
/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_phy.h78 s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations,
H A Digb_phy.c2003 * @iterations: number of times to poll for link
2007 * Polls the PHY status register for link, 'iterations' number of times.
2010 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations, argument
2021 for (i = 0; i < iterations; i++) {
2047 *success = (i < iterations) ? true : false;
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c381 CK_ULONG iterations = CK_PKCS5_PBKD2_ITERATIONS; local
677 sizeof (salt), iterations, keytype, keysize,
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000_phy.h77 s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations,
H A De1000_phy.c1987 * @iterations: number of times to poll for link
1991 * Polls the PHY status register for link, 'iterations' number of times.
1994 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations, argument
2005 for (i = 0; i < iterations; i++) {
2031 *success = (i < iterations) ? true : false;
/opensolaris-onvv-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.s584 rdpr %otherwin, %g5 ! compute the number of iterations
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c1224 for (i = 0; i < params->iterations; i++) {
1348 params->iterations == 0)
H A DsoftKeystore.c2052 params.iterations = PBKD2_ITERATIONS;
2177 params.iterations = PBKD2_ITERATIONS;
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c523 int iterations; local
529 * We want iterations to be max_cmd * 3 to ensure that we run the
533 iterations = pwp->max_cmd * 3;
538 while (count < iterations) {
610 (echo_total / iterations) / 2;
/opensolaris-onvv-gate/usr/src/common/crypto/des/sun4u/
H A Ddes_crypt_asm.s3250 bz,pn %icc, .L4 ! if finished (one or three iterations

Completed in 184 milliseconds