Home
last modified time | relevance | path

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

/net-tools-3.4.0/mbedtls-2.4.0/library/
Dx509_csr.c393 mbedtls_x509_name *name_cur; in mbedtls_x509_csr_free() local
405 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()
Dx509_crl.c667 mbedtls_x509_name *name_cur; in mbedtls_x509_crl_free() local
681 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()
Dx509_crt.c2319 mbedtls_x509_name *name_cur; in mbedtls_x509_crt_free() local
2335 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()