Lines Matching refs:var
169 ctx->var = MBEDTLS_ECDH_VARIANT_NONE; in mbedtls_ecdh_init()
202 ctx->var = MBEDTLS_ECDH_VARIANT_EVEREST; in mbedtls_ecdh_setup()
208 ctx->var = MBEDTLS_ECDH_VARIANT_MBEDTLS_2_0; in mbedtls_ecdh_setup()
254 switch (ctx->var) { in mbedtls_ecdh_free()
268 ctx->var = MBEDTLS_ECDH_VARIANT_NONE; in mbedtls_ecdh_free()
353 switch (ctx->var) { in mbedtls_ecdh_make_params()
403 switch (ctx->var) { in mbedtls_ecdh_read_params()
472 switch (ctx->var) { in mbedtls_ecdh_get_params()
551 switch (ctx->var) { in mbedtls_ecdh_make_public()
595 switch (ctx->var) { in mbedtls_ecdh_read_public()
679 switch (ctx->var) { in mbedtls_ecdh_calc_secret()