/NetX-Duo-v6.2.1/nx_secure/src/ |
D | nx_secure_x509_pkcs1_rsa_private_key_parse.c | 85 const UCHAR *tlv_data; in _nx_secure_x509_pkcs1_rsa_private_key_parse() local 122 …arse(buffer, (ULONG *)&length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_pkcs1_rsa_private_key_parse() 139 … = _nx_secure_x509_asn1_tlv_block_parse(tlv_data, &seq_length, &tlv_type, &tlv_type_class, &tlv_le… in _nx_secure_x509_pkcs1_rsa_private_key_parse() 156 version = tlv_data[0]; in _nx_secure_x509_pkcs1_rsa_private_key_parse() 164 tlv_data = &tlv_data[tlv_length]; in _nx_secure_x509_pkcs1_rsa_private_key_parse() 168 … = _nx_secure_x509_asn1_tlv_block_parse(tlv_data, &seq_length, &tlv_type, &tlv_type_class, &tlv_le… in _nx_secure_x509_pkcs1_rsa_private_key_parse() 187 …_nx_secure_asn1_parse_unsigned_integer(tlv_data, tlv_length, &rsa_key -> nx_secure_rsa_public_modu… in _nx_secure_x509_pkcs1_rsa_private_key_parse() 192 tlv_data = &tlv_data[tlv_length]; in _nx_secure_x509_pkcs1_rsa_private_key_parse() 195 … = _nx_secure_x509_asn1_tlv_block_parse(tlv_data, &seq_length, &tlv_type, &tlv_type_class, &tlv_le… in _nx_secure_x509_pkcs1_rsa_private_key_parse() 214 …_nx_secure_asn1_parse_unsigned_integer(tlv_data, tlv_length, &rsa_key -> nx_secure_rsa_public_expo… in _nx_secure_x509_pkcs1_rsa_private_key_parse() [all …]
|
D | nx_secure_x509.c | 119 const UCHAR *tlv_data; in _nx_secure_x509_certificate_parse() local 179 …arse(buffer, (ULONG *)&length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_certificate_parse() 196 status = _nx_secure_x509_parse_cert_data(tlv_data, tlv_length, &bytes, cert); in _nx_secure_x509_certificate_parse() 206 tlv_data = &tlv_data[bytes]; in _nx_secure_x509_certificate_parse() 208 status = _nx_secure_x509_parse_signature_algorithm(tlv_data, length, &bytes, cert); in _nx_secure_x509_certificate_parse() 218 tlv_data = &tlv_data[bytes]; in _nx_secure_x509_certificate_parse() 220 status = _nx_secure_x509_parse_signature_data(tlv_data, length, &bytes, cert); in _nx_secure_x509_certificate_parse() 304 const UCHAR *tlv_data; in _nx_secure_x509_extract_oid_data() local 315 …v_block_parse(buffer, &length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_extract_oid_data() 337 if (tlv_data[0] != 0) in _nx_secure_x509_extract_oid_data() [all …]
|
D | nx_secure_x509_certificate_revocation_list_parse.c | 109 const UCHAR *tlv_data; in _nx_secure_x509_certificate_revocation_list_parse() local 165 …arse(buffer, (ULONG *)&length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_certificate_revocation_list_parse() 182 status = _nx_secure_x509_crl_tbscert_list_parse(tlv_data, tlv_length, &bytes, crl); in _nx_secure_x509_certificate_revocation_list_parse() 192 tlv_data = &tlv_data[bytes]; in _nx_secure_x509_certificate_revocation_list_parse() 194 status = _nx_secure_x509_crl_signature_algorithm_parse(tlv_data, length, &bytes, crl); in _nx_secure_x509_certificate_revocation_list_parse() 204 tlv_data = &tlv_data[bytes]; in _nx_secure_x509_certificate_revocation_list_parse() 206 status = _nx_secure_x509_crl_signature_data_parse(tlv_data, length, &bytes, crl); in _nx_secure_x509_certificate_revocation_list_parse() 285 const UCHAR *tlv_data; in _nx_secure_x509_crl_tbscert_list_parse() local 312 …v_block_parse(buffer, &length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_crl_tbscert_list_parse() 335 status = _nx_secure_x509_crl_version_parse(tlv_data, tlv_length, &bytes, crl); in _nx_secure_x509_crl_tbscert_list_parse() [all …]
|
D | nx_secure_x509_ec_private_key_parse.c | 88 const UCHAR *tlv_data; in _nx_secure_x509_ec_private_key_parse() local 110 …arse(buffer, (ULONG *)&length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_ec_private_key_parse() 127 …_nx_secure_x509_asn1_tlv_block_parse(tlv_data, (ULONG *)&length, &tlv_type, &tlv_type_class, &tlv_… in _nx_secure_x509_ec_private_key_parse() 144 version = tlv_data[0]; in _nx_secure_x509_ec_private_key_parse() 152 tlv_data = &tlv_data[tlv_length]; in _nx_secure_x509_ec_private_key_parse() 156 …_nx_secure_x509_asn1_tlv_block_parse(tlv_data, (ULONG *)&length, &tlv_type, &tlv_type_class, &tlv_… in _nx_secure_x509_ec_private_key_parse() 175 ec_key -> nx_secure_ec_private_key = tlv_data; in _nx_secure_x509_ec_private_key_parse() 180 tlv_data = &tlv_data[tlv_length]; in _nx_secure_x509_ec_private_key_parse() 183 …_nx_secure_x509_asn1_tlv_block_parse(tlv_data, (ULONG *)&length, &tlv_type, &tlv_type_class, &tlv_… in _nx_secure_x509_ec_private_key_parse() 201 … = _nx_secure_x509_asn1_tlv_block_parse(tlv_data, &seq_length, &tlv_type, &tlv_type_class, &tlv_le… in _nx_secure_x509_ec_private_key_parse() [all …]
|
D | nx_secure_x509_distinguished_name_parse.c | 88 const UCHAR *tlv_data; in _nx_secure_x509_distinguished_name_parse() local 114 …rent_index], (ULONG *)&length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_distinguished_name_parse() 133 …_nx_secure_x509_asn1_tlv_block_parse(tlv_data, &sequence_length, &tlv_type, &tlv_type_class, &tlv_… in _nx_secure_x509_distinguished_name_parse() 147 sequence_ptr = tlv_data; in _nx_secure_x509_distinguished_name_parse() 151 …equence_ptr, &sequence_length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_distinguished_name_parse() 165 _nx_secure_x509_oid_parse(tlv_data, tlv_length, &oid); in _nx_secure_x509_distinguished_name_parse() 169 …status = _nx_secure_x509_extract_name_oid_data(&tlv_data[tlv_length], oid, sequence_length, &bytes… in _nx_secure_x509_distinguished_name_parse() 237 const UCHAR *tlv_data; in _nx_secure_x509_extract_name_oid_data() local 241 …v_block_parse(buffer, &length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_extract_name_oid_data() 252 name -> nx_secure_x509_common_name = tlv_data; in _nx_secure_x509_extract_name_oid_data() [all …]
|
D | nx_secure_x509_extension_find.c | 91 const UCHAR *tlv_data; in _nx_secure_x509_extension_find() local 115 …, &extensions_sequence_length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_extension_find() 137 … = _nx_secure_x509_asn1_tlv_block_parse(tlv_data, &seq_length, &tlv_type, &tlv_type_class, &tlv_le… in _nx_secure_x509_extension_find() 147 _nx_secure_x509_oid_parse(tlv_data, tlv_length, &extension_oid); in _nx_secure_x509_extension_find() 159 current_buffer = tlv_data + tlv_length; in _nx_secure_x509_extension_find() 177 …e(current_buffer, &seq_length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_extension_find() 189 critical_flag = tlv_data[0] != 0; in _nx_secure_x509_extension_find() 195 …e(current_buffer, &seq_length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_extension_find() 211 extension -> nx_secure_x509_extension_data = tlv_data; in _nx_secure_x509_extension_find()
|
D | nx_secure_x509_pkcs7_decode.c | 88 const UCHAR *tlv_data = NX_CRYPTO_NULL; in _nx_secure_x509_pkcs7_decode() local 147 …ature_data, &remaining_length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_pkcs7_decode() 156 signature_data = tlv_data; in _nx_secure_x509_pkcs7_decode() 160 …ature_data, &remaining_length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_pkcs7_decode() 167 signature_data = tlv_data; in _nx_secure_x509_pkcs7_decode() 174 …e(signature_data, &seq_length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_pkcs7_decode() 192 *signature_oid = tlv_data; in _nx_secure_x509_pkcs7_decode() 197 …ature_data, &remaining_length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_pkcs7_decode() 206 *hash_data = tlv_data; in _nx_secure_x509_pkcs7_decode()
|
D | nx_secure_x509_extended_key_usage_extension_parse.c | 81 const UCHAR *tlv_data; in _nx_secure_x509_extended_key_usage_extension_parse() local 114 …parse(current_buffer, &length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_extended_key_usage_extension_parse() 130 current_buffer = tlv_data; in _nx_secure_x509_extended_key_usage_extension_parse() 137 …parse(current_buffer, &length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_extended_key_usage_extension_parse() 154 _nx_secure_x509_oid_parse(tlv_data, tlv_length, &usage_oid); in _nx_secure_x509_extended_key_usage_extension_parse()
|
D | nx_secure_x509_subject_alt_names_find.c | 82 const UCHAR *tlv_data; in _nx_secure_x509_subject_alt_names_find() local 122 …parse(current_buffer, &length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_subject_alt_names_find() 139 current_buffer = tlv_data; in _nx_secure_x509_subject_alt_names_find() 147 …parse(current_buffer, &length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_subject_alt_names_find() 177 compare_name = tlv_data; in _nx_secure_x509_subject_alt_names_find()
|
D | nx_secure_x509_key_usage_extension_parse.c | 79 const UCHAR *tlv_data; in _nx_secure_x509_key_usage_extension_parse() local 118 …parse(current_buffer, &length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_key_usage_extension_parse() 142 *bitfield = (USHORT)((tlv_data[1] << 8) + tlv_data[0]); in _nx_secure_x509_key_usage_extension_parse()
|
D | nx_secure_x509_crl_revocation_check.c | 282 const UCHAR *tlv_data; in _nx_secure_x509_crl_parse_entry() local 293 …parse(current_buffer, &length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_crl_parse_entry() 311 …us = _nx_secure_x509_asn1_tlv_block_parse(tlv_data, &length, &tlv_type, &tlv_type_class, &tlv_leng… in _nx_secure_x509_crl_parse_entry() 326 *serial_number = tlv_data; in _nx_secure_x509_crl_parse_entry() 333 …parse(current_buffer, &length, &tlv_type, &tlv_type_class, &tlv_length, &tlv_data, &header_length); in _nx_secure_x509_crl_parse_entry()
|
D | nx_secure_x509_asn1_tlv_block_parse.c | 130 const UCHAR **tlv_data, ULONG *header_length) in _nx_secure_x509_asn1_tlv_block_parse() argument 188 *tlv_data = &buffer[current_index]; in _nx_secure_x509_asn1_tlv_block_parse() 251 *tlv_data = &buffer[current_index]; in _nx_secure_x509_asn1_tlv_block_parse()
|
/NetX-Duo-v6.2.1/nx_secure/inc/ |
D | nx_secure_x509.h | 822 …HORT *tlv_type, USHORT *tlv_tag_class, ULONG *tlv_length, const UCHAR **tlv_data, ULONG *header_le…
|
/NetX-Duo-v6.2.1/addons/snmp/ |
D | nxd_snmp.c | 15199 UCHAR *tlv_data; in _nx_snmp_utility_object_data_get() local 15260 …ork_ptr, buffer_length, &tlv_type, &tlv_tag_class, (ULONG *)(&total), &tlv_data, (ULONG *)(&lengt… in _nx_snmp_utility_object_data_get() 15267 work_ptr = tlv_data; in _nx_snmp_utility_object_data_get() 23177 UCHAR **tlv_data, ULONG *header_length) in _nx_snmp_utility_tlv_block_parse() argument 23235 *tlv_data = &buffer[current_index]; in _nx_snmp_utility_tlv_block_parse() 23302 *tlv_data = &buffer[current_index]; in _nx_snmp_utility_tlv_block_parse()
|
D | nxd_snmp.h | 871 …th, USHORT *tlv_type, USHORT *tlv_tag_class, ULONG *tlv_length, UCHAR **tlv_data, ULONG *header_le…
|