Home
last modified time | relevance | path

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

/net-tools-3.5.0/mbedtls-2.4.0/library/
Dx509_crt.c2318 mbedtls_x509_crt *cert_prv; in mbedtls_x509_crt_free() local
2384 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()