mbedtls_psa_rsa_load_representation() function
Load the contents of a key buffer into an internal RSA representation
Arguments
type
The type of key contained in \p data.
data
The buffer from which to load the representation.
data_length
The size in bytes of \p data.
p_rsa
Returns a pointer to an RSA context on success. The caller is responsible for freeing both the contents of the context and the context itself when done.