Tool/software:
We are looking to use the PKA engine to do RSA encryption and decryption however we cant find anyway to derive the AsymCrypt_RSAPrivkey data type from a .pem file we have stored to be able to call the RSA private function call ( AsymCrypt_Return_t AsymCrypt_RSAPrivate(AsymCrypt_Handle handle, const uint32_t m[RSA_MAX_LENGTH], const struct AsymCrypt_RSAPrivkey *k, uint32_t result[RSA_MAX_LENGTH]))
Does anyone know how to convert a RSA private key .pem file into the AsymCrypt_RSAPrivkey data type?