Searched refs:cert_cur (Results 1 – 1 of 1) sorted by relevance
2317 mbedtls_x509_crt *cert_cur = crt; in mbedtls_x509_crt_free() local2329 mbedtls_pk_free( &cert_cur->pk ); in mbedtls_x509_crt_free()2332 mbedtls_free( cert_cur->sig_opts ); in mbedtls_x509_crt_free()2335 name_cur = cert_cur->issuer.next; in mbedtls_x509_crt_free()2344 name_cur = cert_cur->subject.next; in mbedtls_x509_crt_free()2353 seq_cur = cert_cur->ext_key_usage.next; in mbedtls_x509_crt_free()2362 seq_cur = cert_cur->subject_alt_names.next; in mbedtls_x509_crt_free()2371 if( cert_cur->raw.p != NULL ) in mbedtls_x509_crt_free()2373 mbedtls_zeroize( cert_cur->raw.p, cert_cur->raw.len ); in mbedtls_x509_crt_free()2374 mbedtls_free( cert_cur->raw.p ); in mbedtls_x509_crt_free()[all …]