Home
last modified time | relevance | path

Searched refs:attr_descr (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.5.0/library/
Dx509_create.c132 const x509_attr_descriptor_t *attr_descr = NULL; in mbedtls_x509_string_to_names() local
142 if ((attr_descr = x509_attr_descr_from_name(s, c - s)) == NULL) { in mbedtls_x509_string_to_names()
147 oid = attr_descr->oid; in mbedtls_x509_string_to_names()
172 cur->val.tag = attr_descr->default_tag; in mbedtls_x509_string_to_names()