km34

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

km34

915 次查看
RajPadmani
Contributor II

I have a KM34 microcontroller, and I want to enable secure boot, which performs encryption and decryption operations using AES-128

0 项奖励
回复
1 回复

887 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

The KM34 has MMCAU module, it supports AES-128, in other words, it can encrypt plain message with key and generate cipher message, it can also decrypt the cipher message with key and generate plain message.

but the secure boot is another concept, based on asymmetric encryption algorithms, the public/private key are generated for example RSA, eCC, the code is hashed and generate hash value, the hash value is signed with private key, and generate signed message.

The boot code verify the signed message with public key and verify if the code is modified...

I suppose that the KM34 does not support secure boot.

Hope it can help you

BR

XiangJun Rong