Home
last modified time | relevance | path

Searched refs:nolrarray (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_tgs_req.c88 krb5_last_req_entry *nolrarray[2], nolrentry; in process_tgs_req() local
661 nolrarray[0] = &nolrentry; in process_tgs_req()
662 nolrarray[1] = 0; in process_tgs_req()
663 reply_encpart.last_req = nolrarray; /* not available for TGS reqs */ in process_tgs_req()
H A Dkdc_util.c440 static krb5_last_req_entry *nolrarray[] = { &nolrentry, 0 }; variable
445 *lrentry = nolrarray; in fetch_last_req_info()