Home
last modified time | relevance | path

Searched refs:cusec (Results 1 – 25 of 28) sorted by relevance

12

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_conv.c29 rep->cusec = auth->authenticator->cusec; in krb5_auth_to_rep()
H A Drc_common.h43 (((old)->cusec == (new)->cusec) && \
H A Drc_file.c306 retval = krb5_rc_io_read(context, &t->d, (krb5_pointer) &rep->cusec, in krb5_rc_io_fetch()
307 sizeof(rep->cusec)); in krb5_rc_io_fetch()
449 sizeof(rep->cusec) + sizeof(rep->ctime); in krb5_rc_io_store()
458 memcpy(ptr, &rep->cusec, sizeof(rep->cusec)); ptr += sizeof(rep->cusec); in krb5_rc_io_store()
H A Drc_common.c31 return ((int)((((rep->cusec + rep->ctime + *rep->server + *rep->client) in hash()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_rep.c61 repl.cusec = auth_context->authentp->cusec; in krb5_mk_rep()
H A Drd_rep.c79 ((*repl)->cusec != auth_context->authentp->cusec)) { in krb5_rd_rep()
H A Dmk_priv.c221 replay.cusec = replaydata.usec; in krb5_mk_priv()
H A Drd_priv.c236 replay.cusec = replaydata.usec; in krb5_rd_priv()
H A Drd_safe.c246 replay.cusec = replaydata.usec; in krb5_rd_safe()
H A Dmk_safe.c280 replay.cusec = replaydata.usec; in krb5_mk_safe()
H A Drd_cred.c220 replay.cusec = replaydata.usec; in krb5_rd_cred()
H A Dmk_req_ext.c295 return(krb5_us_timeofday(context, &authent->ctime, &authent->cusec)); in krb5_generate_authenticator()
H A Dmk_cred.c262 replay.cusec = replaydata.usec; in krb5_mk_ncred()
H A Dsend_tgs.c80 &authent.cusec))) { in krb5_send_tgs_basic()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h41 krb5_int32 cusec; /* (0..999999) */ member
51 krb5_int32 cusec; /* (0..999999) */ member
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c103 krb5_int32 cusec, krb5_ui_4 nonce,
138 krb5_int32 cusec = 0; local
178 retval = krb5_us_timeofday(context, &ctsec, &cusec);
189 retval = pkinit_as_req_create(context, plgctx, reqctx, ctsec, cusec,
275 krb5_int32 cusec, argument
300 auth_pack9->pkAuthenticator.cusec = cusec;
317 auth_pack->pkAuthenticator.cusec = cusec;
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dser_auth.c153 (void) krb5_ser_pack_int32((krb5_int32) authenticator->cusec, in krb5_authenticator_externalize()
262 authenticator->cusec = ibuf; in krb5_authenticator_internalize()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c710 FIELDOF_NORM(krb5_authenticator, int32, cusec, 4),
873 FIELDOF_NORM(krb5_ap_rep_enc_part, int32, cusec, 1),
1058 FIELDOF_OPT(krb5_error, int32, cusec, 3, 3),
1085 if (val->cusec) in optional_error()
1473 asn1_addfield(val->cusec, 0, asn1_encode_integer); in asn1_encode_pk_authenticator()
1485 asn1_addfield(val->cusec, 2, asn1_encode_integer); in asn1_encode_pk_authenticator_draft9()
H A Dkrb5_decode.c222 get_field((*rep)->cusec,4,asn1_decode_int32); in decode_krb5_authenticator()
448 get_field((*rep)->cusec,1,asn1_decode_int32); in decode_krb5_ap_rep_enc_part()
706 opt_field((*rep)->cusec,3,asn1_decode_int32); in decode_krb5_error()
H A Dasn1_k_decode.c1314 get_field(val->cusec, 0, asn1_decode_int32); in asn1_decode_pk_authenticator()
1330 get_field(val->cusec, 2, asn1_decode_int32); in asn1_decode_pk_authenticator_draft9()
/titanic_41/usr/src/lib/krb5/kadm5/srv/
H A Dchgpwd.c468 krberror.cusec = 0; in process_chpw_request()
/titanic_41/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c567 errpkt.cusec = 0; in prepare_error_as()
H A Ddo_tgs_req.c771 errpkt.cusec = 0; in prepare_error_tgs()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1097 krb5_int32 cusec; /* client usec portion */ member
1199 krb5_int32 cusec; /* client usec portion; optional */ member
1225 krb5_int32 cusec; /* client time, microseconds portion */ member
/titanic_41/usr/src/cmd/krb5/slave/
H A Dkprop.c791 krb5_us_timeofday(context, &error.ctime, &error.cusec);

12