RT117x: use True random entropy source

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

RT117x: use True random entropy source

1,103 Views
mastupristi
Senior Contributor I

hi,

I need a seed for my pseudo-random number generator on RT1175.

  1. Can I use True random entropy source for this?
  2. How can I use this?
  3. in alternative can I use RNG?
  4. how?

 

regards

Max

Tags (4)
0 Kudos
Reply
5 Replies

1,089 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @mastupristi ,

 

Are you referring to CAAM's RNG4 module in RT117x or some SW implemented random number generator ? Please kindly clarify.

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply

1,055 Views
mastupristi
Senior Contributor I

Hi @Kan_Li 

Are you referring to CAAM's RNG4 module in RT117x

Yes, I'm referring to CAAM RNG

 

regards

Max

0 Kudos
Reply

1,049 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @mastupristi ,

 

Thanks for the clarification! The TRNG is integrated inside the CAAM module, no option to use an external True random entropy source instead.

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply

1,041 Views
mastupristi
Senior Contributor I

Hi @Kan_Li 

The TRNG is integrated inside the CAAM module

this is really bad news. on the RT105x I could have extracted a random number from TRNG to use as a seed for my PRNG software algorithm.

What do you suggest I do to create a random seed for my PRNG algorithm? In other words, what else can I use as an entropy source?

no option to use an external True random entropy source instead.

what do you mean by ”external True random entropy source"?

 

best regards

Max

0 Kudos
Reply

1,036 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @mastupristi ,

 

Sorry for my misunderstanding! I was thinking you wanted CAAM module to use another True random entropy source instead the integrated TRNG , but for your case,  if your PRNG algorithm uses DRBG algorism other than SHA256-DRBG , you may use the seed generated from CAAM's TRNG, otherwise, just directly use the output from CAMM's RNG4 with SHA256-DRBG support .

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

 

 

0 Kudos
Reply