/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_common.c | 16 unsigned int h = rep->cusec + rep->ctime; 26 if ((old->cusec == new1->cusec) && /* most likely to distinguish */
|
H A D | rc_conv.c | 26 rep->cusec = auth->authenticator->cusec;
|
H A D | rc_dfl.c | 86 unsigned int h = rep->cusec + rep->ctime; 101 if ((old->cusec == new1->cusec) && /* most likely to distinguish */ 543 retval = krb5_rc_io_read(context, &t->d, (krb5_pointer) &rep->cusec, 544 sizeof(rep->cusec)); 730 krb5int_buf_add_len(&buf, (char *) &rep->cusec, sizeof(rep->cusec)); 742 krb5int_buf_add_len(&buf, (char *) &rep->cusec, sizeof(rep->cusec));
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | mk_rep.c | 97 krb5_us_timeofday(context, &repl.ctime, &repl.cusec); 100 repl.cusec = auth_context->authentp->cusec;
|
H A D | rd_rep.c | 124 || (enc->cusec != auth_context->authentp->cusec)) {
|
H A D | mk_priv.c | 226 replay.cusec = replaydata.usec;
|
H A D | mk_safe.c | 283 replay.cusec = replaydata.usec;
|
H A D | rd_cred.c | 231 replay.cusec = replaydata.usec;
|
H A D | rd_priv.c | 253 replay.cusec = replaydata.usec;
|
H A D | rd_safe.c | 256 replay.cusec = replaydata.usec;
|
H A D | mk_cred.c | 283 replay.cusec = replaydata.usec;
|
H A D | mk_req_ext.c | 327 return(krb5_us_timeofday(context, &authent->ctime, &authent->cusec));
|
H A D | send_tgs.c | 102 &authent.cusec)))
|
H A D | preauth2.c | 1101 krb5_int32 cusec = 0; local 1160 krtn = krb5_us_timeofday(context, &kctime, &cusec); 1176 kctime, cusec, nonce, &cksum,
|
H A D | get_in_tkt.c | 1262 ret->cusec = ctx->err_reply->cusec;
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | k5-int-pkinit.h | 41 krb5_int32 cusec; /* (0..999999) */ member in struct:_krb5_pk_authenticator 51 krb5_int32 cusec; /* (0..999999) */ member in struct:_krb5_pk_authenticator_draft9
|
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_clnt.c | 66 krb5_int32 cusec, krb5_ui_4 nonce, 94 krb5_int32 cusec = 0; local 134 retval = krb5_us_timeofday(context, &ctsec, &cusec); 145 retval = pkinit_as_req_create(context, plgctx, reqctx, ctsec, cusec, 222 krb5_int32 cusec, 248 auth_pack9->pkAuthenticator.cusec = cusec; 265 auth_pack->pkAuthenticator.cusec = cusec; 218 pkinit_as_req_create(krb5_context context, pkinit_context plgctx, pkinit_req_context reqctx, krb5_timestamp ctsec, krb5_int32 cusec, krb5_ui_4 nonce, const krb5_checksum * cksum, krb5_principal client, krb5_principal server, krb5_data ** as_req) argument
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/dtrace/ |
H A D | kerberos_dtrace.c | 663 ke->cusec = error->cusec; 893 ka->enc_cusec = encp->cusec; 967 ka->cusec = auth->cusec;
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_k_encode.c | 722 /* cusec[4] INTEGER */ 723 FIELDOF_NORM(krb5_authenticator, int32, cusec, 4), 889 /* cusec[1] INTEGER */ 890 FIELDOF_NORM(krb5_ap_rep_enc_part, int32, cusec, 1), 1079 /* cusec[3] INTEGER OPTIONAL */ 1080 FIELDOF_OPT(krb5_error, int32, cusec, 3, 3), 1108 if (val->cusec) 1623 asn1_addfield(val->cusec, 0, asn1_encode_integer); 1638 asn1_addfield(val->cusec, 2, asn1_encode_integer);
|
H A D | krb5_decode.c | 264 get_field(rep->cusec,4,asn1_decode_int32); 509 get_field(rep->cusec,1,asn1_decode_int32); 809 opt_field(rep->cusec,3,asn1_decode_int32);
|
H A D | asn1_k_decode.c | 2171 get_field(val->cusec, 0, asn1_decode_int32); 2194 get_field(val->cusec, 2, asn1_decode_int32);
|
/osnet-11/usr/src/lib/krb5/kadm5/srv/ |
H A D | chgpwd.c | 525 krberror.cusec = 0;
|