Searched refs:cert_cur (Results 1 – 1 of 1) sorted by relevance
3229 mbedtls_x509_crt *cert_cur = crt; in mbedtls_x509_crt_free() local3232 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()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()3246 if (cert_cur->raw.p != NULL && cert_cur->own_buffer) { in mbedtls_x509_crt_free()3247 mbedtls_zeroize_and_free(cert_cur->raw.p, cert_cur->raw.len); in mbedtls_x509_crt_free()3250 cert_prv = cert_cur; in mbedtls_x509_crt_free()[all …]
Completed in 27 milliseconds