Searched refs:cert_prv (Results 1 – 1 of 1) sorted by relevance
2318 mbedtls_x509_crt *cert_prv; in mbedtls_x509_crt_free() local2384 cert_prv = cert_cur; in mbedtls_x509_crt_free()2387 mbedtls_zeroize( cert_prv, sizeof( mbedtls_x509_crt ) ); in mbedtls_x509_crt_free()2388 if( cert_prv != crt ) in mbedtls_x509_crt_free()2389 mbedtls_free( cert_prv ); in mbedtls_x509_crt_free()