Home
last modified time | relevance | path

Searched refs:seq_cur (Results 1 – 1 of 1) sorted by relevance

/net-tools-2.7.6/mbedtls-2.4.0/library/
Dx509_crt.c2321 mbedtls_x509_sequence *seq_cur; in mbedtls_x509_crt_free() local
2353 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()