Searched refs:seq_cur (Results 1 – 1 of 1) sorted by relevance
2321 mbedtls_x509_sequence *seq_cur; in mbedtls_x509_crt_free() local2353 seq_cur = cert_cur->ext_key_usage.next; in mbedtls_x509_crt_free()2354 while( seq_cur != NULL ) in mbedtls_x509_crt_free()2356 seq_prv = seq_cur; in mbedtls_x509_crt_free()2357 seq_cur = seq_cur->next; in mbedtls_x509_crt_free()2362 seq_cur = cert_cur->subject_alt_names.next; in mbedtls_x509_crt_free()2363 while( seq_cur != NULL ) in mbedtls_x509_crt_free()2365 seq_prv = seq_cur; in mbedtls_x509_crt_free()2366 seq_cur = seq_cur->next; in mbedtls_x509_crt_free()