quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

mbedtls_test_opaque_driver.json (903B)


      1 {
      2     "prefix":       "mbedtls_test",
      3     "type":         "opaque",
      4     "location":     "0x7fffff",
      5     "mbedtls/h_condition":   "defined(PSA_CRYPTO_DRIVER_TEST)",
      6     "headers":      ["test/drivers/test_driver.h"],
      7     "capabilities": [
      8         {
      9             "_comment":     "The Mbed TLS opaque driver supports import key/export key/export_public key",
     10             "mbedtls/c_condition":    "defined(PSA_CRYPTO_DRIVER_TEST)",
     11             "entry_points": ["import_key", "export_key", "export_public_key"]
     12         },
     13         {
     14             "_comment":     "The Mbed TLS opaque driver supports copy key/ get builtin key",
     15             "mbedtls/c_condition":    "defined(PSA_CRYPTO_DRIVER_TEST)",
     16             "entry_points": ["copy_key", "get_builtin_key"],
     17             "names":         {"copy_key":"mbedtls_test_opaque_copy_key", "get_builtin_key":"mbedtls_test_opaque_get_builtin_key"}
     18         }
     19      ]
     20 }