S32K3 HSE

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

S32K3 HSE

跳至解决方案
2,849 次查看
NiLonghui
Contributor I

Will there be a problem if I call HSE's aes encryption and decryption interface in two threads at the same time? Assume that both threads use the same secret key.

0 项奖励
回复
1 解答
2,821 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @NiLonghui 

due to nature of the HSE interface (Messaging Unit) it is not a problem to call more service requests at the same time. The requests are processed sequentially, not in parallel.
For more details, you can check following sections in the HSE-B Reference Manual:

3.5 The HSE interface
6.4.1 Service execution order

Regards,
Lukas

在原帖中查看解决方案

0 项奖励
回复
3 回复数
2,822 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @NiLonghui 

due to nature of the HSE interface (Messaging Unit) it is not a problem to call more service requests at the same time. The requests are processed sequentially, not in parallel.
For more details, you can check following sections in the HSE-B Reference Manual:

3.5 The HSE interface
6.4.1 Service execution order

Regards,
Lukas

0 项奖励
回复
2,725 次查看
NiLonghui
Contributor I

Thank you for your answer. I also want to ask, can I export the ECC private key stored in HSE to an array in C language?

0 项奖励
回复
2,729 次查看
NiLonghui
Contributor I
Thank you very much!
0 项奖励
回复