Searched refs:unstructured_name (Results 1 – 3 of 3) sorted by relevance
153 …mbedtls_x509_buf unstructured_name; /**< The buffer for the un constructed types. Only dnsName c… member
1817 memcpy( &san->san.unstructured_name, in mbedtls_x509_parse_subject_alt_name()1914 if( san.san.unstructured_name.len >= n ) in x509_info_subject_alt_name()1920 memcpy( p, san.san.unstructured_name.p, san.san.unstructured_name.len ); in x509_info_subject_alt_name()1921 p += san.san.unstructured_name.len; in x509_info_subject_alt_name()1922 n -= san.san.unstructured_name.len; in x509_info_subject_alt_name()
281 if( san->san.unstructured_name.len >= n )286 n -= san->san.unstructured_name.len;287 for( i = 0; i < san->san.unstructured_name.len; i++ )288 *p++ = san->san.unstructured_name.p[i];
Completed in 10 milliseconds