Searched refs:name_prv (Results 1 – 3 of 3) sorted by relevance
394 mbedtls_x509_name *name_prv; in mbedtls_x509_csr_free() local408 name_prv = name_cur; in mbedtls_x509_csr_free()410 mbedtls_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_csr_free()411 mbedtls_free( name_prv ); in mbedtls_x509_csr_free()
668 mbedtls_x509_name *name_prv; in mbedtls_x509_crl_free() local684 name_prv = name_cur; in mbedtls_x509_crl_free()686 mbedtls_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crl_free()687 mbedtls_free( name_prv ); in mbedtls_x509_crl_free()
2320 mbedtls_x509_name *name_prv; in mbedtls_x509_crt_free() local2338 name_prv = name_cur; in mbedtls_x509_crt_free()2340 mbedtls_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crt_free()2341 mbedtls_free( name_prv ); in mbedtls_x509_crt_free()2347 name_prv = name_cur; in mbedtls_x509_crt_free()2349 mbedtls_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crt_free()2350 mbedtls_free( name_prv ); in mbedtls_x509_crt_free()