Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509_crt.h142 …mbedtls_x509_buf unstructured_name; /**< The buffer for the un constructed types. Only dnsName c… member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c1848 if( san.san.unstructured_name.len >= n ) in x509_info_subject_alt_name()
1854 memcpy( p, san.san.unstructured_name.p, san.san.unstructured_name.len ); in x509_info_subject_alt_name()
1855 p += san.san.unstructured_name.len; in x509_info_subject_alt_name()
1856 n -= san.san.unstructured_name.len; in x509_info_subject_alt_name()
1915 memcpy( &san->san.unstructured_name, in mbedtls_x509_parse_subject_alt_name()

Completed in 9 milliseconds