Found 16 other functions taking a
mbedtls_asn1_named_data
argument:
Free all entries in a mbedtls_asn1_named_data list.
Free all shallow entries in a mbedtls_asn1_named_data list, but do not free internal pointer targets.
Store the certificate DN in printable form into buf; no more than size characters will be written.
Convert the certificate DN string \p name into a linked list of mbedtls_x509_name (equivalent to mbedtls_asn1_named_data).
Create or find a specific named_data entry for writing in a sequence or list based on the OID. If not already in there, a new entry is added to the head of the list. Warning: Destructive behaviour for the val data!
Find a specific named_data entry in a sequence or list based on the OID.
Return the next relative DN in an X509 name.