Lines Matching refs:seq_cur
692 mbedtls_x509_sequence *seq_cur = subject_alt_name->next; in x509_get_subject_alt_name() local
694 while( seq_cur != NULL ) in x509_get_subject_alt_name()
696 seq_prv = seq_cur; in x509_get_subject_alt_name()
697 seq_cur = seq_cur->next; in x509_get_subject_alt_name()
3274 mbedtls_x509_sequence *seq_cur; in mbedtls_x509_crt_free() local
3306 seq_cur = cert_cur->ext_key_usage.next; in mbedtls_x509_crt_free()
3307 while( seq_cur != NULL ) in mbedtls_x509_crt_free()
3309 seq_prv = seq_cur; in mbedtls_x509_crt_free()
3310 seq_cur = seq_cur->next; in mbedtls_x509_crt_free()
3316 seq_cur = cert_cur->subject_alt_names.next; in mbedtls_x509_crt_free()
3317 while( seq_cur != NULL ) in mbedtls_x509_crt_free()
3319 seq_prv = seq_cur; in mbedtls_x509_crt_free()
3320 seq_cur = seq_cur->next; in mbedtls_x509_crt_free()
3326 seq_cur = cert_cur->certificate_policies.next; in mbedtls_x509_crt_free()
3327 while( seq_cur != NULL ) in mbedtls_x509_crt_free()
3329 seq_prv = seq_cur; in mbedtls_x509_crt_free()
3330 seq_cur = seq_cur->next; in mbedtls_x509_crt_free()