Commit 2889cce
committed
Add: test script for validating Qualcomm Crypto functionality
Introduces a new test case script `qcom_crypto` to validate cryptographic
operations using the `kcapi` tool. The script performs the following tests:
- AES-CBC encryption
- AES-CBC decryption
- HMAC-SHA256 generation
Each test compares the actual output with expected values and logs the results.
The overall test status is recorded in a result file (`.res`), and appropriate
pass/fail messages are logged.
This script enhances automated validation of Qualcomm crypto functionality.
Signed-off-by: naveenkumar s <[email protected]>1 parent cefead0 commit 2889cce
File tree
2 files changed
+4
-6
lines changed- Runner/suites/Kernel/FunctionalArea/baseport/qcom_crypto
2 files changed
+4
-6
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
64 | | - | |
| 62 | + | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
| |||
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
82 | | - | |
| 80 | + | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
| |||
98 | 96 | | |
99 | 97 | | |
100 | 98 | | |
101 | | - | |
| 99 | + | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
| |||
0 commit comments