| /hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/asm-cm4-cm7/src/ |
| D | mmcau_des_functions.s | 19 # 01-2011 David Schimke Add byte reverse to correct double word 20 # read of byte arrays for little endian, 125 rev r3, r3 @ byte reverse 126 rev r4, r4 @ byte reverse 128 rev r5, r5 @ byte reverse 129 rev r6, r6 @ byte reverse 150 rev r0, r0 @ byte reverse 151 rev r1, r1 @ byte reverse 160 # DES: Decrypts a single 8-byte block 162 # *in pointer to 8-byte block of input ciphertext [all …]
|
| D | mmcau_aes_functions.s | 19 # 01-2011 David Schimke Add byte reverse to correct double word 20 # read of byte arrays for little endian, 84 rev r4, r4 @ byte reverse 85 rev r5, r5 @ byte reverse 86 rev r6, r6 @ byte reverse 87 rev r7, r7 @ byte reverse 100 rev r1, r1 @ byte reverse 101 rev r3, r3 @ byte reverse 102 rev r8, r8 @ byte reverse 103 rev r9, r9 @ byte reverse [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/script/ |
| D | fw_bin2c_conv.py | 14 for byte in bindata: 16 line += ' 0x%02x' % byte 19 line += ',0x%02x' % byte
|
| /hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/ |
| D | mmcau_aes_functions.s | 135 adds r0, #1<<2 @ move by 4 byte, make ldmia interruptible in MMCAU 436 adds r0, #1<<2 @ move by 4 byte 437 ldmia r0!, {r1, r3-r6} @ load key[1-5] + move by 20 byte 438 subs r0, #6<<2 @ move back by 24byte 911 # Encrypts a single 16-byte block 914 # *in pointer to 16-byte block of input plaintext 917 # *out pointer to 16-byte block of output ciphertext 976 adds r0, #1<<2 @ move by 4 byte to make ldmia interuptible 977 ldmia r0!, {r1-r3} @ load plaintext and move r0 by 12 byte 995 adds r0, #1<<2 @ move by 4 byte to make ldmia interuptible [all …]
|
| D | mmcau_md5_functions.s | 63 adds r1, #1<<2 @ move by 4 byte to make ldmia interuptible 64 ldmia r1!, {r2-r4} @ load md5_initial_h[1-3] and move r4 by 12 byte 65 subs r1, #1<<4 @ move back by 16 byte 1058 adds r4, #1<<2 @ move by 4 byte to make ldmia interuptible 1059 ldmia r4!, {r5-r7} @ load md5_initial_h[1-3] and move r4 by 12 byte 1060 subs r4, #1<<4 @ move back by 16 byte
|
| D | mmcau_sha1_functions.s | 66 adds r1, #1<<2 @ move by 4 byte, make ldmia interruptible in MMCAU 67 ldmia r1!, {r2-r5} @ load sha1_initial_h[1-4] + move by 12 byte 68 subs r1, #1<<4 @ move back by 16 byte 1427 adds r3, #1<<2 @ move by 4 byte to make ldmia interuptible 1428 ldmia r3!, {r4-r7} @ load sha1_initial_h[1-4] and move r3 by 16 byte 1429 subs r3, #5<<2 @ move back by 20 byte
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/rpmsg_lite/porting/platform/kw45b41/ |
| D | rpmsg_platform.c | 409 uint8_t byte = 0U; in platform_compute_crc_over_shmem_struct() local 416 byte = *ptr; in platform_compute_crc_over_shmem_struct() 417 computedCRC ^= ((uint16_t)byte << 8U); in platform_compute_crc_over_shmem_struct()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/aes/ |
| D | fsl_aes.c | 80 uint8_t byte[sizeof(uint32_t)]; in aes_get_word_from_unaligned() member 83 my_bytes.byte[0] = *src; in aes_get_word_from_unaligned() 84 my_bytes.byte[1] = *(src + 1); in aes_get_word_from_unaligned() 85 my_bytes.byte[2] = *(src + 2); in aes_get_word_from_unaligned() 86 my_bytes.byte[3] = *(src + 3); in aes_get_word_from_unaligned()
|
| /hal_nxp-latest/imx/drivers/ |
| D | i2c_imx.h | 217 static inline void I2C_WriteByte(I2C_Type* base, uint8_t byte) in I2C_WriteByte() argument 219 I2C_I2DR_REG(base) = byte; in I2C_WriteByte()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/ |
| D | fwk_platform_mflash.ch | 50 /* Compare byte by byte to 0xff till alignment */ 151 * \param[in] length number of bytes - arbitrary byte length.
|
| D | fwk_platform_mcuboot_ota.ch | 77 /** Image header. All fields are in little endian byte order. */ 454 * \param[in] data: byte pointer on candidate image
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/hashcrypt/ |
| D | fsl_hashcrypt.c | 146 uint8_t byte[sizeof(uint32_t)]; in hashcrypt_get_word_from_unaligned() member 149 my_bytes.byte[0] = *src; in hashcrypt_get_word_from_unaligned() 150 my_bytes.byte[1] = src[1]; in hashcrypt_get_word_from_unaligned() 151 my_bytes.byte[2] = src[2]; in hashcrypt_get_word_from_unaligned() 152 my_bytes.byte[3] = src[3]; in hashcrypt_get_word_from_unaligned()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/cau3/ |
| D | fsl_cau3.c | 2327 uint8_t byte[sizeof(uint32_t)]; in cau3_get_word_from_unaligned() member 2330 my_bytes.byte[0] = *src; in cau3_get_word_from_unaligned() 2331 my_bytes.byte[1] = *(src + 1); in cau3_get_word_from_unaligned() 2332 my_bytes.byte[2] = *(src + 2); in cau3_get_word_from_unaligned() 2333 my_bytes.byte[3] = *(src + 3); in cau3_get_word_from_unaligned()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/nand/semc/ |
| D | fsl_semc_nand_flash.c | 150 uint32_t byte = src[i]; in semc_nand_crc16_onfi_update() local 151 crc ^= byte << 8U; in semc_nand_crc16_onfi_update()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ltc/ |
| D | fsl_ltc.c | 301 uint8_t byte[sizeof(uint32_t)]; in ltc_get_word_from_unaligned() member 304 my_bytes.byte[0] = *src; in ltc_get_word_from_unaligned() 305 my_bytes.byte[1] = src[1]; in ltc_get_word_from_unaligned() 306 my_bytes.byte[2] = src[2]; in ltc_get_word_from_unaligned() 307 my_bytes.byte[3] = src[3]; in ltc_get_word_from_unaligned()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/gdbio/ldscripts/ |
| D | elf32xtensa.xbn | 360 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
| D | elf32xtensa.xn | 360 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/min-rt/ldscripts/ |
| D | elf32xtensa.xn | 360 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
| D | elf32xtensa.xbn | 360 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/sim/ldscripts/ |
| D | elf32xtensa.xbn | 360 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
| D | elf32xtensa.xn | 360 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/xtensa/gdbio/ldscripts/ |
| D | elf32xtensa.xbn | 349 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
| D | elf32xtensa.xn | 349 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/xtensa/min-rt/ldscripts/ |
| D | elf32xtensa.xbn | 349 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
| D | elf32xtensa.xn | 349 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|