|
JunkBox_Lib
1.10.2
|
ASN1 NODE用ライブラリ More...
#include "asn1_node.h"
Go to the source code of this file.
Functions | |
| void | asn1_id_type (int id, int *type, int *cnst, int *tag) |
| void | asn1_print_id (FILE *fp, int id) |
| void | asn1_print_tag_value (FILE *fp, int id, Buffer buf) |
Variables | |
| const char * | _ASN1_NODE_CLASS [] |
| const char * | _ASN1_NODE_CONST [] |
| const char * | _ASN1_NODE_TAG [] |
Definition in file asn1_node.c.
| void asn1_id_type | ( | int | id, |
| int * | type, | ||
| int * | cnst, | ||
| int * | tag | ||
| ) |
Definition at line 63 of file asn1_node.c.
References JBXL_ASN1_CNSTRCTD.
Referenced by asn1_print_id().

| void asn1_print_id | ( | FILE * | fp, |
| int | id | ||
| ) |
Definition at line 76 of file asn1_node.c.
References _ASN1_NODE_CLASS, _ASN1_NODE_CONST, _ASN1_NODE_TAG, and asn1_id_type().
Referenced by print_tDER().


| void asn1_print_tag_value | ( | FILE * | fp, |
| int | id, | ||
| Buffer | buf | ||
| ) |
Definition at line 92 of file asn1_node.c.
References bin2int_DER(), buf, JBXL_ASN1_INT, and JBXL_ASN1_OCT.
Referenced by print_tDER().


| const char* _ASN1_NODE_CLASS[] |
Definition at line 10 of file asn1_node.c.
Referenced by asn1_print_id().
| const char* _ASN1_NODE_CONST[] |
Definition at line 19 of file asn1_node.c.
Referenced by asn1_print_id().
| const char* _ASN1_NODE_TAG[] |
Definition at line 26 of file asn1_node.c.
Referenced by asn1_print_id().