Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dx509_create.c159 const x509_attr_descriptor_t* attr_descr = NULL; in mbedtls_x509_string_to_names() local
171 if( ( attr_descr = x509_attr_descr_from_name( s, c - s ) ) == NULL ) in mbedtls_x509_string_to_names()
177 oid = attr_descr->oid; in mbedtls_x509_string_to_names()
207 cur->val.tag = attr_descr->default_tag; in mbedtls_x509_string_to_names()