Commit e494b35
committed
drivers: crypto: stm32: make tag validation optionable
Allows enabling or disabling AES-CCM and AES-GCM tag
validation in the driver. This gives users the flexibility
to use an external, preferably constant-time tag validation
function if desired.
Signed-off-by: Georgij Černyšiov <geo.cgv@gmail.com>1 parent 30495ed commit e494b35
1 file changed
+19
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
430 | | - | |
431 | | - | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
432 | 437 | | |
433 | | - | |
434 | | - | |
435 | | - | |
| 438 | + | |
436 | 439 | | |
437 | | - | |
438 | 440 | | |
439 | 441 | | |
440 | 442 | | |
| |||
592 | 594 | | |
593 | 595 | | |
594 | 596 | | |
595 | | - | |
596 | | - | |
597 | | - | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
598 | 607 | | |
599 | | - | |
600 | 608 | | |
601 | 609 | | |
602 | 610 | | |
| |||
0 commit comments