11 #ifndef GWEN_CRYPTMGR_SIGTAIL_H
12 #define GWEN_CRYPTMGR_SIGTAIL_H
struct GWEN_BUFFER GWEN_BUFFER
A dynamically resizeable text buffer.
#define GWEN_LIST_FUNCTION_LIB_DEFS(t, pr, decl)
void GWEN_SigTail_SetSignatureNumber(GWEN_SIGTAIL *st, int i)
void GWEN_SigTail_SetSignature(GWEN_SIGTAIL *st, const uint8_t *p, uint32_t l)
struct GWEN_SIGTAIL GWEN_SIGTAIL
int GWEN_SigTail_GetSignatureNumber(const GWEN_SIGTAIL *st)
void GWEN_SigTail_free(GWEN_SIGTAIL *st)
uint32_t GWEN_SigTail_GetSignatureLen(const GWEN_SIGTAIL *st)
GWEN_SIGTAIL * GWEN_SigTail_fromBuffer(const uint8_t *p, uint32_t l)
int GWEN_SigTail_toBuffer(const GWEN_SIGTAIL *st, GWEN_BUFFER *buf, uint8_t tagType)
const uint8_t * GWEN_SigTail_GetSignaturePtr(const GWEN_SIGTAIL *st)
GWEN_SIGTAIL * GWEN_SigTail_new(void)