Searched refs:cert_cur (Results 1 – 1 of 1) sorted by relevance
3270 mbedtls_x509_crt *cert_cur = crt; in mbedtls_x509_crt_free() local3282 mbedtls_pk_free( &cert_cur->pk ); in mbedtls_x509_crt_free()3285 mbedtls_free( cert_cur->sig_opts ); in mbedtls_x509_crt_free()3288 name_cur = cert_cur->issuer.next; in mbedtls_x509_crt_free()3297 name_cur = cert_cur->subject.next; in mbedtls_x509_crt_free()3306 seq_cur = cert_cur->ext_key_usage.next; in mbedtls_x509_crt_free()3316 seq_cur = cert_cur->subject_alt_names.next; in mbedtls_x509_crt_free()3326 seq_cur = cert_cur->certificate_policies.next; in mbedtls_x509_crt_free()3336 if( cert_cur->raw.p != NULL && cert_cur->own_buffer ) in mbedtls_x509_crt_free()3338 mbedtls_platform_zeroize( cert_cur->raw.p, cert_cur->raw.len ); in mbedtls_x509_crt_free()[all …]