Go to the source code of this file.
Functions | |
MHD__asn1_retCode | MHD__asn1_append_sequence_set (node_asn *node) |
MHD__asn1_retCode | MHD__asn1_convert_integer (const char *value, unsigned char *value_out, int value_out_size, int *len) |
void | MHD__asn1_hierarchical_name (node_asn *node, char *name, int name_size) |
MHD__asn1_retCode MHD__asn1_append_sequence_set | ( | node_asn * | node | ) |
Definition at line 122 of file element.c.
References ASN1_GENERIC_ERROR, ASN1_SUCCESS, node_asn_struct::down, MHD__asn1_copy_structure3(), MHD__asn1_ltostr(), MHD__asn1_set_name(), MHD__asn1_set_right(), MHD__asn1_str_cpy(), node_asn_struct::name, node_asn_struct::right, node_asn_struct::type, type_field, TYPE_SIZE, and TYPE_TAG.
Referenced by MHD__asn1_der_decoding(), and MHD__asn1_write_value().
MHD__asn1_retCode MHD__asn1_convert_integer | ( | const char * | value, | |
unsigned char * | value_out, | |||
int | value_out_size, | |||
int * | len | |||
) |
Definition at line 77 of file element.c.
References ASN1_MEM_ERROR, ASN1_SUCCESS, and SIZEOF_UNSIGNED_LONG_INT.
Referenced by MHD__asn1_change_integer_value(), MHD__asn1_read_value(), and MHD__asn1_write_value().
void MHD__asn1_hierarchical_name | ( | node_asn * | node, | |
char * | name, | |||
int | name_size | |||
) |
Definition at line 36 of file element.c.
References MHD__asn1_find_up(), MHD__asn1_str_cat(), MHD__asn1_str_cpy(), and node_asn_struct::name.
Referenced by MHD__asn1_error_description_tag_error(), and MHD__asn1_error_description_value_not_found().