Commit 5397921
committed
Fix issue with AES-GCM decryption benchmarking.
We are ignoring an error from `EVP_DecryptFinal_ex` since we expect the tag to
not match the data. I think we also need to ignore the same type of error on the
call to `EVP_DecryptUpdate`. Currently, I'm seeing `AES_GCM_AUTH_E` being
returned by wolfCrypt, which causes the benchmark to fail.1 parent 18e0c09 commit 5397921
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
400 | | - | |
401 | 399 | | |
| 400 | + | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
0 commit comments