Home
last modified time | relevance | path

Searched refs:r (Results 1 – 25 of 27) sorted by relevance

12

/mcuboot-latest/ext/fiat/src/
Dcurve25519.c471 static void ge_p3_to_p2(ge_p2 *r, const ge_p3 *p) { in ge_p3_to_p2() argument
472 fe_copy(&r->X, &p->X); in ge_p3_to_p2()
473 fe_copy(&r->Y, &p->Y); in ge_p3_to_p2()
474 fe_copy(&r->Z, &p->Z); in ge_p3_to_p2()
478 void x25519_ge_p3_to_cached(ge_cached *r, const ge_p3 *p) { in x25519_ge_p3_to_cached() argument
479 fe_add(&r->YplusX, &p->Y, &p->X); in x25519_ge_p3_to_cached()
480 fe_sub(&r->YminusX, &p->Y, &p->X); in x25519_ge_p3_to_cached()
481 fe_copy_lt(&r->Z, &p->Z); in x25519_ge_p3_to_cached()
482 fe_mul_ltt(&r->T2d, &p->T, &d2); in x25519_ge_p3_to_cached()
486 void x25519_ge_p1p1_to_p2(ge_p2 *r, const ge_p1p1 *p) { in x25519_ge_p1p1_to_p2() argument
[all …]
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_aes.c148 int var_text_test(unsigned int r, const uint8_t *in, const uint8_t *out, in var_text_test() argument
156 result = check_result(r, out, NUM_OF_NIST_KEYS, ciphertext, in var_text_test()
163 result = check_result(r, in, NUM_OF_NIST_KEYS, in var_text_test()
1098 int var_key_test(unsigned int r, const uint8_t *in, const uint8_t *out) in var_key_test() argument
1112 result = check_result(r, out, NUM_OF_NIST_KEYS, ciphertext, in var_key_test()
/mcuboot-latest/ext/tinycrypt/lib/source/
Decc_dh.c157 int r; in uECC_shared_secret() local
178 r = 0; in uECC_shared_secret()
188 r = !EccPoint_isZero(_public, curve); in uECC_shared_secret()
199 return r; in uECC_shared_secret()
Decc_dsa.c211 uECC_word_t r[NUM_ECC_WORDS], s[NUM_ECC_WORDS]; in uECC_verify() local
216 r[num_n_words - 1] = 0; in uECC_verify()
222 uECC_vli_bytesToNative(r, signature, curve->num_bytes); in uECC_verify()
226 if (uECC_vli_isZero(r, num_words) || uECC_vli_isZero(s, num_words)) { in uECC_verify()
231 if (uECC_vli_cmp_unsafe(curve->n, r, num_n_words) != 1 || in uECC_verify()
241 uECC_vli_modMult(u2, r, z, curve->n, num_n_words); /* u2 = r/s */ in uECC_verify()
293 return (int)(uECC_vli_equal(rx, r, num_words) == 0); in uECC_verify()
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Decdsa.h169 int mbedtls_ecdsa_sign( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s,
213 int mbedtls_ecdsa_sign_det_ext( mbedtls_ecp_group *grp, mbedtls_mpi *r,
255 const mbedtls_ecp_point *Q, const mbedtls_mpi *r,
Dbignum.h817 int mbedtls_mpi_mod_int( mbedtls_mpi_uint *r, const mbedtls_mpi *A,
/mcuboot-latest/sim/tests/
Dcore.rs43 test_shell!($name, r, {
44 let image = r.$maker($($margs),*);
85 test_shell!(dependency_combos, r, {
87 if r.num_images() != 2 {
92 let image = r.clone().make_image(&dep, true);
/mcuboot-latest/scripts/
Dflash.sh11 r
Dassemble.py42 offset_re = re.compile(r"^#define DT_FLASH_AREA_([0-9A-Z_]+)_OFFSET(_0)?\s+(0x[0-9a-fA-F]+|[0-9]+)$…
43 size_re = re.compile(r"^#define DT_FLASH_AREA_([0-9A-Z_]+)_SIZE(_0)?\s+(0x[0-9a-fA-F]+|[0-9]+)$")
/mcuboot-latest/scripts/imgtool/
Dversion.py32 r"""^([1-9]\d*|0)(\.([1-9]\d*|0)(\.([1-9]\d*|0)(\+([1-9]\d*|0))?)?)?$""")
Dmain.py295 images = re.findall(r"\((\d+)", value)
299 raw_versions = re.findall(r",\s*([0-9.+]+)\)", value)
/mcuboot-latest/
D.travis.yml-disabled80 …98OtaaUlm4WVt2T0ZFBJZrOYfIv18/zXCjYa04sDxur57F1ZYTYKyRpdUkfzPd/rGE4jKLQNcia+r/BTQbJkcZbXeg5/6cUeMP…
/mcuboot-latest/docs/
Decdsa.md71 r INTEGER,
76 Both `r` and `s` are 256-bit numbers. Because these are
Dimgtool.md11 pip3 install --user -r scripts/requirements.txt
/mcuboot-latest/boot/espressif/port/esp32c3/ld/
Dbootloader.ld95 *(.gnu.linkonce.r.*)
/mcuboot-latest/boot/espressif/port/esp32s2/ld/
Dbootloader.ld95 *(.gnu.linkonce.r.*)
/mcuboot-latest/boot/espressif/port/esp32s3/ld/
Dbootloader.ld95 *(.gnu.linkonce.r.*)
/mcuboot-latest/boot/espressif/port/esp32/ld/
Dbootloader.ld94 *(.gnu.linkonce.r.*)
/mcuboot-latest/boot/espressif/port/esp32c2/ld/
Dbootloader.ld129 *(.gnu.linkonce.r.*)
/mcuboot-latest/boot/espressif/port/esp32c6/ld/
Dbootloader.ld125 *(.gnu.linkonce.r.*)
/mcuboot-latest/boot/espressif/port/esp32h2/ld/
Dbootloader.ld127 *(.gnu.linkonce.r.*)
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/
Dcy8c6xxa_cm0plus.ld83 efuse (r) : ORIGIN = 0x90700000, LENGTH = 0x100000 /* 1 MB */
/mcuboot-latest/boot/cypress/BlinkyApp/linker/
DBlinkyApp_template.ld87 efuse (r) : ORIGIN = 0x90700000, LENGTH = 0x100000 /* 1 MB */
/mcuboot-latest/boot/cypress/MCUBootApp/
DMCUBootApp.ld84 efuse (r) : ORIGIN = 0x90700000, LENGTH = 0x100000 /* 1 MB */
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/
Dcy8c6xxa_cm4_dual.ld86 efuse (r) : ORIGIN = 0x90700000, LENGTH = 0x100000 /* 1 MB */

12