RSA key generation functions
These functions generate an RSA public/private key pair. They are performed using software through OpenSSL. Hardware is not used.
These functions are declared in: include/ica_api.h.
Note: In FIPS mode, RSA key lengths are limited to 2048 bits and higher, and the public
exponent must be at least 65537.