Home
last modified time | relevance | path

Searched refs:T (Results 1 – 17 of 17) sorted by relevance

/mcuboot-latest/sim/simflash/src/
Dlib.rs30 pub type Result<T> = std::result::Result<T, FlashError>;
71 fn ebounds<T: AsRef<str>>(message: T) -> FlashError { in ebounds()
76 fn ewrite<T: AsRef<str>>(message: T) -> FlashError { in ewrite()
81 fn esimulatedwrite<T: AsRef<str>>(message: T) -> FlashError { in esimulatedwrite()
368 impl<T> EChecker for Result<T> {
/mcuboot-latest/boot/espressif/hal/include/esp32c3/
Desp32c3.cmake18 -T${esp_hal_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.newlib.ld
19 -T${esp_hal_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.eco3.ld
/mcuboot-latest/ext/tinycrypt/lib/source/
Dccm_mode.c64 static void ccm_cbc_mac(uint8_t *T, const uint8_t *data, unsigned int dlen, in ccm_cbc_mac() argument
71 T[0] ^= (uint8_t)(dlen >> 8); in ccm_cbc_mac()
72 T[1] ^= (uint8_t)(dlen); in ccm_cbc_mac()
79 T[i++ % (Nb * Nk)] ^= *data++; in ccm_cbc_mac()
81 (void) tc_aes_encrypt(T, T, sched); in ccm_cbc_mac()
/mcuboot-latest/boot/espressif/hal/include/esp32s2/
Desp32s2.cmake15 -T${esp_hal_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.newlib-funcs.ld
16 -T${esp_hal_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.spiflash.ld
/mcuboot-latest/boot/espressif/hal/include/esp32/
Desp32.cmake24 -T${esp_hal_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.newlib-funcs.ld
25 -T${esp_hal_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.eco3.ld
/mcuboot-latest/ext/fiat/src/
Dcurve25519.c460 fe_mul_ttt(&h->T, &h->X, &h->Y); in x25519_ge_frombytes_vartime()
482 fe_mul_ltt(&r->T2d, &p->T, &d2); in x25519_ge_p3_to_cached()
487 fe_mul_tll(&r->X, &p->X, &p->T); in x25519_ge_p1p1_to_p2()
489 fe_mul_tll(&r->Z, &p->Z, &p->T); in x25519_ge_p1p1_to_p2()
494 fe_mul_tll(&r->X, &p->X, &p->T); in x25519_ge_p1p1_to_p3()
496 fe_mul_tll(&r->Z, &p->Z, &p->T); in x25519_ge_p1p1_to_p3()
497 fe_mul_tll(&r->T, &p->X, &p->Y); in x25519_ge_p1p1_to_p3()
516 fe_sub(&r->T, &trT, &trZ); in ge_p2_dbl()
534 fe_mul_tlt(&trT, &q->xy2d, &p->T); in ge_madd()
535 fe_add(&r->T, &p->Z, &p->Z); in ge_madd()
[all …]
Dcurve25519.h54 fe T; member
61 fe_loose T; member
/mcuboot-latest/boot/espressif/hal/include/esp32s3/
Desp32s3.cmake19 -T${esp_hal_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.newlib.ld
/mcuboot-latest/boot/espressif/hal/include/esp32c2/
Desp32c2.cmake19 -T${esp_hal_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.newlib.ld
/mcuboot-latest/boot/espressif/hal/include/esp32c6/
Desp32c6.cmake24 -T${esp_hal_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.newlib.ld
/mcuboot-latest/boot/espressif/hal/include/esp32h2/
Desp32h2.cmake24 -T${esp_hal_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.newlib.ld
/mcuboot-latest/boot/espressif/hal/
DCMakeLists.txt179 -T${esp_hal_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.ld
180 -T${esp_hal_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.libgcc.ld
181 -T${esp_hal_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.api.ld
182 -T${esp_hal_dir}/components/soc/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.peripherals.ld
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c246 uint8_t T[BOOTUTIL_CRYPTO_SHA256_DIGEST_SIZE]; in hkdf() local
299 rc = bootutil_hmac_sha256_update(&hmac, T, BOOTUTIL_CRYPTO_SHA256_DIGEST_SIZE); in hkdf()
315 rc = bootutil_hmac_sha256_finish(&hmac, T, BOOTUTIL_CRYPTO_SHA256_DIGEST_SIZE); in hkdf()
323 memcpy(&okm[off], T, BOOTUTIL_CRYPTO_SHA256_DIGEST_SIZE); in hkdf()
326 memcpy(&okm[off], T, len); in hkdf()
/mcuboot-latest/ptest/src/
Dmain.rs36 type Result<T> = result::Result<T, failure::Error>;
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Decp.h238 mbedtls_ecp_point *MBEDTLS_PRIVATE(T); /*!< Pre-computed points for ecp_mul_comb(). */
/mcuboot-latest/sim/src/
Dtlv.rs711 struct OkmLen<T: core::fmt::Debug + PartialEq>(T); in make_tlv()
/mcuboot-latest/boot/espressif/
DCMakeLists.txt394 -T${ld_output}