8#ifndef _HashAlgorithm_H_
9#define _HashAlgorithm_H_
12#include "asn_application.h"
15#include "NativeEnumerated.h"
22typedef enum HashAlgorithm {
23 HashAlgorithm_sha256 = 0,
27 HashAlgorithm_sha384 = 1
31typedef long HashAlgorithm_t;
34extern asn_per_constraints_t asn_PER_type_HashAlgorithm_constr_1;
35extern asn_TYPE_descriptor_t asn_DEF_HashAlgorithm;
36extern const asn_INTEGER_specifics_t asn_SPC_HashAlgorithm_specs_1;
37asn_struct_free_f HashAlgorithm_free;
38asn_struct_print_f HashAlgorithm_print;
39asn_constr_check_f HashAlgorithm_constraint;
40ber_type_decoder_f HashAlgorithm_decode_ber;
41der_type_encoder_f HashAlgorithm_encode_der;
42xer_type_decoder_f HashAlgorithm_decode_xer;
43xer_type_encoder_f HashAlgorithm_encode_xer;
44jer_type_encoder_f HashAlgorithm_encode_jer;
45oer_type_decoder_f HashAlgorithm_decode_oer;
46oer_type_encoder_f HashAlgorithm_encode_oer;
47per_type_decoder_f HashAlgorithm_decode_uper;
48per_type_encoder_f HashAlgorithm_encode_uper;
49per_type_decoder_f HashAlgorithm_decode_aper;
50per_type_encoder_f HashAlgorithm_encode_aper;
57#include "asn_internal.h"