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

/illumos-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) {
/illumos-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
/illumos-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
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpbkdf2.c105 params.iterations = count;
/illumos-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);
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c445 uint32_t iterations = CK_PKCS5_PBKD2_ITERATIONS; local
766 if (read(infd, &iterations,
767 sizeof (iterations)) != sizeof (iterations)) {
769 "failed to get iterations from "
774 iterations = ntohl(iterations);
883 (size_t)keysize, (void *)salt, sizeof (salt), iterations,
925 netiter = htonl(iterations);
929 "failed to write iterations t
[all...]
/illumos-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.
/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c385 CK_ULONG iterations = CK_PKCS5_PBKD2_ITERATIONS; local
681 sizeof (salt), iterations, keytype, keysize,
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.s584 rdpr %otherwin, %g5 ! compute the number of iterations
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.h86 s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations,
H A De1000_phy.c2342 * @iterations: number of times to poll for link
2346 * Polls the PHY status register for link, 'iterations' number of times.
2348 s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations, argument
2359 for (i = 0; i < iterations; i++) {
2386 *success = (i < iterations);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Danonymous.c54 nsec3->iterations = swap16(iter);
H A DDNSCommon.c466 DNSSECDigestName(nsec3->alg), nsec3->flags, swap16(nsec3->iterations));
1186 for (i = 0; i <= swap16(nsec3->iterations); i++)
3292 if (swap16(nsec3->iterations) > NSEC3_MAX_ITERATIONS)
3294 LogInfo("SetRData: nsec3 iteration count %d too big", swap16(nsec3->iterations));
H A DmDNSEmbeddedAPI.h864 mDNSu16 iterations; variable
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c1195 for (i = 0; i < params->iterations; i++) {
1319 params->iterations == 0)
H A DsoftKeystore.c2052 params.iterations = PBKD2_ITERATIONS;
2177 params.iterations = PBKD2_ITERATIONS;
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog.S490 ! of the "extra" iterations before then.)
/illumos-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;
/illumos-gate/usr/src/common/crypto/des/sun4u/
H A Ddes_crypt_asm.s3242 bz,pn %icc, .L4 ! if finished (one or three iterations

Completed in 182 milliseconds