Searched refs:krb5_last_req_entry (Results 1 – 16 of 16) sorted by relevance
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | krb5.h | 876 } krb5_last_req_entry; typedef 879 (KRB5_CALLCONV * krb5_gic_process_last_req)(krb5_context, krb5_last_req_entry **, void *);
|
| H A D | init_creds_pw.c | 274 krb5_last_req_entry **lre; in process_last_request()
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | kfree.c | 359 krb5_free_last_req(krb5_context context, krb5_last_req_entry **val) in krb5_free_last_req() 361 krb5_last_req_entry **temp; in krb5_free_last_req()
|
| H A D | get_in_tkt.c | 1478 krb5_last_req_entry **last_req; in get_expiry_times()
|
| /freebsd/crypto/krb5/src/lib/krb5/error_tables/ |
| H A D | kv5m_err.et | 49 error_code KV5M_LAST_REQ_ENTRY, "Bad magic number for krb5_last_req_entry structure"
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | kdc_util.c | 679 static krb5_last_req_entry nolrentry = { KV5M_LAST_REQ_ENTRY, KRB5_LRQ_NONE, 0 }; 680 static krb5_last_req_entry *nolrarray[] = { &nolrentry, 0 }; 683 fetch_last_req_info(krb5_db_entry *dbentry, krb5_last_req_entry ***lrentry) in fetch_last_req_info()
|
| H A D | kdc_util.h | 53 fetch_last_req_info (krb5_db_entry *, krb5_last_req_entry ***);
|
| H A D | do_tgs_req.c | 975 krb5_last_req_entry nolrentry = { KV5M_LAST_REQ_ENTRY, KRB5_LRQ_NONE, 0 }; in tgs_issue_ticket() 976 krb5_last_req_entry *nolrarray[2] = { &nolrentry, NULL }; in tgs_issue_ticket()
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_k_encode.c | 349 DEFFIELD(last_req_0, krb5_last_req_entry, lr_type, 0, last_req_type); 350 DEFFIELD(last_req_1, krb5_last_req_entry, value, 1, kerberos_time); 354 DEFSEQTYPE(last_req_ent, krb5_last_req_entry, lr_fields);
|
| /freebsd/crypto/krb5/src/windows/include/ |
| H A D | loadfuncs-krb5.h | 83 (krb5_context, krb5_last_req_entry * * )
|
| /freebsd/krb5/lib/krb5/docs/ |
| H A D | Makefile.inc | 964 krb5_last_req_entry.html \
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-int.h | 2136 void KRB5_CALLCONV krb5_free_last_req(krb5_context, krb5_last_req_entry **);
|
| /freebsd/crypto/krb5/src/po/ |
| H A D | ka.po | 8982 msgid "Bad magic number for krb5_last_req_entry structure" 8983 msgstr "არასწორი ჯადოსნური რიცხვი სტრუქტურისთვის krb5_last_req_entry"
|
| H A D | mit-krb5.pot | 8786 msgid "Bad magic number for krb5_last_req_entry structure"
|
| H A D | de.po | 8896 msgid "Bad magic number for krb5_last_req_entry structure"
|
| /freebsd/crypto/krb5/src/include/krb5/ |
| H A D | krb5.hin | 1994 } krb5_last_req_entry; 2043 krb5_last_req_entry **last_req; /**< Array of pointers to entries */
|