Home
last modified time | relevance | path

Searched refs:ndone (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dstr_conv.c220 size_t ndone; in krb5_timestamp_to_sfstring() local
241 ndone = 0; in krb5_timestamp_to_sfstring()
243 if ((ndone = strftime(buffer, buflen, sftime_format_table[i], tmp))) in krb5_timestamp_to_sfstring()
246 if (ndone && pad) { in krb5_timestamp_to_sfstring()
247 for (i=ndone; i<buflen-1; i++) in krb5_timestamp_to_sfstring()
251 return((ndone) ? 0 : ENOMEM); in krb5_timestamp_to_sfstring()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_ppc.inc48 int ndone = 0;
81 ndone += s;
84 return ndone;
/freebsd/crypto/openssh/
H A Dscp.c957 size_t i, nactive = 0, ndone = 0; in brace_expand() local
996 if (append(xstrdup(cp2), &done, &ndone) != 0) { in brace_expand()
1004 *npatternsp = ndone; in brace_expand()
1006 ndone = 0; in brace_expand()
1012 for (i = 0; i < ndone; i++) in brace_expand()
H A Dclientloop.c2334 size_t i, ndone; in client_global_hostkeys_prove_confirm() local
2360 for (ndone = i = 0; i < ctx->nkeys; i++) { in client_global_hostkeys_prove_confirm()
2395 ndone++; in client_global_hostkeys_prove_confirm()
2410 ndone++; in client_global_hostkeys_prove_confirm()
2413 if (ndone != ctx->nnew) in client_global_hostkeys_prove_confirm()
2414 fatal_f("ndone != ctx->nnew (%zu / %zu)", ndone, ctx->nnew); in client_global_hostkeys_prove_confirm()