Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
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-3.20.0/lib/libmbedtls/mbedtls/
A DREADME.md6 Mbed TLS includes a reference implementation of the [PSA Cryptography API](#psa-cryptography-api). …
20 …rary configuration is available as part of the [Mbed TLS documentation](https://tls.mbed.org/api/).

Completed in 5 milliseconds