Home
last modified time | relevance | path

Searched refs:mbedtls_ecdh_gen_public (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Decdh.h179 int mbedtls_ecdh_gen_public( mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q,
A Dcompat-1.3.h1885 #define ecdh_gen_public mbedtls_ecdh_gen_public
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Decdh.c96 int mbedtls_ecdh_gen_public( mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q, in mbedtls_ecdh_gen_public() function
327 if( ( ret = mbedtls_ecdh_gen_public( &ctx->grp, &ctx->d, &ctx->Q, in ecdh_make_params_internal()
548 if( ( ret = mbedtls_ecdh_gen_public( &ctx->grp, &ctx->d, &ctx->Q, in ecdh_make_public_internal()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog1913 ECDH primitive functions (mbedtls_ecdh_gen_public(),
2160 mbedtls_ecdh_gen_public() and mbedtls_ecdh_compute_shared().

Completed in 22 milliseconds