Home
last modified time | relevance | path

Searched refs:mbedtls_everest_setup (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/include/everest/
Deverest.h61 int mbedtls_everest_setup( mbedtls_ecdh_context_everest *ctx, int grp_id );
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/library/
Deverest.c35 int mbedtls_everest_setup( mbedtls_ecdh_context_everest *ctx, int grp_id ) in mbedtls_everest_setup() function
/openthread-latest/third_party/mbedtls/repo/library/
Decdh.c204 return mbedtls_everest_setup(&ctx->ctx.everest_ecdh, grp_id); in mbedtls_ecdh_setup()