joholl / rpi4-uboot-tpm

How to use a TPM in U-Boot on Raspberry Pi 4
Apache License 2.0
82 stars 16 forks source link

How to add the crypto APIs of tpm in u-boot? #20

Closed saravanj24 closed 1 year ago

saravanj24 commented 1 year ago

Hi, We are planning to create keys and encrypt/decrypt the files from u-boot using TPM. Could you please point us to references for include the crypto APIs? or where need to start with?

Your help is much appreciated.

Thanks, saravanan

joholl commented 1 year ago

Sorry, I do not have the time to support such questions.

All I can say is that here you can find the TPM commands supported by the U-Boot shell. I'm not familiar with if/how U-Boot supports any form of file/fs encryption.