Searched refs:x509_get_other_name (Results 1 – 3 of 3) sorted by relevance
231 ret = x509_get_other_name( name_buf, &other_name ); in lws_mbedtls_x509_parse_general_name()
1700 static int x509_get_other_name( const mbedtls_x509_buf *subject_alt_name, in x509_get_other_name() function1797 ret = x509_get_other_name( san_buf, &other_name ); in mbedtls_x509_parse_subject_alt_name()
1442 * Fix partial zeroing in x509_get_other_name. Found and fixed by ekse, #2716.