Searched refs:name_cur (Results 1 – 3 of 3) sorted by relevance
393 mbedtls_x509_name *name_cur; in mbedtls_x509_csr_free() local405 name_cur = csr->subject.next; in mbedtls_x509_csr_free()406 while( name_cur != NULL ) in mbedtls_x509_csr_free()408 name_prv = name_cur; in mbedtls_x509_csr_free()409 name_cur = name_cur->next; in mbedtls_x509_csr_free()
667 mbedtls_x509_name *name_cur; in mbedtls_x509_crl_free() local681 name_cur = crl_cur->issuer.next; in mbedtls_x509_crl_free()682 while( name_cur != NULL ) in mbedtls_x509_crl_free()684 name_prv = name_cur; in mbedtls_x509_crl_free()685 name_cur = name_cur->next; in mbedtls_x509_crl_free()
2319 mbedtls_x509_name *name_cur; in mbedtls_x509_crt_free() local2335 name_cur = cert_cur->issuer.next; in mbedtls_x509_crt_free()2336 while( name_cur != NULL ) in mbedtls_x509_crt_free()2338 name_prv = name_cur; in mbedtls_x509_crt_free()2339 name_cur = name_cur->next; in mbedtls_x509_crt_free()2344 name_cur = cert_cur->subject.next; in mbedtls_x509_crt_free()2345 while( name_cur != NULL ) in mbedtls_x509_crt_free()2347 name_prv = name_cur; in mbedtls_x509_crt_free()2348 name_cur = name_cur->next; in mbedtls_x509_crt_free()