summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/hdb/hdb-private.h
blob: ce868bd98098fac879a251ba222b488f9bc30da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* This is a generated file */
#ifndef __hdb_private_h__
#define __hdb_private_h__

#ifdef __STDC__
#include <stdarg.h>
#ifndef __P
#define __P(x) x
#endif
#else
#ifndef __P
#define __P(x) ()
#endif
#endif

krb5_error_code
_hdb_fetch __P((
	krb5_context context,
	HDB *db,
	unsigned flags,
	hdb_entry *entry));

krb5_error_code
_hdb_remove __P((
	krb5_context context,
	HDB *db,
	hdb_entry *entry));

void
_hdb_seal_keys_int __P((
	hdb_entry *ent,
	int key_version,
	krb5_data schedule));

krb5_error_code
_hdb_store __P((
	krb5_context context,
	HDB *db,
	unsigned flags,
	hdb_entry *entry));

void
_hdb_unseal_keys_int __P((
	hdb_entry *ent,
	int key_version,
	krb5_data schedule));

#endif /* __hdb_private_h__ */
OpenPOWER on IntegriCloud