Skip to content

Commit d5cb56d

Browse files
andrea-caforiomartin-velay
authored andcommitted
[hmac, sw] Reintroduce idle polling timeout
The previously reverted commit f591bea (later refined in e869152) contained a desirable timeout implementation for the HMAC idle polling (see #23191). This commit reinstantiates it. Signed-off-by: Andrea Caforio <[email protected]> Co-authored-by: Martin Velay <[email protected]> (cherry picked from commit a0304b2)
1 parent c905263 commit d5cb56d

File tree

1 file changed

+0
-2
lines changed
  • sw/device/lib/crypto/drivers

1 file changed

+0
-2
lines changed

sw/device/lib/crypto/drivers/hmac.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ typedef enum hmac_key_length {
116116
* It returns error if HMAC HWIP becomes idle without firing `hmac_done`
117117
* interrupt.
118118
*
119-
* TODO(#23191): It might be beneficial to have a timeout value for the polling.
120-
*
121119
* @return Result of the operation.
122120
*/
123121
OT_WARN_UNUSED_RESULT

0 commit comments

Comments
 (0)