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

  /src/external/bsd/openldap/dist/doc/devel/variadic_debug/
macros.h 21 #define HDB int*
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb.h 1 /* $NetBSD: hdb.h,v 1.3 2019/12/15 22:50:49 christos Exp $ */
103 * HDB backend function pointer structure
105 * The HDB structure is what the KDC and kadmind framework uses to
109 typedef struct HDB {
130 krb5_error_code (*hdb_open)(krb5_context, struct HDB*, int, mode_t);
137 krb5_error_code (*hdb_close)(krb5_context, struct HDB*);
141 void (*hdb_free)(krb5_context, struct HDB*, hdb_entry_ex*);
149 krb5_error_code (*hdb_fetch_kvno)(krb5_context, struct HDB*,
155 krb5_error_code (*hdb_store)(krb5_context, struct HDB*,
160 krb5_error_code (*hdb_remove)(krb5_context, struct HDB*,
    [all...]

Completed in 23 milliseconds