Searched refs:PTA_NAME (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/core/pta/ |
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,
|
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,
|
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,
|
A D | device.c | 21 #define PTA_NAME "device.pta" macro 28 EMSG(PTA_NAME ": skipping TA %pUl, inconsistent flags", uuid); in add_ta() 95 pseudo_ta_register(.uuid = PTA_DEVICE_UUID, .name = PTA_NAME,
|
A D | rtc.c | 16 #define PTA_NAME "rtc.pta" macro 191 pseudo_ta_register(.uuid = PTA_RTC_UUID, .name = PTA_NAME,
|
A D | attestation.c | 22 #define PTA_NAME "attestation.pta" macro 768 pseudo_ta_register(.uuid = PTA_ATTESTATION_UUID, .name = PTA_NAME,
|
/optee_os-3.20.0/core/arch/arm/plat-synquacer/ |
A D | rng_pta.c | 89 #define PTA_NAME "rng.pta" macro 343 FMSG("command entry point for pseudo-TA \"%s\"", PTA_NAME); in invoke_command() 357 pseudo_ta_register(.uuid = PTA_RNG_UUID, .name = PTA_NAME,
|
/optee_os-3.20.0/core/pta/stm32mp/ |
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,
|
Completed in 9 milliseconds