All fields for the context structure are internal.
Firmware never reads or writes these values. Firmware allocates the structure and provides the address of the structure to the driver in the function calls. Firmware must ensure that the defined instance of this structure remains in scope while the drive is in use.
The driver uses this structure to store and manipulate the RSA public key and additional coefficients to accelerate RSA calculation.
RSA key contained from two fields:
Other fields are accelerating coefficients and can be calculated by Cy_Crypto_Rsa_CalcCoefs.