Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/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.c1428 memcpy(&san->san.unstructured_name, in mbedtls_x509_parse_subject_alt_name()
1441 memcpy(&san->san.unstructured_name, in mbedtls_x509_parse_subject_alt_name()
1454 memcpy(&san->san.unstructured_name, in mbedtls_x509_parse_subject_alt_name()
1468 memcpy(&san->san.unstructured_name, san_buf, sizeof(*san_buf)); in mbedtls_x509_parse_subject_alt_name()
1584 if (san.san.unstructured_name.len >= n) { in mbedtls_x509_info_subject_alt_name()
1591 memcpy(p, san.san.unstructured_name.p, san.san.unstructured_name.len); in mbedtls_x509_info_subject_alt_name()
1592 p += san.san.unstructured_name.len; in mbedtls_x509_info_subject_alt_name()
1593 n -= san.san.unstructured_name.len; in mbedtls_x509_info_subject_alt_name()
1612 if (san.san.unstructured_name.len >= n) { in mbedtls_x509_info_subject_alt_name()
1619 memcpy(p, san.san.unstructured_name.p, san.san.unstructured_name.len); in mbedtls_x509_info_subject_alt_name()
[all …]
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509.h297 …mbedtls_x509_buf unstructured_name; /**< The buffer for the unstructured types. rfc822Name, dnsNam… member