Dear Nvidia Team,
We used the Jetson AGX Orin 32GB, The software versions we use are JetPack 5.1, L4T 35.2.1.
The customer has asked us a security-related question and needs to check with you.
I see that the documentation orin supports RSA-3K secret keys, what padding algorithm is used for the derivation?
The document has written that you can configure JTAG shutdown in odmfuse.sh. May I ask after this shutdown, is the driver shutdown or the hardware no longer supports JTAG, the customer would like to know which layer this JTAG shutdown is acting on?
Any info on orin’s secret key slot please? How big is it?
Can I burn the secret key slot if my device is not in recovery mode? How to let our customers burn the secret key slot information by themselves?
Regarding memory encryption, what is the exact delay? Any test data? Where is the address space for encryption and how big is it?
>>Q1
Jetson Orin series targets support RSA-3K key only.
>>Q2
it’s the options to disables JTAG, when this is enabled, it’ll block use of the JTAG debugger.
please also note that fuse burning operations are high-risk because they cannot be reversed.
Q1
In block encryption and decryption, I see that optee is used, may I know what kind of filling algorithm is supported for encryption and decryption? Is the padding algorithm determined by the hardware or do we write the corresponding algorithm ourselves in optee? (PKCS\PKCS1\PKCS7)
Q2
Regarding your answer, can I understand that JTAG is disabled at the hardware level?
Q5
I would like to know how much the read/write latency increased after adding memory encryption? Is the entire memory encrypted?