2022-01-09 13:28:28 +05:30
|
|
|
{
|
2021-12-24 12:50:36 +05:30
|
|
|
"prefix": "mbedtls_test",
|
|
|
|
|
"type": "opaque",
|
|
|
|
|
"location": "0x7fffff",
|
2022-04-14 09:31:28 +05:30
|
|
|
"mbedtls/h_condition": "defined(PSA_CRYPTO_DRIVER_TEST)",
|
2021-12-24 12:50:36 +05:30
|
|
|
"headers": ["test/drivers/test_driver.h"],
|
|
|
|
|
"capabilities": [
|
|
|
|
|
{
|
2022-02-27 05:38:55 +05:30
|
|
|
"_comment": "The Mbed TLS opaque driver supports import key/export key/export_public key",
|
2022-04-14 09:31:28 +05:30
|
|
|
"mbedtls/c_condition": "defined(PSA_CRYPTO_DRIVER_TEST)",
|
2021-12-24 12:50:36 +05:30
|
|
|
"entry_points": ["import_key", "export_key", "export_public_key"]
|
|
|
|
|
},
|
|
|
|
|
{
|
2022-02-27 05:38:55 +05:30
|
|
|
"_comment": "The Mbed TLS opaque driver supports copy key/ get builtin key",
|
2022-04-14 09:31:28 +05:30
|
|
|
"mbedtls/c_condition": "defined(PSA_CRYPTO_DRIVER_TEST)",
|
2022-02-27 05:38:55 +05:30
|
|
|
"entry_points": ["copy_key", "get_builtin_key"],
|
2022-04-11 10:12:08 +05:30
|
|
|
"names": {"copy_key":"mbedtls_test_opaque_copy_key", "get_builtin_key":"mbedtls_test_opaque_get_builtin_key"}
|
2021-12-24 12:50:36 +05:30
|
|
|
}
|
|
|
|
|
]
|
2022-01-09 13:28:28 +05:30
|
|
|
}
|