rpm  5.2.1
rpmku.h
Go to the documentation of this file.
1 #ifndef _H_RPMKU_
2 #define _H_RPMKU_
3 
11 /*@unchecked@*/
12 extern rpmint32_t _kuKeyring;
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
24 rpmRC rpmkuFindPubkey(pgpDigParams sigp, /*@out@*/ rpmiob * iobp)
25  /*@globals fileSystem @*/
26  /*@modifies *iobp, fileSystem @*/;
27 
34 rpmRC rpmkuStorePubkey(pgpDigParams sigp, /*@only@*/ rpmiob iob)
35  /*@globals fileSystem @*/
36  /*@modifies iob, fileSystem @*/;
37 
43 /*@null@*/
44 const char * rpmkuPassPhrase(const char * passPhrase)
45  /*@*/;
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif /* _H_RPMKU_ */