Part Number: AM2634 Tool/software: Hi, I'm using Am2634-CC eval board, crypto_aes_cbc_128 example code working fine, but if AES configured in empty project and configure the same as in example code, it's get stuck,
as shown in attached loop
…
Part Number: MSP430F2617 Other Parts Discussed in Thread: AES-128
I'm looking to implement AES-128 GCM to secure a communication interface between two MSP430 devices.
I was able to find another AES-128 ECB implementation provided by TI at https…
Hi,
ray yang said: Is there a tool to recreate them
I find this online AES calculator. You can do your own searches and find other tools.
https://www.devglan.com/online-tools/aes-encryption-decryption
Part Number: AES-128 Tool/software: TI C/C++ Compiler Hello! I applied the library Ti_aes_128. However, I encountered such a problem. If you use a function aes_enc_dec(*state, *key, dir) once, everything works fine. But in the second use, encryption occurs…
Part Number: AES-128 Other Parts Discussed in Thread: TMS320F28377S Tool/software: TI C/C++ Compiler Hi,
I would like to know if TI provides an AES software for the C2000 microcontrollers: The TMS320F28377S precisely.
If not why and what solution…
Part Number: AES-128 Tool/software: TI C/C++ Compiler Hello! I applied the library Ti_aes_128. However, I don't quite understand how it works. I see that the function aes_enc_dec(state,key,dir) changes the values of state and key, so I suppose that the…
Part Number: MSP430FR5989 Other Parts Discussed in Thread: AES-128
Hi,
Need help on making the AES accelerator work in CFB. I spent two days creating a DMA and non-DMA solution but I am not getting the expected result. I am using this site aes.online…
Part Number: TM4C1294NCPDT Hi, I am using TM4C129 micro, I want to use its hardware aes engine. my aes mode is CFB128 bit. I have two questions. 1. does the hardware aes engine support variable length data? for example, can I encrypt 20 bytes, then decrypt…
Part Number: LAUNCHXL-CC26X2R1 Hi,
I am working on CC26x2R1 BLE SoC. My use case is to decrypt the data with 128 bit. Key and IV length is 16 bytes and Input data is 24 bytes.
I am following these steps:
static uint8_t AES_Decrypt_Key(uint8_t…