We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ctr_drbg_update()
ctr_drbg_update_internal()
OS Mbed OS|linux|windows
Suggested solutionr Create a new function that return an error in case ctr_drbg_update_internal() fails
The text was updated successfully, but these errors were encountered:
ARM Internal Ref: IOTSSL-2375
Sorry, something went wrong.
No branches or pull requests
Description
as raised in return internal error code, if failed #1096 (comment) ,
ctr_drbg_update()
returns void, even though a call toctr_drbg_update_internal()
might failBug
OS
Mbed OS|linux|windows
Suggested solutionr
Create a new function that return an error in case
ctr_drbg_update_internal()
failsThe text was updated successfully, but these errors were encountered: