/*- * Copyright (c) 2003-2017 Lev Walkin . All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #ifndef _RELATIVE_OID_H_ #define _RELATIVE_OID_H_ #include #ifdef __cplusplus extern "C" { #endif /* Implemented via OBJECT IDENTIFIER */ typedef OBJECT_IDENTIFIER_t RELATIVE_OID_t; extern asn_TYPE_descriptor_t asn_DEF_RELATIVE_OID; extern asn_TYPE_operation_t asn_OP_RELATIVE_OID; ssize_t RELATIVE_OID__dump_body(const RELATIVE_OID_t *st, asn_app_consume_bytes_f *cb, void *app_key); #define RELATIVE_OID_free ASN__PRIMITIVE_TYPE_free #if !defined(ASN_DISABLE_PRINT_SUPPORT) asn_struct_print_f RELATIVE_OID_print; #endif /* !defined(ASN_DISABLE_PRINT_SUPPORT) */ #define RELATIVE_OID_compare OCTET_STRING_compare #define RELATIVE_OID_copy OCTET_STRING_copy #define RELATIVE_OID_constraint asn_generic_no_constraint #if !defined(ASN_DISABLE_BER_SUPPORT) #define RELATIVE_OID_decode_ber ber_decode_primitive #define RELATIVE_OID_encode_der der_encode_primitive #endif /* !defined(ASN_DISABLE_BER_SUPPORT) */ #if !defined(ASN_DISABLE_XER_SUPPORT) xer_type_decoder_f RELATIVE_OID_decode_xer; xer_type_encoder_f RELATIVE_OID_encode_xer; #endif /* !defined(ASN_DISABLE_XER_SUPPORT) */ #if !defined(ASN_DISABLE_JER_SUPPORT) jer_type_decoder_f RELATIVE_OID_decode_jer; jer_type_encoder_f RELATIVE_OID_encode_jer; #endif /* !defined(ASN_DISABLE_JER_SUPPORT) */ #if !defined(ASN_DISABLE_OER_SUPPORT) #define RELATIVE_OID_decode_oer oer_decode_primitive #define RELATIVE_OID_encode_oer oer_encode_primitive #endif /* !defined(ASN_DISABLE_OER_SUPPORT) */ #if !defined(ASN_DISABLE_UPER_SUPPORT) #define RELATIVE_OID_decode_uper OCTET_STRING_decode_uper #define RELATIVE_OID_encode_uper OCTET_STRING_encode_uper #endif /* !defined(ASN_DISABLE_UPER_SUPPORT) */ #if !defined(ASN_DISABLE_APER_SUPPORT) #define RELATIVE_OID_decode_aper OCTET_STRING_decode_aper #define RELATIVE_OID_encode_aper OCTET_STRING_encode_aper #endif /* !defined(ASN_DISABLE_APER_SUPPORT) */ #if !defined(ASN_DISABLE_RFILL_SUPPORT) asn_random_fill_result_t RELATIVE_OID_random_fill(const asn_TYPE_descriptor_t *td, void **sptr, const asn_encoding_constraints_t *constraints, size_t max_length); #endif /* !defined(ASN_DISABLE_RFILL_SUPPORT) */ /********************************** * 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); /* 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); #ifdef __cplusplus } #endif #endif /* _RELATIVE_OID_H_ */