Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decdh.h236 void mbedtls_ecdh_init(mbedtls_ecdh_context *ctx);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_ecp.c545 mbedtls_ecdh_init(&ecdh); in mbedtls_psa_key_agreement_ecdh()
H A Decdh.c159 void mbedtls_ecdh_init(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_init() function
H A Dssl_tls.c996 mbedtls_ecdh_init(&handshake->ecdh_ctx); in ssl_handshake_params_init()
/optee_os/lib/libmbedtls/core/
H A Decc.c325 mbedtls_ecdh_init(&ecdh); in ecc_shared_secret()