mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-06 10:13:33 +00:00
Add ECP-heavy-only test cases to the driver parity analysis ignore list
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
9552a52f5f
commit
3b17ae78d2
@ -325,6 +325,7 @@ KNOWN_TASKS = {
|
|||||||
# is required.
|
# is required.
|
||||||
'test_suite_ecp': [
|
'test_suite_ecp': [
|
||||||
re.compile(r'ECP check public-private .*'),
|
re.compile(r'ECP check public-private .*'),
|
||||||
|
re.compile(r'ECP calculate public: .*'),
|
||||||
re.compile(r'ECP gen keypair .*'),
|
re.compile(r'ECP gen keypair .*'),
|
||||||
re.compile(r'ECP point muladd .*'),
|
re.compile(r'ECP point muladd .*'),
|
||||||
re.compile(r'ECP point multiplication .*'),
|
re.compile(r'ECP point multiplication .*'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user