esp_srp_gen_salt_verifier() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

esp_err_t ESP_OK on success, appropriate error otherwise

Notes

if API has returned ESP_OK, salt and verifier generated need to be freed by caller Usually, username and password are not saved on the device. Rather salt and verifier are generated outside the device and are embedded. this covenience API can be used to generate salt and verifier on the fly for development use case. OR for devices which intentionally want to generate different password each time and can send it to the client securely. e.g., a device has a display and it shows the pin

References