mbedtls_ecp_point_free() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_ecp_point_free() function

This function frees the components of a point.

Syntax

void mbedtls_ecp_point_free( mbedtls_ecp_point *pt );
Implemented in ecp.c:587

Arguments

pt

The point to free.

References

LocationReferrerText
ecp.c:587
void mbedtls_ecp_point_free( mbedtls_ecp_point *pt )
ecp.h:502
void mbedtls_ecp_point_free( mbedtls_ecp_point *pt );
ecdh.c:134ecdh_compute_shared_restartable()
mbedtls_ecp_point_free( &P );
ecdh.c:232ecdh_free_internal()
mbedtls_ecp_point_free( &ctx->Q );
ecdh.c:233ecdh_free_internal()
mbedtls_ecp_point_free( &ctx->Qp );
ecdh.c:262mbedtls_ecdh_free()
mbedtls_ecp_point_free( &ctx->Vi );
ecdh.c:263mbedtls_ecdh_free()
mbedtls_ecp_point_free( &ctx->Vf );
ecdsa.c:373ecdsa_sign_restartable()
mbedtls_ecp_point_free( &R );
ecdsa.c:585ecdsa_verify_restartable()
mbedtls_ecp_point_free( &R );
ecp.c:612mbedtls_ecp_group_free()
mbedtls_ecp_point_free( &grp->G );
ecp.c:619mbedtls_ecp_group_free()
mbedtls_ecp_point_free( &grp->T[i] );
ecp.c:636mbedtls_ecp_keypair_free()
mbedtls_ecp_point_free( &key->Q );
ecp.c:1835ecp_mul_comb_core()
mbedtls_ecp_point_free( &Txi );
ecp.c:2105ecp_mul_comb()
mbedtls_ecp_point_free( &T[i] );
ecp.c:2115ecp_mul_comb()
mbedtls_ecp_point_free( R );
ecp.c:2573mbedtls_ecp_muladd_restartable()
mbedtls_ecp_point_free( &mP );
ecp.c:2854mbedtls_ecp_check_pub_priv()
mbedtls_ecp_point_free( &Q );

Call Tree