Home
last modified time | relevance | path

Searched refs:unstructured_name (Results 1 - 6 of 6) sorted by relevance

/third_party/mbedtls/library/
H A Dx509write.c63 CHECK_OVERFLOW_ADD(buflen, cur->node.san.unstructured_name.len); in mbedtls_x509_write_set_san_common()
108 const unsigned char *unstructured_name = in mbedtls_x509_write_set_san_common() local
109 (const unsigned char *) cur->node.san.unstructured_name.p; in mbedtls_x509_write_set_san_common()
110 size_t unstructured_name_len = cur->node.san.unstructured_name.len; in mbedtls_x509_write_set_san_common()
115 unstructured_name, unstructured_name_len)); in mbedtls_x509_write_set_san_common()
H A Dx509.c1427 memcpy(&san->san.unstructured_name, in mbedtls_x509_parse_subject_alt_name()
1440 memcpy(&san->san.unstructured_name, in mbedtls_x509_parse_subject_alt_name()
1453 memcpy(&san->san.unstructured_name, in mbedtls_x509_parse_subject_alt_name()
1467 memcpy(&san->san.unstructured_name, san_buf, sizeof(*san_buf)); in mbedtls_x509_parse_subject_alt_name()
1583 if (san.san.unstructured_name.len >= n) { in mbedtls_x509_info_subject_alt_name()
1590 memcpy(p, san.san.unstructured_name.p, san.san.unstructured_name.len); in mbedtls_x509_info_subject_alt_name()
1591 p += san.san.unstructured_name.len; in mbedtls_x509_info_subject_alt_name()
1592 n -= san.san.unstructured_name.len; in mbedtls_x509_info_subject_alt_name()
1611 if (san.san.unstructured_name in mbedtls_x509_info_subject_alt_name()
[all...]
/third_party/mbedtls/programs/x509/
H A Dcert_req.c273 cur->node.san.unstructured_name.p = (unsigned char *) ip; in main()
274 cur->node.san.unstructured_name.len = sizeof(ip); in main()
296 cur->node.san.unstructured_name.p = (unsigned char *) q; in main()
297 cur->node.san.unstructured_name.len = strlen(q); in main()
H A Dcert_write.c594 cur->node.san.unstructured_name.p = (unsigned char *) ip; in main()
595 cur->node.san.unstructured_name.len = sizeof(ip); in main()
617 cur->node.san.unstructured_name.p = (unsigned char *) q; in main()
618 cur->node.san.unstructured_name.len = strlen(q); in main()
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-extensions.c164 mbedtls_x509_buf unstructured_name; /**< The buffer for the un constructed types. Only dnsName currently supported */ member
269 memcpy(&name->san.unstructured_name, in lws_mbedtls_x509_parse_general_name()
/third_party/mbedtls/include/mbedtls/
H A Dx509.h297 mbedtls_x509_buf unstructured_name; /**< The buffer for the unstructured types. rfc822Name, dnsName and uniformResourceIdentifier are currently supported. */ member

Completed in 7 milliseconds