Skip to content
/ www Public

Application Programming Interface in Trusted Execution Environment

Notifications You must be signed in to change notification settings

apitee/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apitee.com Application Programming Interface in Trusted Execution Environment

2

API - Wikipedia

API

An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software.[1] A document or standard that describes how to build or use such a connection or interface is called an API specification. A computer system that meets this standard is said to implement or expose an API. The term API may refer either to the specification or to the implementation. Whereas a system's user interface dictates how its end-users interact with the system in question, its API dictates how to write code that takes advantage of that system's capabilities.

TEE

Kernel provides a TEE bus infrastructure where a Trusted Application is represented as a device identified via Universally Unique Identifier (UUID) and client drivers register a table of supported device UUIDs.

TEE subsystem This document describes the TEE subsystem in Linux.

A TEE (Trusted Execution Environment) is a trusted OS running in some secure environment, for example, TrustZone on ARM CPUs, or a separate secure co-processor etc. A TEE driver handles the details needed to communicate with the TEE.

This subsystem deals with:

Registration of TEE drivers

Managing shared memory between Linux and the TEE

Providing a generic API to the TEE

rozwiązanie do szybkiego budowania środowiska, pozwala na wykonywanie wielu działań na wielu repozytoriach jednocześnie

  • docker
  • bash
  • external api cloud
  • plesk

Podobne projekty

Inne tematy:


Tom Sapletta


https://github.com/apitee/www.git

About

Application Programming Interface in Trusted Execution Environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages