Hi Kien,
Please refer to user guides here:
https://www.ti.com/lit/ug/swru191f/swru191f.pdf?ts=1727719789308&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FCC2541
https://www.ti.com/lit/ug/swru271i/swru271i.pdf?ts=1727719775791&ref_url…
In addition, when aes-128-cbc is implemented in software, when the block size is 256 bytes, the speed is about 100MB/s, which is different from the result measured by evp. why is this happening?
root@j7-evm:~# openssl speed -elapsed -evp aes-128-cbc…
Part Number: CC2651R3 Other Parts Discussed in Thread: AES-128 Hi geeks,
I'm working on CC2652R1 evaluation board (Will be moving to CC2651R3 later on once we receive the hardware). I wanted to implement OAD for my project.
And I read that CC2652R1…
Part Number: CC1352P Other Parts Discussed in Thread: AES-128 Hello Community,
I am working on a CC1252P ZNP device with raspberry pi & ZNP-Host-Framework Application.
I would like to implement the AES authentication for the CC1352P ZNP device.
…
Part Number: CC2564C Other Parts Discussed in Thread: AES-128 Hi,
We are now using CC2564C with TI Bluetopia stack in our product, and our security team want to confirm the secirity level of SPP that the BT Protocol stack use.
I have search for the…
Part Number: CC1310 Other Parts Discussed in Thread: AES-128 , Hi team,
Here's an issue from the customer may need your help:
The customer has defined a key of 24 bytes, but still only 16 bytes are encrypted. The data length required to be encrypted…
Part Number: AM5728 Hi,
As per the original question, I am trying to verify the hardware acceleration in AM5728 EVM. According to this link , Cryptodev kernel module is not supported on AM57XX SoCs.
So I ran the openssl commands through the AF_ALG…
Part Number: CC3235SF Other Parts Discussed in Thread: UNIFLASH , AES-128
Tool/software:
Hi, I want to verify a signature of an external file (OriginalFile, not in the filesystem).
I can get the signature via OTA, and the hash (SHA256) via UART…
Hi Priya, Openssl 1.1 supports devcrypto & not cryptodev as it was on openssl1.0. So just try the below command and it should work as it worked for me. openssl speed -evp aes-128-cbc -engine devcrypto
engine "devcrypto" set. Doing aes-128-cbc for 3s…
Part Number: CC2642R-Q1 Other Parts Discussed in Thread: AES-128 Hello We implement BLE Pairing using SIMPLE LINK-CC13X2-26X2-SDK_5.20.00.52 and CC2642R-Q1. Is it possible to encrypt and bond the LTK exchanged by BLE pairing? We hope that the LTK is obfuscated…