|
void | KSI_Integer_free (KSI_Integer *o) |
|
char * | KSI_Integer_toDateString (const KSI_Integer *o, char *buf, size_t buf_len) |
|
KSI_uint64_t | KSI_Integer_getUInt64 (const KSI_Integer *o) |
|
int | KSI_Integer_new (KSI_CTX *ctx, KSI_uint64_t value, KSI_Integer **o) |
|
int | KSI_Integer_equals (const KSI_Integer *a, const KSI_Integer *b) |
|
int | KSI_Integer_compare (const KSI_Integer *a, const KSI_Integer *b) |
|
int | KSI_Integer_equalsUInt (const KSI_Integer *o, KSI_uint64_t i) |
|
KSI_Integer * | KSI_Integer_ref (KSI_Integer *o) |
|
int | KSI_Integer_fromTlv (KSI_TLV *tlv, KSI_Integer **o) |
|
int | KSI_Integer_toTlv (KSI_CTX *ctx, const KSI_Integer *o, unsigned tag, int isNonCritical, int isForward, KSI_TLV **tlv) |
|
void | KSI_OctetString_free (KSI_OctetString *t) |
|
int | KSI_OctetString_new (KSI_CTX *ctx, const unsigned char *data, size_t data_len, KSI_OctetString **t) |
|
int | KSI_OctetString_extract (const KSI_OctetString *t, const unsigned char **data, size_t *data_len) |
|
int | KSI_OctetString_equals (const KSI_OctetString *left, const KSI_OctetString *right) |
|
KSI_OctetString * | KSI_OctetString_ref (KSI_OctetString *o) |
|
int | KSI_OctetString_fromTlv (KSI_TLV *tlv, KSI_OctetString **o) |
|
int | KSI_OctetString_toTlv (KSI_CTX *ctx, const KSI_OctetString *o, unsigned tag, int isNonCritical, int isForward, KSI_TLV **tlv) |
|
char * | KSI_OctetString_toString (const KSI_OctetString *id, char separator, char *buf, size_t buf_len) |
|
void | KSI_Utf8String_free (KSI_Utf8String *t) |
|
int | KSI_Utf8String_new (KSI_CTX *ctx, const char *str, size_t len, KSI_Utf8String **t) |
|
size_t | KSI_Utf8String_size (const KSI_Utf8String *t) |
|
const char * | KSI_Utf8String_cstr (const KSI_Utf8String *o) |
|
KSI_Utf8String * | KSI_Utf8String_ref (KSI_Utf8String *o) |
|
int | KSI_Utf8String_fromTlv (KSI_TLV *tlv, KSI_Utf8String **o) |
|
int | KSI_Utf8String_toTlv (KSI_CTX *ctx, const KSI_Utf8String *o, unsigned tag, int isNonCritical, int isForward, KSI_TLV **tlv) |
|
int | KSI_Utf8StringNZ_fromTlv (KSI_TLV *tlv, KSI_Utf8String **o) |
|
int | KSI_Utf8StringNZ_toTlv (KSI_CTX *ctx, const KSI_Utf8String *o, unsigned tag, int isNonCritical, int isForward, KSI_TLV **tlv) |
|
int | KSI_OctetString_LegacyId_getUtf8String (const KSI_OctetString *id, KSI_Utf8String **str) |
|