/**
* cdk_kbnode_release:
- * @n: the key node
+ * @node: the key node
*
* Release the memory of the node.
**/
/**
* cdk_keydb_search:
* @hd: the keydb object
- * @ks: the keydb search object
* @ret_key: kbnode object to store the key
*
- * Search for a key in the given keyring. The search mode is handled
- * via @ks. If the key was found, @ret_key contains the key data.
+ * Search for a key in the given keyring. If the key was found,
+ * @ret_key contains the key data.
**/
cdk_error_t
cdk_keydb_search( cdk_keydb_hd_t hd, cdk_kbnode_t * ret_key )
*
**/
void
-cdk_keygen_set_expire_date( cdk_keygen_ctx_t hd, int type, long timestamp )
+cdk_keygen_set_expire_date( cdk_keygen_ctx_t hd, int type, long int timestamp )
{
if( !hd )
return;
/* -*- Mode: C; c-file-style: "bsd" -*-
* keylist.c - Linked key lists
+ * Copyright (C) 1998-2002, 2006 Free Software Foundation, Inc.
* Copyright (C) 2002, 2003 Timo Schulz
- * Copyright (C) 1998-2002 Free Software Foundation, Inc.
*
* This file is part of OpenCDK.
*
/**
* cdk_pklist_encrypt:
- * @pkl: the keylist
+ * @pk_list: the keylist
* @dek: the data encryption key
* @outp: the stream to write in the data
*
* @inp: input stream
* @out: output stream
* @locusr: local user list for signing
- * @remustr: remote user list for encrypting
+ * @remusr: remote user list for encrypting
* @encryptflag: shall the output be encrypted? (1/0)
* @sigmode: signature mode
*