asn1c/skeletons/RELATIVE-OID.h

52 lines
1.7 KiB
C
Raw Permalink Normal View History

2004-06-03 03:38:44 +00:00
/*-
* Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
2004-06-03 03:38:44 +00:00
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef _RELATIVE_OID_H_
#define _RELATIVE_OID_H_
#include <OBJECT_IDENTIFIER.h>
2005-07-24 09:03:44 +00:00
#ifdef __cplusplus
extern "C" {
#endif
2004-09-24 21:00:50 +00:00
/* Implemented via OBJECT IDENTIFIER */
2004-06-03 03:38:44 +00:00
typedef OBJECT_IDENTIFIER_t RELATIVE_OID_t;
2004-09-29 13:26:15 +00:00
extern asn_TYPE_descriptor_t asn_DEF_RELATIVE_OID;
extern asn_TYPE_operation_t asn_OP_RELATIVE_OID;
2004-06-03 03:38:44 +00:00
asn_struct_print_f RELATIVE_OID_print;
xer_type_decoder_f RELATIVE_OID_decode_xer;
2004-09-22 16:06:28 +00:00
xer_type_encoder_f RELATIVE_OID_encode_xer;
asn_random_fill_f RELATIVE_OID_random_fill;
2004-06-03 03:38:44 +00:00
#define RELATIVE_OID_free ASN__PRIMITIVE_TYPE_free
2017-08-18 16:55:25 +00:00
#define RELATIVE_OID_compare OCTET_STRING_compare
#define RELATIVE_OID_constraint asn_generic_no_constraint
#define RELATIVE_OID_decode_ber ber_decode_primitive
#define RELATIVE_OID_encode_der der_encode_primitive
#define RELATIVE_OID_decode_oer oer_decode_primitive
#define RELATIVE_OID_encode_oer oer_encode_primitive
#define RELATIVE_OID_decode_uper OCTET_STRING_decode_uper
#define RELATIVE_OID_encode_uper OCTET_STRING_encode_uper
2004-06-03 03:38:44 +00:00
/**********************************
* Some handy conversion routines *
**********************************/
/* See OBJECT_IDENTIFIER_get_arcs() function in OBJECT_IDENTIFIER.h */
ssize_t RELATIVE_OID_get_arcs(const RELATIVE_OID_t *, asn_oid_arc_t *arcs,
size_t arcs_count);
2004-06-03 03:38:44 +00:00
/* See OBJECT_IDENTIFIER_set_arcs() function in OBJECT_IDENTIFIER.h */
int RELATIVE_OID_set_arcs(RELATIVE_OID_t *, const asn_oid_arc_t *arcs,
size_t arcs_count);
2005-07-24 09:03:44 +00:00
#ifdef __cplusplus
}
#endif
2004-06-03 03:38:44 +00:00
#endif /* _RELATIVE_OID_H_ */