Home
last modified time | relevance | path

Searched refs:api (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/
H A Dversal_mbox.c147 uint32_t api = call & 0xff; in versal_mbox_call_trace() local
152 if (api < ARRAY_SIZE(crypto_id)) in versal_mbox_call_trace()
153 val = crypto_id[api]; in versal_mbox_call_trace()
157 if (api < ARRAY_SIZE(fpga_id)) in versal_mbox_call_trace()
158 val = fpga_id[api]; in versal_mbox_call_trace()
162 if (api < ARRAY_SIZE(nvm_id)) in versal_mbox_call_trace()
163 val = nvm_id[api]; in versal_mbox_call_trace()
167 if (api < ARRAY_SIZE(puf_id)) in versal_mbox_call_trace()
168 val = puf_id[api]; in versal_mbox_call_trace()
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md6 Mbed TLS includes a reference implementation of the [PSA Cryptography API](#psa-cryptography-api). …
22 … the PSA Cryptography API is available [on GitHub](https://arm-software.github.io/psa-api/crypto/).
281 The [PSA cryptography API](https://arm-software.github.io/psa-api/crypto/) provides access to a set…