S32K3 HSE

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K3 HSE

Jump to solution
2,726 Views
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 Kudos
Reply
1 Solution
2,698 Views
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

View solution in original post

0 Kudos
Reply
3 Replies
2,699 Views
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 Kudos
Reply
2,602 Views
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 Kudos
Reply
2,606 Views
NiLonghui
Contributor I
Thank you very much!
0 Kudos
Reply