|
gwenhywfar 5.14.1
|
Go to the source code of this file.
Typedefs | |
| typedef struct GWEN_SIGTAIL | GWEN_SIGTAIL |
Functions | |
| void | GWEN_SigTail_free (GWEN_SIGTAIL *st) |
| GWEN_SIGTAIL * | GWEN_SigTail_fromBuffer (const uint8_t *p, uint32_t l) |
| uint32_t | GWEN_SigTail_GetSignatureLen (const GWEN_SIGTAIL *st) |
| int | GWEN_SigTail_GetSignatureNumber (const GWEN_SIGTAIL *st) |
| const uint8_t * | GWEN_SigTail_GetSignaturePtr (const GWEN_SIGTAIL *st) |
| GWEN_SIGTAIL * | GWEN_SigTail_new (void) |
| void | GWEN_SigTail_SetSignature (GWEN_SIGTAIL *st, const uint8_t *p, uint32_t l) |
| void | GWEN_SigTail_SetSignatureNumber (GWEN_SIGTAIL *st, int i) |
| int | GWEN_SigTail_toBuffer (const GWEN_SIGTAIL *st, GWEN_BUFFER *buf, uint8_t tagType) |
| typedef struct GWEN_SIGTAIL GWEN_SIGTAIL |
| void GWEN_SigTail_free | ( | GWEN_SIGTAIL * | st | ) |
References GWEN_SigTail_free().
Referenced by GWEN_SigTail_free().
| GWEN_SIGTAIL * GWEN_SigTail_fromBuffer | ( | const uint8_t * | p, |
| uint32_t | l ) |
References GWEN_SigTail_fromBuffer().
Referenced by GWEN_SigTail_fromBuffer().
| uint32_t GWEN_SigTail_GetSignatureLen | ( | const GWEN_SIGTAIL * | st | ) |
References GWEN_SigTail_GetSignatureLen().
Referenced by GWEN_SigTail_GetSignatureLen().
| int GWEN_SigTail_GetSignatureNumber | ( | const GWEN_SIGTAIL * | st | ) |
References GWEN_SigTail_GetSignatureNumber().
Referenced by GWEN_SigTail_GetSignatureNumber().
| const uint8_t * GWEN_SigTail_GetSignaturePtr | ( | const GWEN_SIGTAIL * | st | ) |
References GWEN_SigTail_GetSignaturePtr().
Referenced by GWEN_SigTail_GetSignaturePtr().
| GWEN_SIGTAIL * GWEN_SigTail_new | ( | void | ) |
References GWEN_SigTail_new().
Referenced by GWEN_SigTail_new().
| void GWEN_SigTail_SetSignature | ( | GWEN_SIGTAIL * | st, |
| const uint8_t * | p, | ||
| uint32_t | l ) |
References GWEN_SigTail_SetSignature().
Referenced by GWEN_SigTail_SetSignature().
| void GWEN_SigTail_SetSignatureNumber | ( | GWEN_SIGTAIL * | st, |
| int | i ) |
References GWEN_SigTail_SetSignatureNumber().
Referenced by GWEN_SigTail_SetSignatureNumber().
| int GWEN_SigTail_toBuffer | ( | const GWEN_SIGTAIL * | st, |
| GWEN_BUFFER * | buf, | ||
| uint8_t | tagType ) |
References GWEN_SigTail_toBuffer().
Referenced by GWEN_SigTail_toBuffer().