/mcuboot-3.6.0/ext/tinycrypt/lib/source/ |
D | aes_encrypt.c | 77 unsigned int t; in tc_aes128_set_encrypt_key() local 91 t = s->words[i-1]; in tc_aes128_set_encrypt_key() 93 t = subword(rotword(t)) ^ rconst[i/Nk]; in tc_aes128_set_encrypt_key() 95 s->words[i] = s->words[i-Nk] ^ t; in tc_aes128_set_encrypt_key() 134 uint8_t t[Nb*Nk]; in mix_columns() local 136 mult_row_column(t, s); in mix_columns() 137 mult_row_column(&t[Nb], s+Nb); in mix_columns() 138 mult_row_column(&t[2 * Nb], s + (2 * Nb)); in mix_columns() 139 mult_row_column(&t[3 * Nb], s + (3 * Nb)); in mix_columns() 140 (void) _copy(s, sizeof(t), t, sizeof(t)); in mix_columns() [all …]
|
D | aes_decrypt.c | 83 uint8_t t[Nb*Nk]; in inv_mix_columns() local 85 mult_row_column(t, s); in inv_mix_columns() 86 mult_row_column(&t[Nb], s+Nb); in inv_mix_columns() 87 mult_row_column(&t[2*Nb], s+(2*Nb)); in inv_mix_columns() 88 mult_row_column(&t[3*Nb], s+(3*Nb)); in inv_mix_columns() 89 (void)_copy(s, sizeof(t), t, sizeof(t)); in inv_mix_columns() 120 uint8_t t[Nb*Nk]; in inv_shift_rows() local 122 t[0] = s[0]; t[1] = s[13]; t[2] = s[10]; t[3] = s[7]; in inv_shift_rows() 123 t[4] = s[4]; t[5] = s[1]; t[6] = s[14]; t[7] = s[11]; in inv_shift_rows() 124 t[8] = s[8]; t[9] = s[5]; t[10] = s[2]; t[11] = s[15]; in inv_shift_rows() [all …]
|
D | sha256.c | 125 unsigned int t = *((unsigned int *) &s->iv[i]); in tc_sha256_final() local 126 *digest++ = (uint8_t)(t >> 24); in tc_sha256_final() 127 *digest++ = (uint8_t)(t >> 16); in tc_sha256_final() 128 *digest++ = (uint8_t)(t >> 8); in tc_sha256_final() 129 *digest++ = (uint8_t)(t); in tc_sha256_final()
|
/mcuboot-3.6.0/testplan/mynewt/apps/slinky/src/ |
D | main.c | 151 struct os_task *t; in task1_handler() local 168 t = os_sched_get_current_task(); in task1_handler() 169 assert(t->t_func == task1_handler); in task1_handler() 191 struct os_task *t; in task2_handler() local 195 t = os_sched_get_current_task(); in task2_handler() 196 assert(t->t_func == task2_handler); in task2_handler()
|
/mcuboot-3.6.0/ext/tinycrypt-sha512/lib/source/ |
D | sha512.c | 129 uint64_t t = *((uint64_t *) &s->iv[i]); in tc_sha512_final() local 130 *digest++ = (uint8_t)(t >> 56); in tc_sha512_final() 131 *digest++ = (uint8_t)(t >> 48); in tc_sha512_final() 132 *digest++ = (uint8_t)(t >> 40); in tc_sha512_final() 133 *digest++ = (uint8_t)(t >> 32); in tc_sha512_final() 134 *digest++ = (uint8_t)(t >> 24); in tc_sha512_final() 135 *digest++ = (uint8_t)(t >> 16); in tc_sha512_final() 136 *digest++ = (uint8_t)(t >> 8); in tc_sha512_final() 137 *digest++ = (uint8_t)(t); in tc_sha512_final()
|
/mcuboot-3.6.0/ext/fiat/src/ |
D | curve25519.c | 456 fe_loose t; in x25519_ge_frombytes_vartime() local 457 fe_neg(&t, &h->X); in x25519_ge_frombytes_vartime() 458 fe_carry(&h->X, &t); in x25519_ge_frombytes_vartime() 640 ge_p1p1 t; in ge_double_scalarmult_vartime() local 649 ge_p3_dbl(&t, A); in ge_double_scalarmult_vartime() 650 x25519_ge_p1p1_to_p3(&A2, &t); in ge_double_scalarmult_vartime() 651 x25519_ge_add(&t, &A2, &Ai[0]); in ge_double_scalarmult_vartime() 652 x25519_ge_p1p1_to_p3(&u, &t); in ge_double_scalarmult_vartime() 654 x25519_ge_add(&t, &A2, &Ai[1]); in ge_double_scalarmult_vartime() 655 x25519_ge_p1p1_to_p3(&u, &t); in ge_double_scalarmult_vartime() [all …]
|
/mcuboot-3.6.0/boot/espressif/port/esp32c3/ld/ |
D | bootloader.ld | 29 *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) 138 …l.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
|
/mcuboot-3.6.0/boot/espressif/port/esp32s2/ld/ |
D | bootloader.ld | 29 *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) 138 …l.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
|
/mcuboot-3.6.0/boot/espressif/port/esp32s3/ld/ |
D | bootloader.ld | 29 *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) 138 …l.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
|
/mcuboot-3.6.0/boot/espressif/port/esp32/ld/ |
D | bootloader.ld | 34 *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) 136 …l.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
|
/mcuboot-3.6.0/ext/mbedtls-asn1/ |
D | README | 3 don't bundle mbed-tls.
|
/mcuboot-3.6.0/docs/release-notes.d/ |
D | 00readme.md | 15 - Strictly internal changes to the code that won't be visible to users 28 distinct so that there isn't a concern with merge conflicts as
|
/mcuboot-3.6.0/docs/ |
D | testplan-zephyr.md | 54 revert doesn't happen: 66 This step doesn't make sense on the tests where the upgrade doesn't
|
D | index.md | 91 …Get [your invite](https://join.slack.com/t/mcuboot/shared_invite/MjE2NDcwMTQ2MTYyLTE1MDA4MTIzNTAtY…
|
D | readme-nuttx.md | 51 …s no restrictions regarding the usage of its public interfaces, which doesn't mean they are thread…
|
D | readme-zephyr.md | 143 $ ./scripts/imgtool.py keygen -k mykey.pem -t rsa-2048 146 The argument to `-t` should be the desired key type. See the
|
D | imgtool.md | 18 ./scripts/imgtool.py keygen -k filename.pem -t rsa-2048
|
D | PORTING.md | 15 * `MCUboot` doesn't bundle a cryptographic library, which means the target
|
/mcuboot-3.6.0/boot/espressif/port/esp32c2/ld/ |
D | bootloader.ld | 63 *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) 172 …l.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
|
/mcuboot-3.6.0/boot/espressif/port/esp32c6/ld/ |
D | bootloader.ld | 60 *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) 168 …l.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
|
/mcuboot-3.6.0/boot/espressif/port/esp32h2/ld/ |
D | bootloader.ld | 61 *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) 170 …l.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
|
/mcuboot-3.6.0/ |
D | README.md | 85 …Get [your invite](https://join.slack.com/t/mcuboot/shared_invite/MjE2NDcwMTQ2MTYyLTE1MDA4MTIzNTAtY…
|
/mcuboot-3.6.0/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 308 /* .stack_dummy section doesn't contains any symbols. It is only
|
/mcuboot-3.6.0/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 307 /* .stack_dummy section doesn't contains any symbols. It is only
|
/mcuboot-3.6.0/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 318 /* .stack_dummy section doesn't contains any symbols. It is only
|