Home
last modified time | relevance | path

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

/mcuboot-latest/ci/
Dmynewt_install.sh39 …git clone --depth=1 --branch v3.3.0 https://github.com/NordicSemiconductor/nrfx.git repos/nordic-n…
/mcuboot-latest/ext/fiat/src/
Dcurve25519.c421 fe v3; in x25519_ge_frombytes_vartime() local
427 fe_sq_tt(&v3, &h->Y); in x25519_ge_frombytes_vartime()
428 fe_mul_ttt(&vxx, &v3, &d); in x25519_ge_frombytes_vartime()
429 fe_sub(&v, &v3, &h->Z); // u = y^2-1 in x25519_ge_frombytes_vartime()
433 fe_sq_tl(&v3, &v); in x25519_ge_frombytes_vartime()
434 fe_mul_ttl(&v3, &v3, &v); // v3 = v^3 in x25519_ge_frombytes_vartime()
435 fe_sq_tt(&h->X, &v3); in x25519_ge_frombytes_vartime()
440 fe_mul_ttt(&h->X, &h->X, &v3); in x25519_ge_frombytes_vartime()
/mcuboot-latest/boot/zephyr/
DKconfig793 *** Using Zephyr OS build v3.6.0-2607-gd0be2010c31f ***