Searched refs:PTA_NAME (Results 1 – 13 of 13) sorted by relevance
| /optee_os/core/pta/ |
| H A D | scp03.c | 11 #define PTA_NAME "pta.scp03" macro 23 FMSG("command entry point for pseudo-TA \"%s\"", PTA_NAME); in invoke_command() 41 pseudo_ta_register(.uuid = PTA_SCP03_UUID, .name = PTA_NAME,
|
| H A D | hwrng.c | 17 #define PTA_NAME "rng.pta" macro 63 FMSG(PTA_NAME" command %#"PRIx32" ptypes %#"PRIx32, cmd, ptypes); in invoke_command() 77 pseudo_ta_register(.uuid = PTA_RNG_UUID, .name = PTA_NAME,
|
| H A D | apdu.c | 10 #define PTA_NAME "pta.apdu" macro 57 FMSG("command entry point for pseudo-TA \"%s\"", PTA_NAME); in invoke_command() 86 pseudo_ta_register(.uuid = PTA_APDU_UUID, .name = PTA_NAME,
|
| H A D | device.c | 22 #define PTA_NAME "device.pta" macro 32 EMSG(PTA_NAME ": skipping TA %pUl, inconsistent flags", uuid); in add_ta() 122 pseudo_ta_register(.uuid = PTA_DEVICE_UUID, .name = PTA_NAME,
|
| H A D | widevine.c | 20 #define PTA_NAME "widevine.pta" macro 179 pseudo_ta_register(.uuid = PTA_WIDEVINE_UUID, .name = PTA_NAME,
|
| H A D | rtc.c | 16 #define PTA_NAME "rtc.pta" macro 354 pseudo_ta_register(.uuid = PTA_RTC_UUID, .name = PTA_NAME,
|
| H A D | attestation.c | 23 #define PTA_NAME "attestation.pta" macro 800 pseudo_ta_register(.uuid = PTA_ATTESTATION_UUID, .name = PTA_NAME,
|
| /optee_os/core/pta/imx/ |
| H A D | dek_blob.c | 16 #define PTA_NAME "dek_blob.pta" macro 135 pseudo_ta_register(.uuid = PTA_DEK_BLOB_UUID, .name = PTA_NAME,
|
| H A D | manufacturing_protection.c | 13 #define PTA_NAME "manufacturing_protection.pta" macro 122 pseudo_ta_register(.uuid = PTA_MANUFACT_PROTEC_UUID, .name = PTA_NAME,
|
| /optee_os/core/pta/veraison_attestation/ |
| H A D | veraison_attestation.c | 16 #define PTA_NAME "veraison_attestation.pta" macro 155 pseudo_ta_register(.uuid = PTA_VERAISON_ATTESTATION_UUID, .name = PTA_NAME,
|
| /optee_os/core/arch/arm/plat-synquacer/ |
| H A D | rng_pta.c | 89 #define PTA_NAME "rng.pta" macro 344 FMSG("command entry point for pseudo-TA \"%s\"", PTA_NAME); in invoke_command() 358 pseudo_ta_register(.uuid = PTA_RNG_UUID, .name = PTA_NAME,
|
| /optee_os/core/pta/stm32mp/ |
| H A D | bsec_pta.c | 19 #define PTA_NAME "bsec.pta" macro 268 FMSG(PTA_NAME" command %#"PRIx32" ptypes %#"PRIx32, in bsec_pta_invoke_command() 297 pseudo_ta_register(.uuid = PTA_BSEC_UUID, .name = PTA_NAME,
|
| H A D | remoteproc_pta.c | 20 #define PTA_NAME "remoteproc.pta" macro 373 pseudo_ta_register(.uuid = PTA_RPROC_UUID, .name = PTA_NAME,
|