otPlatCryptoEcdsaExportPublicKey() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading (3/5)...
SummarySyntaxArgumentsReferences

Return value

OT_ERROR_NONE Public key was retrieved successfully, and @p aBuffer is updated. OT_ERROR_PARSE The key-pair DER format could not be parsed (invalid format). OT_ERROR_INVALID_ARGS The @p aContext is NULL.

Notes

This API is only used by OT core when `OPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE` is enabled.

References