HomeSort by: relevance | last modified time | path
    Searched defs:hdb_entry_ex (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb.h 89 * hdb_entry_ex is a wrapper structure around the hdb_entry structure
95 typedef struct hdb_entry_ex { struct
98 void (*free_entry)(krb5_context, struct hdb_entry_ex *);
99 } hdb_entry_ex; typedef in typeref:struct:hdb_entry_ex
141 void (*hdb_free)(krb5_context, struct HDB*, hdb_entry_ex*);
151 hdb_entry_ex*);
156 unsigned, hdb_entry_ex*);
166 unsigned, hdb_entry_ex*);
171 unsigned, hdb_entry_ex*);
250 krb5_error_code (*hdb_password)(krb5_context, struct HDB*, hdb_entry_ex*, const char *, int)
    [all...]

Completed in 13 milliseconds