Home
last modified time | relevance | path

Searched refs:crl_prv (Results 1 – 1 of 1) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/library/
Dx509_crl.c666 mbedtls_x509_crl *crl_prv; in mbedtls_x509_crl_free() local
712 crl_prv = crl_cur; in mbedtls_x509_crl_free()
715 mbedtls_zeroize( crl_prv, sizeof( mbedtls_x509_crl ) ); in mbedtls_x509_crl_free()
716 if( crl_prv != crl ) in mbedtls_x509_crl_free()
717 mbedtls_free( crl_prv ); in mbedtls_x509_crl_free()