Searched refs:ecdh_calc_secret_internal (Results 1 – 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
D | ecdh.c | 643 static int ecdh_calc_secret_internal( mbedtls_ecdh_context_mbed *ctx, in ecdh_calc_secret_internal() function 711 return( ecdh_calc_secret_internal( ctx, olen, buf, blen, f_rng, p_rng, in mbedtls_ecdh_calc_secret() 722 return( ecdh_calc_secret_internal( &ctx->ctx.mbed_ecdh, olen, buf, in mbedtls_ecdh_calc_secret()
|