mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Changed keyring handling - saving still does not work.
Added new cipher mode and updated cipher test program.
This commit is contained in:
parent
b75f734a11
commit
5a9ea8ff5c
17 changed files with 322 additions and 198 deletions
|
@ -192,7 +192,9 @@ int add_keyblock_resource( const char *resname, int force, int secret );
|
|||
const char *keyblock_resource_name( KBPOS kbpos );
|
||||
int get_keyblock_handle( const char *filename, int secret, KBPOS kbpos );
|
||||
char *get_writable_keyblock_file( int secret );
|
||||
int enum_keyblocks( int mode, KBPOS kbpos, KBNODE *ret_root );
|
||||
int enum_keyblocks_begin( KBPOS *kbpos, int mode );
|
||||
int enum_keyblocks_next( KBPOS kbpos, int mode, KBNODE *ret_root );
|
||||
void enum_keyblocks_end( KBPOS kbpos );
|
||||
int insert_keyblock( KBNODE keyblock );
|
||||
int delete_keyblock( KBNODE keyblock );
|
||||
int update_keyblock( KBNODE keyblock );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue