Home
last modified time | relevance | path

Searched defs:HDB (Results 1 – 1 of 1) sorted by relevance

/netbsd/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb.h109 typedef struct HDB { struct
130 krb5_error_code (*hdb_open)(krb5_context, struct HDB*, int, mode_t); argument
137 krb5_error_code (*hdb_close)(krb5_context, struct HDB*); argument
155 krb5_error_code (*hdb_store)(krb5_context, struct HDB*, argument
160 krb5_error_code (*hdb_remove)(krb5_context, struct HDB*, argument
165 krb5_error_code (*hdb_firstkey)(krb5_context, struct HDB*, argument
170 krb5_error_code (*hdb_nextkey)(krb5_context, struct HDB*, argument
183 krb5_error_code (*hdb_unlock)(krb5_context, struct HDB*); argument
197 krb5_error_code (*hdb__get)(krb5_context, struct HDB*, argument
230 krb5_error_code (*hdb_destroy)(krb5_context, struct HDB*); argument
[all …]