Searched refs:st_idx (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rand/
H A Dmd_rand.c192 int i,j,k,st_idx; local
224 st_idx=state_index;
249 /* state[st_idx], ..., state[(st_idx + num - 1) % STATE_SIZE]
265 k=(st_idx+j)-STATE_SIZE;
268 MD_Update(&m,&(state[st_idx]),j-k);
272 MD_Update(&m,&(state[st_idx]),j);
291 state[st_idx++]^=local_md[k];
292 if (st_idx >= STATE_SIZE)
293 st_idx
324 int i,j,k,st_num,st_idx; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_tgs_req.c74 int st_idx = 0; local
235 if ((errcode = kdc_get_server_key(request->second_ticket[st_idx],
242 request->second_ticket[st_idx]);
249 etype = request->second_ticket[st_idx]->enc_part2->session->enctype;
578 krb5_enc_tkt_part *t2enc = request->second_ticket[st_idx]->enc_part2;
607 st_idx++;
H A Dkdc_util.c1128 int st_idx = 0; local
1326 !request->second_ticket[st_idx]) {
1330 if (!krb5_principal_compare(kdc_context, request->second_ticket[st_idx]->server,
1335 st_idx++;
/opensolaris-onvv-gate/usr/src/lib/libparted/common/lib/
H A Dregexec.c1777 Idx st_idx;
1779 for (st_idx = 0; st_idx < num; ++st_idx)
1781 if (dst[st_idx] == NULL)
1782 dst[st_idx] = src[st_idx];
1783 else if (src[st_idx] != NULL)
1786 err = re_node_set_init_union (&merged_set, &dst[st_idx]->nodes,
1787 &src[st_idx]
1774 Idx st_idx; local
4219 Idx st_idx; local
[all...]

Completed in 108 milliseconds