S32K3 HSE

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
2,761件の閲覧回数
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,733件の閲覧回数
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,734件の閲覧回数
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,637件の閲覧回数
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,641件の閲覧回数
NiLonghui
Contributor I
Thank you very much!
0 件の賞賛
返信