Lines Matching defs:name
26 const char *name; /* String representation of AttributeType, e.g.
28 size_t name_len; /* Length of 'name', without trailing 0 byte. */
101 static const x509_attr_descriptor_t *x509_attr_descr_from_name(const char *name, size_t name_len)
105 for (cur = x509_attrs; cur->name != NULL; cur++) {
107 strncmp(cur->name, name, name_len) == 0) {
112 if (cur->name == NULL) {
281 int mbedtls_x509_string_to_names(mbedtls_asn1_named_data **head, const char *name)
285 const char *s = name, *c = s;
366 /* Successfully parsed one name, update ret to success */
420 const unsigned char *name = cur_name->val.p;
426 (const char *) name,