Lines Matching refs:seq_cur
668 mbedtls_x509_sequence *seq_cur = subject_alt_name->next; in x509_get_subject_alt_name() local
670 while( seq_cur != NULL ) in x509_get_subject_alt_name()
672 seq_prv = seq_cur; in x509_get_subject_alt_name()
673 seq_cur = seq_cur->next; in x509_get_subject_alt_name()
3282 mbedtls_x509_sequence *seq_cur; in mbedtls_x509_crt_free() local
3314 seq_cur = cert_cur->ext_key_usage.next; in mbedtls_x509_crt_free()
3315 while( seq_cur != NULL ) in mbedtls_x509_crt_free()
3317 seq_prv = seq_cur; in mbedtls_x509_crt_free()
3318 seq_cur = seq_cur->next; in mbedtls_x509_crt_free()
3324 seq_cur = cert_cur->subject_alt_names.next; in mbedtls_x509_crt_free()
3325 while( seq_cur != NULL ) in mbedtls_x509_crt_free()
3327 seq_prv = seq_cur; in mbedtls_x509_crt_free()
3328 seq_cur = seq_cur->next; in mbedtls_x509_crt_free()
3334 seq_cur = cert_cur->certificate_policies.next; in mbedtls_x509_crt_free()
3335 while( seq_cur != NULL ) in mbedtls_x509_crt_free()
3337 seq_prv = seq_cur; in mbedtls_x509_crt_free()
3338 seq_cur = seq_cur->next; in mbedtls_x509_crt_free()