Home
last modified time | relevance | path

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

/mbedtls-3.7.0/library/
Dx509_crt.c3229 mbedtls_x509_crt *cert_cur = crt; in mbedtls_x509_crt_free() local
3232 while (cert_cur != NULL) { in mbedtls_x509_crt_free()
3233 mbedtls_pk_free(&cert_cur->pk); in mbedtls_x509_crt_free()
3236 mbedtls_free(cert_cur->sig_opts); in mbedtls_x509_crt_free()
3239 mbedtls_asn1_free_named_data_list_shallow(cert_cur->issuer.next); in mbedtls_x509_crt_free()
3240 mbedtls_asn1_free_named_data_list_shallow(cert_cur->subject.next); in mbedtls_x509_crt_free()
3241 mbedtls_asn1_sequence_free(cert_cur->ext_key_usage.next); in mbedtls_x509_crt_free()
3242 mbedtls_asn1_sequence_free(cert_cur->subject_alt_names.next); in mbedtls_x509_crt_free()
3243 mbedtls_asn1_sequence_free(cert_cur->certificate_policies.next); in mbedtls_x509_crt_free()
3244 mbedtls_asn1_sequence_free(cert_cur->authority_key_id.authorityCertIssuer.next); in mbedtls_x509_crt_free()
[all …]