Home
last modified time | relevance | path

Searched refs:mbedtls_ecdh_gen_public (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/library/
H A Decdh.c81 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()
/third_party/mbedtls/include/mbedtls/
H A Decdh.h191 int mbedtls_ecdh_gen_public(mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q,
200 * computation is performed by mbedtls_ecdh_gen_public().

Completed in 2 milliseconds