PDK API Guide for J721E
tisci_msg_keystore_export_req Struct Reference

Detailed Description

Request for exporting the entire keystore contents.

The host will make the request to encrypt and export the entire keystore contents for saving to some storage mechanism to be made available for future re-import. Only the host who owns the keystore structure may execute this operation. The host is responsible for pre-allocating enough memory to fit the keystore structure and all encryption parameters.

Parameters
hdrCommon TI-SCI header
keystore_loLower 32-bit memory location where the encrypted keystore contents will be placed to pass back to the host
keystore_hiHigher 32-bit memory location where the encrypted keystore contents will be placed to pass back to the host

Data Fields

struct tisci_header hdr
 
uint32_t keystore_lo
 
uint32_t keystore_hi
 

Field Documentation

struct tisci_header tisci_msg_keystore_export_req::hdr
uint32_t tisci_msg_keystore_export_req::keystore_lo
uint32_t tisci_msg_keystore_export_req::keystore_hi