/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_conv.c | 29 rep->cusec = auth->authenticator->cusec; in krb5_auth_to_rep()
|
H A D | rc_common.h | 43 (((old)->cusec == (new)->cusec) && \
|
H A D | rc_file.c | 306 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 D | rc_common.c | 31 return ((int)((((rep->cusec + rep->ctime + *rep->server + *rep->client) in hash()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | mk_rep.c | 61 repl.cusec = auth_context->authentp->cusec; in krb5_mk_rep()
|
H A D | rd_rep.c | 79 ((*repl)->cusec != auth_context->authentp->cusec)) { in krb5_rd_rep()
|
H A D | rd_priv.c | 236 replay.cusec = replaydata.usec; in krb5_rd_priv()
|
H A D | rd_safe.c | 246 replay.cusec = replaydata.usec; in krb5_rd_safe()
|
H A D | mk_priv.c | 221 replay.cusec = replaydata.usec; in krb5_mk_priv()
|
H A D | rd_cred.c | 220 replay.cusec = replaydata.usec; in krb5_rd_cred()
|
H A D | mk_req_ext.c | 295 return(krb5_us_timeofday(context, &authent->ctime, &authent->cusec)); in krb5_generate_authenticator()
|
H A D | mk_safe.c | 280 replay.cusec = replaydata.usec; in krb5_mk_safe()
|
H A D | send_tgs.c | 80 &authent.cusec))) { in krb5_send_tgs_basic()
|
H A D | mk_cred.c | 262 replay.cusec = replaydata.usec; in krb5_mk_ncred()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | k5-int-pkinit.h | 41 krb5_int32 cusec; /* (0..999999) */ member 51 krb5_int32 cusec; /* (0..999999) */ member
|
/titanic_44/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_clnt.c | 103 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_44/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | ser_auth.c | 153 (void) krb5_ser_pack_int32((krb5_int32) authenticator->cusec, in krb5_authenticator_externalize() 262 authenticator->cusec = ibuf; in krb5_authenticator_internalize()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_k_encode.c | 710 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 D | krb5_decode.c | 222 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 D | asn1_k_decode.c | 1314 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_44/usr/src/lib/krb5/kadm5/srv/ |
H A D | chgpwd.c | 468 krberror.cusec = 0; in process_chpw_request()
|
/titanic_44/usr/src/cmd/krb5/krb5kdc/ |
H A D | do_as_req.c | 567 errpkt.cusec = 0; in prepare_error_as()
|
H A D | do_tgs_req.c | 771 errpkt.cusec = 0; in prepare_error_tgs()
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 1097 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_44/usr/src/cmd/krb5/slave/ |
H A D | kprop.c | 791 krb5_us_timeofday(context, &error.ctime, &error.cusec);
|