Searched refs:mbedtls_ecdh_gen_public (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ecdh.h | 191 int mbedtls_ecdh_gen_public(mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ecdh.c | 81 int mbedtls_ecdh_gen_public(mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q, in mbedtls_ecdh_gen_public() function 307 if ((ret = mbedtls_ecdh_gen_public(&ctx->grp, &ctx->d, &ctx->Q, in ecdh_make_params_internal() 524 if ((ret = mbedtls_ecdh_gen_public(&ctx->grp, &ctx->d, &ctx->Q, in ecdh_make_public_internal()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 3802 ECDH primitive functions (mbedtls_ecdh_gen_public(), 4049 mbedtls_ecdh_gen_public() and mbedtls_ecdh_compute_shared().
|