ITS
SymmetricAlgorithm.h File Reference
#include <asn_application.h>
#include <NativeInteger.h>
#include <asn_internal.h>
Include dependency graph for SymmetricAlgorithm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum SymmetricAlgorithm e_SymmetricAlgorithm
 
typedef long SymmetricAlgorithm_t
 

Enumerations

enum  SymmetricAlgorithm { SymmetricAlgorithm_aes_128_ccm = 0, SymmetricAlgorithm_reserved = 255 }
 

Variables

asn_TYPE_descriptor_t asn_DEF_SymmetricAlgorithm
 
asn_struct_free_f SymmetricAlgorithm_free
 
asn_struct_print_f SymmetricAlgorithm_print
 
asn_constr_check_f SymmetricAlgorithm_constraint
 
ber_type_decoder_f SymmetricAlgorithm_decode_ber
 
der_type_encoder_f SymmetricAlgorithm_encode_der
 
xer_type_decoder_f SymmetricAlgorithm_decode_xer
 
xer_type_encoder_f SymmetricAlgorithm_encode_xer
 
per_type_decoder_f SymmetricAlgorithm_decode_uper
 
per_type_encoder_f SymmetricAlgorithm_encode_uper
 

Typedef Documentation

◆ e_SymmetricAlgorithm

◆ SymmetricAlgorithm_t

typedef long SymmetricAlgorithm_t

Definition at line 27 of file SymmetricAlgorithm.h.

Enumeration Type Documentation

◆ SymmetricAlgorithm

Enumerator
SymmetricAlgorithm_aes_128_ccm 
SymmetricAlgorithm_reserved 

Definition at line 21 of file SymmetricAlgorithm.h.

Variable Documentation

◆ asn_DEF_SymmetricAlgorithm

asn_TYPE_descriptor_t asn_DEF_SymmetricAlgorithm

Definition at line 123 of file SymmetricAlgorithm.c.

◆ SymmetricAlgorithm_constraint

asn_constr_check_f SymmetricAlgorithm_constraint

Definition at line 33 of file SymmetricAlgorithm.h.

◆ SymmetricAlgorithm_decode_ber

ber_type_decoder_f SymmetricAlgorithm_decode_ber

Definition at line 34 of file SymmetricAlgorithm.h.

◆ SymmetricAlgorithm_decode_uper

per_type_decoder_f SymmetricAlgorithm_decode_uper

Definition at line 38 of file SymmetricAlgorithm.h.

◆ SymmetricAlgorithm_decode_xer

xer_type_decoder_f SymmetricAlgorithm_decode_xer

Definition at line 36 of file SymmetricAlgorithm.h.

◆ SymmetricAlgorithm_encode_der

der_type_encoder_f SymmetricAlgorithm_encode_der

Definition at line 35 of file SymmetricAlgorithm.h.

◆ SymmetricAlgorithm_encode_uper

per_type_encoder_f SymmetricAlgorithm_encode_uper

Definition at line 39 of file SymmetricAlgorithm.h.

◆ SymmetricAlgorithm_encode_xer

xer_type_encoder_f SymmetricAlgorithm_encode_xer

Definition at line 37 of file SymmetricAlgorithm.h.

◆ SymmetricAlgorithm_free

asn_struct_free_f SymmetricAlgorithm_free

Definition at line 31 of file SymmetricAlgorithm.h.

◆ SymmetricAlgorithm_print

asn_struct_print_f SymmetricAlgorithm_print

Definition at line 32 of file SymmetricAlgorithm.h.