Searched defs:mic (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c55 /* grap a pointer to the mic part of the token */
56 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign; local
87 mic->qop = qop_req;
89 mic->seqnum = __dh_next_seqno(cntx);
91 mic->client_flag = cntx->initiate;
124 /* Grab the mic of the token */
125 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign; local
170 *qop = mic->qop;
173 stat = __dh_seq_detection(cntx, mic->seqnum);
185 if (mic
[all...]

Completed in 15 milliseconds