Searched refs:crl_prv (Results 1 – 1 of 1) sorted by relevance
713 mbedtls_x509_crl *crl_prv; in mbedtls_x509_crl_free() local760 crl_prv = crl_cur; in mbedtls_x509_crl_free()763 mbedtls_platform_zeroize( crl_prv, sizeof( mbedtls_x509_crl ) ); in mbedtls_x509_crl_free()764 if( crl_prv != crl ) in mbedtls_x509_crl_free()765 mbedtls_free( crl_prv ); in mbedtls_x509_crl_free()
Completed in 4 milliseconds