Home
last modified time | relevance | path

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

/mbedtls-3.7.0/library/
Dx509_crt.c3230 mbedtls_x509_crt *cert_prv; in mbedtls_x509_crt_free() local
3250 cert_prv = cert_cur; in mbedtls_x509_crt_free()
3253 mbedtls_platform_zeroize(cert_prv, sizeof(mbedtls_x509_crt)); in mbedtls_x509_crt_free()
3254 if (cert_prv != crt) { in mbedtls_x509_crt_free()
3255 mbedtls_free(cert_prv); in mbedtls_x509_crt_free()