Go to the source code of this file.
◆ GWEN_SIGTAIL
◆ GWEN_SigTail_free()
◆ GWEN_SigTail_fromBuffer()
GWEN_SIGTAIL* GWEN_SigTail_fromBuffer |
( |
const uint8_t * |
p, |
|
|
uint32_t |
l |
|
) |
| |
◆ GWEN_SigTail_GetSignatureLen()
uint32_t GWEN_SigTail_GetSignatureLen |
( |
const GWEN_SIGTAIL * |
st | ) |
|
◆ GWEN_SigTail_GetSignatureNumber()
int GWEN_SigTail_GetSignatureNumber |
( |
const GWEN_SIGTAIL * |
st | ) |
|
◆ GWEN_SigTail_GetSignaturePtr()
const uint8_t* GWEN_SigTail_GetSignaturePtr |
( |
const GWEN_SIGTAIL * |
st | ) |
|
◆ GWEN_SigTail_new()
◆ GWEN_SigTail_SetSignature()
void GWEN_SigTail_SetSignature |
( |
GWEN_SIGTAIL * |
st, |
|
|
const uint8_t * |
p, |
|
|
uint32_t |
l |
|
) |
| |
◆ GWEN_SigTail_SetSignatureNumber()
void GWEN_SigTail_SetSignatureNumber |
( |
GWEN_SIGTAIL * |
st, |
|
|
int |
i |
|
) |
| |
◆ GWEN_SigTail_toBuffer()