Searched refs:uuid (Results 1 – 7 of 7) sorted by relevance
/optee_examples/hello_world/host/ |
A D | main.c | 44 TEEC_UUID uuid = TA_HELLO_WORLD_UUID; in main() local 56 res = TEEC_OpenSession(&ctx, &sess, &uuid, in main()
|
/optee_examples/plugins/host/ |
A D | main.c | 29 TEEC_UUID uuid = PLUGIN_TA_UUID; in main() local 39 res = TEEC_OpenSession(&ctx, &sess, &uuid, TEEC_LOGIN_PUBLIC, NULL, in main()
|
/optee_examples/random/host/ |
A D | main.c | 44 TEEC_UUID uuid = TA_RANDOM_UUID; in main() local 58 res = TEEC_OpenSession(&ctx, &sess, &uuid, in main()
|
/optee_examples/hotp/host/ |
A D | main.c | 45 TEEC_UUID uuid = TA_HOTP_UUID; in main() local 66 res = TEEC_OpenSession(&ctx, &sess, &uuid, in main()
|
/optee_examples/acipher/host/ |
A D | main.c | 73 const TEEC_UUID uuid = TA_ACIPHER_UUID; in main() local 81 res = TEEC_OpenSession(&ctx, &sess, &uuid, TEEC_LOGIN_PUBLIC, NULL, in main()
|
/optee_examples/aes/host/ |
A D | main.c | 53 TEEC_UUID uuid = TA_AES_UUID; in prepare_tee_session() local 63 res = TEEC_OpenSession(&ctx->ctx, &ctx->sess, &uuid, in prepare_tee_session()
|
/optee_examples/secure_storage/host/ |
A D | main.c | 46 TEEC_UUID uuid = TA_SECURE_STORAGE_UUID; in prepare_tee_session() local 56 res = TEEC_OpenSession(&ctx->ctx, &ctx->sess, &uuid, in prepare_tee_session()
|
Completed in 33 milliseconds