Searched refs:name_cur (Results 1 – 3 of 3) sorted by relevance
386 mbedtls_x509_name *name_cur; in mbedtls_x509_csr_free() local398 name_cur = csr->subject.next; in mbedtls_x509_csr_free()399 while( name_cur != NULL ) in mbedtls_x509_csr_free()401 name_prv = name_cur; in mbedtls_x509_csr_free()402 name_cur = name_cur->next; in mbedtls_x509_csr_free()
714 mbedtls_x509_name *name_cur; in mbedtls_x509_crl_free() local728 name_cur = crl_cur->issuer.next; in mbedtls_x509_crl_free()729 while( name_cur != NULL ) in mbedtls_x509_crl_free()731 name_prv = name_cur; in mbedtls_x509_crl_free()732 name_cur = name_cur->next; in mbedtls_x509_crl_free()
3272 mbedtls_x509_name *name_cur; in mbedtls_x509_crt_free() local3288 name_cur = cert_cur->issuer.next; in mbedtls_x509_crt_free()3289 while( name_cur != NULL ) in mbedtls_x509_crt_free()3291 name_prv = name_cur; in mbedtls_x509_crt_free()3292 name_cur = name_cur->next; in mbedtls_x509_crt_free()3297 name_cur = cert_cur->subject.next; in mbedtls_x509_crt_free()3298 while( name_cur != NULL ) in mbedtls_x509_crt_free()3300 name_prv = name_cur; in mbedtls_x509_crt_free()3301 name_cur = name_cur->next; in mbedtls_x509_crt_free()
Completed in 10 milliseconds