Are there any examples to use the device root key directly in the cryptographic functions?
Are there any examples to use the device root key directly in the cryptographic functions?
Is there somehow I can store some of my keys (other than the KDR) in the secure RAM? If yes, How would one go about it?
And by store I mean temporarily or just for that particular reset cycle.
No, unfortunately not. The only information you can securely store in the internal secure RAM in CryptoCell is KDR (128 bit). And that cannot be read back, only used for crypto operations (such as deriving other keys).
Last but not the least, Can a derived key be used as a ECC key?