forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nrf_security: Align AEAD setup of operation
In all the functions apart of the AEAD ones the operation ID is set only if the setup call of the driver returns success. This makes sure that any subsequent calls (update/finish) will not even reach the driver call if the setup was not succesful. This aligns the AEAD to follow the same pattern. Signed-off-by: Georgios Vasilakis <[email protected]>
- Loading branch information
Showing
1 changed file
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters