gwenhywfar
4.6.0beta
|
#include <gwenhywfar/cryptmgr.h>
#include <gwenhywfar/cryptkey.h>
Go to the source code of this file.
Functions | |
GWENHYWFAR_API GWEN_CRYPTMGR * | GWEN_CryptMgrKeys_new (const char *localName, GWEN_CRYPT_KEY *localKey, const char *peerName, GWEN_CRYPT_KEY *peerKey, int ownKeys) |
GWENHYWFAR_API void | GWEN_CryptMgrKeys_SetPeerKey (GWEN_CRYPTMGR *mgr, GWEN_CRYPT_KEY *peerKey, int ownKey) |
GWENHYWFAR_API GWEN_CRYPTMGR* GWEN_CryptMgrKeys_new | ( | const char * | localName, |
GWEN_CRYPT_KEY * | localKey, | ||
const char * | peerName, | ||
GWEN_CRYPT_KEY * | peerKey, | ||
int | ownKeys | ||
) |
Definition at line 33 of file cryptmgrkeys.c.
References GWEN_Crypt_Key_GetKeyNumber(), GWEN_Crypt_Key_GetKeyVersion(), GWEN_CryptMgr_new(), GWEN_CryptMgr_SetDecryptKeyFn(), GWEN_CryptMgr_SetEncryptKeyFn(), GWEN_CryptMgr_SetLocalKeyName(), GWEN_CryptMgr_SetLocalKeyNumber(), GWEN_CryptMgr_SetLocalKeyVersion(), GWEN_CryptMgr_SetPeerKeyName(), GWEN_CryptMgr_SetPeerKeyNumber(), GWEN_CryptMgr_SetPeerKeyVersion(), GWEN_CryptMgr_SetSignDataFn(), GWEN_CryptMgr_SetVerifyDataFn(), GWEN_CryptMgrKeys_DecryptKey(), GWEN_CryptMgrKeys_EncryptKey(), GWEN_CryptMgrKeys_FreeData(), GWEN_CryptMgrKeys_SignData(), GWEN_CryptMgrKeys_VerifyData(), GWEN_INHERIT_SETDATA, and GWEN_NEW_OBJECT.
Referenced by GWEN_Sar_SignArchive(), and GWEN_Sar_VerifyArchive().
GWENHYWFAR_API void GWEN_CryptMgrKeys_SetPeerKey | ( | GWEN_CRYPTMGR * | mgr, |
GWEN_CRYPT_KEY * | peerKey, | ||
int | ownKey | ||
) |
Definition at line 94 of file cryptmgrkeys.c.
References GWEN_Crypt_Key_free(), and GWEN_INHERIT_GETDATA.