Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_create.c289 int in_attr_type = 1; in mbedtls_x509_string_to_names() local
303 if (in_attr_type && *c == '=') { in mbedtls_x509_string_to_names()
318 in_attr_type = 0; in mbedtls_x509_string_to_names()
321 if (!in_attr_type && ((*c == ',' && *(c-1) != '\\') || c == end)) { in mbedtls_x509_string_to_names()
368 in_attr_type = 1; in mbedtls_x509_string_to_names()