Searched refs:icount (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/hash_provider/
H A Dhash_md5.c42 unsigned int icount, krb5_const krb5_data *input,
52 return(k5_ef_hash(context, &mechanism, icount, input, output));
41 k5_md5_hash(krb5_context context, unsigned int icount, krb5_const krb5_data *input, krb5_data *output) argument
H A Dhash_sha1.c39 unsigned int icount, krb5_const krb5_data *input,
48 return(k5_ef_hash(context, &mechanism, icount, input, output));
38 k5_sha1_hash(krb5_context context, unsigned int icount, krb5_const krb5_data *input, krb5_data *output) argument
H A Dhash_ef_generic.c14 unsigned int icount,
29 for (i = 0; i < icount; i++) {
12 k5_ef_hash(krb5_context context, CK_MECHANISM *mechanism, unsigned int icount, krb5_const krb5_data *input, krb5_data *output) argument
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_kmd5.c48 unsigned int icount, krb5_const krb5_data *input,
54 if (k5_ef_hash(context, icount, input, output))
47 k5_md5_hash(krb5_context context, unsigned int icount, krb5_const krb5_data *input, krb5_data *output) argument
H A Dhash_crc32.c34 unsigned int icount, krb5_const krb5_data *input,
44 for (i=0; i<icount; i++) {
33 k5_crc32_hash(krb5_context context, unsigned int icount, krb5_const krb5_data *input, krb5_data *output) argument
H A Dhash_ksha1.c47 unsigned int icount, krb5_const krb5_data *input,
61 if (k5_ef_hash(context, icount, input, output))
46 k5_sha1_hash(krb5_context context, unsigned int icount, krb5_const krb5_data *input, krb5_data *output) argument
H A Dhash_kef_generic.c16 k5_ef_hash(krb5_context context, int icount, argument
56 for (i = 0; i < icount; i++) {
/illumos-gate/usr/src/lib/libunistat/common/
H A Dspcs_s_u.c56 p->icount = 0;
96 while (idx < p->icount) {
119 if (p->icount > 0) {
177 p->icount -= (sup + 1);
192 short saved_count = p->icount;
228 p->icount = saved_count;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dhmac.c109 krb5_const unsigned int icount,
148 if (icount == 0)
159 if ((hashin = (krb5_data *)MALLOC(sizeof(krb5_data)*(icount+1))) == NULL) {
175 for (i=0; i<icount; i++) {
185 if ((ret = ((*(hash->hash))(context, icount+1, hashin, &hashout))))
215 FREE(hashin, sizeof(krb5_data)*(icount+1));
106 krb5_hmac(krb5_context context, krb5_const struct krb5_hash_provider *hash, krb5_const krb5_keyblock *key, krb5_const unsigned int icount, krb5_const krb5_data *input, krb5_data *output) argument
/illumos-gate/usr/src/uts/common/avs/ns/unistat/
H A Dspcs_s_k.c81 p->icount = 0;
162 for (i = 0; i < (p->icount - d); i++)
164 p->icount -= d;
185 if ((p->icount + c.f.sup_count + 1) > SPCS_S_IDSIZE) {
186 if (p->icount == SPCS_S_IDSIZE)
188 p->idata[p->icount++].s = SPCS_EOVERFLOW;
197 p->idata[p->icount++] = c;
237 p->idata[p->icount].su.type = SU_STRING;
238 p->idata[p->icount++].su.offset = p->scount;
400 (kstatus->icount * sizeo
[all...]
H A Dspcs_s_impl.h237 short icount; /* Number of items currently stored in idata */ member in struct:__anon4540
/illumos-gate/usr/src/cmd/bnu/
H A Dpk0.c251 pkread(ibuf, icount)
253 int icount;
268 while (icount) {
274 cc = MIN(pk->p_isum[x], icount);
290 icount -= cc;
317 pkwrite(ibuf, icount)
319 int icount;
332 count = icount;
348 if ((int)icount < pk->p_xsize) {
349 cc = icount;
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame3.c98 Dwarf_Sword icount = 0; local
120 &icount, &dw_err);
128 for (j = 0; j < icount; ++j) {
165 Dwarf_Sword icount = 0; local
216 &icount, &dw_err);
224 for (j = 0; j < icount; ++j) {
H A Ddwarf_frame.c1446 Dwarf_Sword icount = 0; local
1492 cfa_reg_col_num, &icount,
1518 cfa_reg_col_num, &icount,
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c358 unsigned int ix, icount, count = 0; local
387 icount = v.v_autoup / tune.t_fsflushr;
470 if (++count >= icount) {
/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h159 uint_t icount; /* Input packet count on vif */ member in struct:sioc_vif_req
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y98 int icount;
447 icount = count;
459 count = icount;
987 icount = count;
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c931 int icount = 0; local
1055 icount = req32.datasize / sizeof (int32_t);
1056 if (icount <= 0) {
1063 req.datasize = icount * sizeof (int);
1069 i < icount; i++, i32p++) {
1169 icount = req.datasize / sizeof (int);
1170 if (icount <= 0) {
1689 int *end = (int *)req.data + icount;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h810 unsigned int icount, krb5_const krb5_data *input,
2353 unsigned int icount, const krb5_data *input,
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c485 req->icount = ipst->ips_vifs[vifi].v_pkt_in;

Completed in 175 milliseconds