Home
last modified time | relevance | path

Searched refs:krb5_last_req_entry (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.h135 (asn1buf *buf, krb5_last_req_entry *val);
213 (asn1buf *buf, krb5_last_req_entry ***val);
H A Dasn1_k_decode.c835 asn1_error_code asn1_decode_last_req(asn1buf *buf, krb5_last_req_entry ***val) in asn1_decode_last_req()
837 decode_array_body(krb5_last_req_entry,asn1_decode_last_req_entry); in asn1_decode_last_req()
840 asn1_error_code asn1_decode_last_req_entry(asn1buf *buf, krb5_last_req_entry *val) in asn1_decode_last_req_entry()
H A Dasn1_k_encode.c200 FIELDOF_NORM(krb5_last_req_entry, int32, lr_type, 0),
201 FIELDOF_NORM(krb5_last_req_entry, kerberos_time, value, 1),
203 DEFSEQTYPE(last_req_ent, krb5_last_req_entry, lr_fields, 0);
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.h64 krb5_last_req_entry ***);
H A Dkdc_util.c439 static krb5_last_req_entry nolrentry = { KV5M_LAST_REQ_ENTRY, KRB5_LRQ_NONE, 0 };
440 static krb5_last_req_entry *nolrarray[] = { &nolrentry, 0 };
443 fetch_last_req_info(krb5_db_entry *dbentry, krb5_last_req_entry ***lrentry) in fetch_last_req_info()
H A Ddo_tgs_req.c88 krb5_last_req_entry *nolrarray[2], nolrentry; in process_tgs_req()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dkfree.c481 krb5_free_last_req(krb5_context context, krb5_last_req_entry **val) in krb5_free_last_req()
483 register krb5_last_req_entry **temp; in krb5_free_last_req()
/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()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1134 } krb5_last_req_entry; typedef
1171 krb5_last_req_entry **last_req; /* array of ptrs to entries */
2000 (krb5_context, krb5_last_req_entry ** );