summaryrefslogtreecommitdiff
path: root/crypto/heimdal/lib/hdb/hdb-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/hdb/hdb-private.h')
-rw-r--r--crypto/heimdal/lib/hdb/hdb-private.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/crypto/heimdal/lib/hdb/hdb-private.h b/crypto/heimdal/lib/hdb/hdb-private.h
index 5147d8b90bd5..8a748694424f 100644
--- a/crypto/heimdal/lib/hdb/hdb-private.h
+++ b/crypto/heimdal/lib/hdb/hdb-private.h
@@ -5,11 +5,12 @@
#include <stdarg.h>
krb5_error_code
-_hdb_fetch (
+_hdb_fetch_kvno (
krb5_context /*context*/,
HDB */*db*/,
krb5_const_principal /*principal*/,
unsigned /*flags*/,
+ krb5_kvno /*kvno*/,
hdb_entry_ex */*entry*/);
hdb_master_key
@@ -17,6 +18,12 @@ _hdb_find_master_key (
uint32_t */*mkvno*/,
hdb_master_key /*mkey*/);
+krb5_error_code
+_hdb_keytab2hdb_entry (
+ krb5_context /*context*/,
+ const krb5_keytab_entry */*ktentry*/,
+ hdb_entry_ex */*entry*/);
+
int
_hdb_mkey_decrypt (
krb5_context /*context*/,