Home
last modified time | relevance | path

Searched refs:last_req (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c430 krb5_last_req_entry **last_req; in __krb5_get_init_creds_password() local
460 as_reply->enc_part2 && as_reply->enc_part2->last_req) { in __krb5_get_init_creds_password()
465 for (last_req = as_reply->enc_part2->last_req; *last_req; last_req++) in __krb5_get_init_creds_password()
466 if ((*last_req)->lr_type == KRB5_LRQ_ALL_PW_EXPTIME || in __krb5_get_init_creds_password()
467 (*last_req)->lr_type == KRB5_LRQ_ONE_PW_EXPTIME) { in __krb5_get_init_creds_password()
474 if ((ret = krb5_timestamp_to_string((*last_req)->value, in __krb5_get_init_creds_password()
478 delta = (*last_req)->value - now; in __krb5_get_init_creds_password()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1920 kcf_dual_req_t *last_req = (kcf_dual_req_t *)last_req_arg; in kcf_last_req() local
1922 kcf_req_params_t *params = &(last_req->kr_params); in kcf_last_req()
1923 kcf_areq_node_t *areq = last_req->kr_areq; in kcf_last_req()
1941 ct->dd_offset1 = last_req->kr_saveoffset; in kcf_last_req()
1942 ct->dd_len1 = last_req->kr_savelen; in kcf_last_req()
1947 crypto_call_req_t *cr = &last_req->kr_callreq; in kcf_last_req()
1950 kmem_free(last_req, sizeof (kcf_dual_req_t)); in kcf_last_req()
1953 areq->an_reqarg = last_req->kr_callreq; in kcf_last_req()
1955 kmem_free(last_req, sizeof (kcf_dual_req_t)); in kcf_last_req()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dkfree.c291 if (val->last_req) in krb5_free_enc_kdc_rep_part()
292 krb5_free_last_req(context, val->last_req); in krb5_free_enc_kdc_rep_part()
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c398 if ((errcode = fetch_last_req_info(&client, &reply_encpart.last_req))) { in process_as_req()
H A Ddo_tgs_req.c663 reply_encpart.last_req = nolrarray; /* not available for TGS reqs */ in process_tgs_req()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c206 DEFNONEMPTYNULLTERMSEQOFTYPE(last_req, last_req_ent_ptr);
207 DEFPTRTYPE(last_req_ptr, last_req);
237 FIELDOF_NORM(krb5_enc_kdc_rep_part, last_req_ptr, last_req, 1),
H A Dasn1_k_decode.c565 get_field(val->last_req,1,asn1_decode_last_req); in asn1_decode_enc_kdc_rep_part()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1171 krb5_last_req_entry **last_req; /* array of ptrs to entries */ member