mirror of https://github.com/ARMmbed/mbed-os.git
109 lines
2.5 KiB
JSON
Executable File
109 lines
2.5 KiB
JSON
Executable File
{
|
|
"name": "CRYPTO_SRV",
|
|
"type": "APPLICATION-ROT",
|
|
"priority": "NORMAL",
|
|
"id": "0x00000023",
|
|
"entry_point": "crypto_main",
|
|
"stack_size": "0x4000",
|
|
"heap_size": "0x400",
|
|
"services": [
|
|
{
|
|
"name": "PSA_CRYPTO_INIT_ID",
|
|
"identifier": "0x00000F00",
|
|
"signal": "PSA_CRYPTO_INIT",
|
|
"non_secure_clients": true,
|
|
"minor_version": 1,
|
|
"minor_policy": "STRICT"
|
|
},
|
|
{
|
|
"name": "PSA_MAC_ID",
|
|
"identifier": "0x00000F01",
|
|
"signal": "PSA_MAC",
|
|
"non_secure_clients": true,
|
|
"minor_version": 1,
|
|
"minor_policy": "STRICT"
|
|
},
|
|
{
|
|
"name": "PSA_HASH_ID",
|
|
"identifier": "0x00000F02",
|
|
"signal": "PSA_HASH",
|
|
"non_secure_clients": true,
|
|
"minor_version": 1,
|
|
"minor_policy": "STRICT"
|
|
},
|
|
{
|
|
"name": "PSA_ASYMMETRIC_ID",
|
|
"identifier": "0x00000F03",
|
|
"signal": "PSA_ASYMMETRIC",
|
|
"non_secure_clients": true,
|
|
"minor_version": 1,
|
|
"minor_policy": "STRICT"
|
|
},
|
|
{
|
|
"name": "PSA_SYMMETRIC_ID",
|
|
"identifier": "0x00000F04",
|
|
"signal": "PSA_SYMMETRIC",
|
|
"non_secure_clients": true,
|
|
"minor_version": 1,
|
|
"minor_policy": "STRICT"
|
|
},
|
|
{
|
|
"name": "PSA_AEAD_ID",
|
|
"identifier": "0x00000F05",
|
|
"signal": "PSA_AEAD",
|
|
"non_secure_clients": true,
|
|
"minor_version": 1,
|
|
"minor_policy": "STRICT"
|
|
},
|
|
{
|
|
"name": "PSA_KEY_MNG_ID",
|
|
"identifier": "0x00000F06",
|
|
"signal": "PSA_KEY_MNG",
|
|
"non_secure_clients": true,
|
|
"minor_version": 1,
|
|
"minor_policy": "STRICT"
|
|
},
|
|
{
|
|
"name": "PSA_RNG_ID",
|
|
"identifier": "0x00000F07",
|
|
"signal": "PSA_RNG",
|
|
"non_secure_clients": true,
|
|
"minor_version": 1,
|
|
"minor_policy": "STRICT"
|
|
},
|
|
{
|
|
"name": "PSA_CRYPTO_FREE_ID",
|
|
"identifier": "0x00000F08",
|
|
"signal": "PSA_CRYPTO_FREE",
|
|
"non_secure_clients": true,
|
|
"minor_version": 1,
|
|
"minor_policy": "STRICT"
|
|
},
|
|
{
|
|
"name": "PSA_GENERATOR_ID",
|
|
"identifier": "0x00000F09",
|
|
"signal": "PSA_GENERATOR",
|
|
"non_secure_clients": true,
|
|
"minor_version": 1,
|
|
"minor_policy": "STRICT"
|
|
},
|
|
{
|
|
"name": "PSA_ENTROPY_ID",
|
|
"identifier": "0x00000F0A",
|
|
"signal": "PSA_ENTROPY_INJECT",
|
|
"non_secure_clients": true,
|
|
"minor_version": 1,
|
|
"minor_policy": "STRICT"
|
|
}
|
|
],
|
|
"extern_sids": [
|
|
"PSA_ITS_GET",
|
|
"PSA_ITS_SET",
|
|
"PSA_ITS_INFO",
|
|
"PSA_ITS_REMOVE"
|
|
],
|
|
"source_files": [
|
|
"COMPONENT_SPE/psa_crypto_partition.c"
|
|
]
|
|
}
|