Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dx509_csr.c384 mbedtls_x509_name *name_cur; in mbedtls_x509_csr_free() local
396 name_cur = csr->subject.next; in mbedtls_x509_csr_free()
397 while( name_cur != NULL ) in mbedtls_x509_csr_free()
399 name_prv = name_cur; in mbedtls_x509_csr_free()
400 name_cur = name_cur->next; in mbedtls_x509_csr_free()
A Dx509_crl.c712 mbedtls_x509_name *name_cur; in mbedtls_x509_crl_free() local
726 name_cur = crl_cur->issuer.next; in mbedtls_x509_crl_free()
727 while( name_cur != NULL ) in mbedtls_x509_crl_free()
729 name_prv = name_cur; in mbedtls_x509_crl_free()
730 name_cur = name_cur->next; in mbedtls_x509_crl_free()
A Dx509_crt.c3282 mbedtls_x509_name *name_cur; in mbedtls_x509_crt_free() local
3298 name_cur = cert_cur->issuer.next; in mbedtls_x509_crt_free()
3299 while( name_cur != NULL ) in mbedtls_x509_crt_free()
3301 name_prv = name_cur; in mbedtls_x509_crt_free()
3302 name_cur = name_cur->next; in mbedtls_x509_crt_free()
3307 name_cur = cert_cur->subject.next; in mbedtls_x509_crt_free()
3308 while( name_cur != NULL ) in mbedtls_x509_crt_free()
3310 name_prv = name_cur; in mbedtls_x509_crt_free()
3311 name_cur = name_cur->next; in mbedtls_x509_crt_free()

Completed in 9 milliseconds