Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decdh.h343 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_ecp.c558 mbedtls_ecdh_get_params(&ecdh, their_key, MBEDTLS_ECDH_THEIRS)); in mbedtls_psa_key_agreement_ecdh()
563 mbedtls_ecdh_get_params(&ecdh, ecp, MBEDTLS_ECDH_OURS)); in mbedtls_psa_key_agreement_ecdh()
H A Decdh.c445 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params() function
H A Dssl_tls12_client.c2058 if ((ret = mbedtls_ecdh_get_params(&ssl->handshake->ecdh_ctx, peer_key, in ssl_get_ecdh_params_from_cert()
H A Dssl_tls12_server.c2731 if ((ret = mbedtls_ecdh_get_params(&ssl->handshake->ecdh_ctx, in ssl_get_ecdh_params_from_cert()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3255 * Make mbedtls_ecdh_get_params return an error if the second key
3259 an error or a meaningless output from mbedtls_ecdh_get_params. In the