Searched refs:rx (Results 1 – 6 of 6) sorted by relevance
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ecc_dsa.c | 200 uECC_word_t rx[NUM_ECC_WORDS]; in uECC_verify() local 215 rx[num_n_words - 1] = 0; in uECC_verify() 263 uECC_vli_set(rx, point, num_words); in uECC_verify() 270 curve->double_jacobian(rx, ry, z, curve); in uECC_verify() 278 uECC_vli_modSub(tz, rx, tx, curve->p, num_words); /* Z = x2 - x1 */ in uECC_verify() 279 XYcZ_add(tx, ty, rx, ry, curve); in uECC_verify() 285 apply_z(rx, ry, z, curve); in uECC_verify() 288 if (uECC_vli_cmp_unsafe(curve->n, rx, num_n_words) != 1) { in uECC_verify() 289 uECC_vli_sub(rx, rx, curve->n, num_n_words); in uECC_verify() 293 return (int)(uECC_vli_equal(rx, r, num_words) == 0); in uECC_verify()
|
/mcuboot-latest/boot/zephyr/ |
D | serial_adapter.c | 136 int rx; in boot_uart_fifo_callback() local 145 rx = uart_fifo_read(uart_dev, &byte, 1); in boot_uart_fifo_callback() 146 if (rx != 1) { in boot_uart_fifo_callback()
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 67 flash (rx) : ORIGIN = 0x10000000, LENGTH = 0x2000 74 em_eeprom (rx) : ORIGIN = 0x14000000, LENGTH = 0x8000 /* 32 KB */ 77 …sflash_user_data (rx) : ORIGIN = 0x16000800, LENGTH = 0x800 /* Supervisory flash: User … 78 …sflash_nar (rx) : ORIGIN = 0x16001A00, LENGTH = 0x200 /* Supervisory flash: Norma… 79 …sflash_public_key (rx) : ORIGIN = 0x16005A00, LENGTH = 0xC00 /* Supervisory flash: Publi… 80 …sflash_toc_2 (rx) : ORIGIN = 0x16007C00, LENGTH = 0x200 /* Supervisory flash: Table… 81 …sflash_rtoc_2 (rx) : ORIGIN = 0x16007E00, LENGTH = 0x200 /* Supervisory flash: Table… 82 xip (rx) : ORIGIN = 0x18000000, LENGTH = 0x8000000 /* 128 MB */
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 71 flash (rx) : ORIGIN = USER_APP_START, LENGTH = USER_APP_SIZE 78 em_eeprom (rx) : ORIGIN = 0x14000000, LENGTH = 0x8000 /* 32 KB */ 81 …sflash_user_data (rx) : ORIGIN = 0x16000800, LENGTH = 0x800 /* Supervisory flash: User … 82 …sflash_nar (rx) : ORIGIN = 0x16001A00, LENGTH = 0x200 /* Supervisory flash: Norma… 83 …sflash_public_key (rx) : ORIGIN = 0x16005A00, LENGTH = 0xC00 /* Supervisory flash: Publi… 84 …sflash_toc_2 (rx) : ORIGIN = 0x16007C00, LENGTH = 0x200 /* Supervisory flash: Table… 85 …sflash_rtoc_2 (rx) : ORIGIN = 0x16007E00, LENGTH = 0x200 /* Supervisory flash: Table… 86 xip (rx) : ORIGIN = 0x18000000, LENGTH = 0x8000000 /* 128 MB */
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | MCUBootApp.ld | 68 flash (rx) : ORIGIN = 0x10000000, LENGTH = 0x18000 75 em_eeprom (rx) : ORIGIN = 0x14000000, LENGTH = 0x8000 /* 32 KB */ 78 …sflash_user_data (rx) : ORIGIN = 0x16000800, LENGTH = 0x800 /* Supervisory flash: User … 79 …sflash_nar (rx) : ORIGIN = 0x16001A00, LENGTH = 0x200 /* Supervisory flash: Norma… 80 …sflash_public_key (rx) : ORIGIN = 0x16005A00, LENGTH = 0xC00 /* Supervisory flash: Publi… 81 …sflash_toc_2 (rx) : ORIGIN = 0x16007C00, LENGTH = 0x200 /* Supervisory flash: Table… 82 …sflash_rtoc_2 (rx) : ORIGIN = 0x16007E00, LENGTH = 0x200 /* Supervisory flash: Table… 83 xip (rx) : ORIGIN = 0x18000000, LENGTH = 0x8000000 /* 128 MB */
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 70 flash (rx) : ORIGIN = 0x10000000, LENGTH = 0x200000 77 em_eeprom (rx) : ORIGIN = 0x14000000, LENGTH = 0x8000 /* 32 KB */ 80 …sflash_user_data (rx) : ORIGIN = 0x16000800, LENGTH = 0x800 /* Supervisory flash: User … 81 …sflash_nar (rx) : ORIGIN = 0x16001A00, LENGTH = 0x200 /* Supervisory flash: Norma… 82 …sflash_public_key (rx) : ORIGIN = 0x16005A00, LENGTH = 0xC00 /* Supervisory flash: Publi… 83 …sflash_toc_2 (rx) : ORIGIN = 0x16007C00, LENGTH = 0x200 /* Supervisory flash: Table… 84 …sflash_rtoc_2 (rx) : ORIGIN = 0x16007E00, LENGTH = 0x200 /* Supervisory flash: Table… 85 xip (rx) : ORIGIN = 0x18000000, LENGTH = 0x8000000 /* 128 MB */
|