mbedtls_pk_import_into_psa() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

0 on success. #MBEDTLS_ERR_PK_TYPE_MISMATCH if \p pk does not contain a key of the type identified in \p attributes. Another error code on other failures.

Notes

This function does not support RSA-alt contexts (set up with mbedtls_pk_setup_rsa_alt()).

References