Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decdh.h264 void mbedtls_ecdh_free(mbedtls_ecdh_context *ctx);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_ecp.c584 mbedtls_ecdh_free(&ecdh); in mbedtls_psa_key_agreement_ecdh()
H A Decdh.c242 void mbedtls_ecdh_free(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_free() function
H A Dssl_tls.c4869 mbedtls_ecdh_free(&handshake->ecdh_ctx); in mbedtls_ssl_handshake_free()
/optee_os/lib/libmbedtls/core/
H A Decc.c351 mbedtls_ecdh_free(&ecdh); in ecc_shared_secret()