| /optee_os/core/arch/riscv/include/ |
| H A D | sbi_mpxy_rpmi.h | 60 void *request; member 126 uint32_t service_id, void *request, in sbi_mpxy_rpmi_init_send_with_response() argument 132 message->data.request = request; in sbi_mpxy_rpmi_init_send_with_response() 142 uint32_t service_id, void *request, in sbi_mpxy_rpmi_init_send_without_response() argument 147 message->data.request = request; in sbi_mpxy_rpmi_init_send_without_response()
|
| /optee_os/core/drivers/ |
| H A D | stm32_i2c.c | 1082 struct i2c_request *request, in i2c_request_mem_write() argument 1087 i2c_transfer_config(hi2c, request->dev_addr, request->mem_addr_size, in i2c_request_mem_write() 1093 if (request->mem_addr_size == I2C_MEMADD_SIZE_8BIT) { in i2c_request_mem_write() 1095 io_write8(base + I2C_TXDR, request->mem_addr & 0x00FFU); in i2c_request_mem_write() 1098 io_write8(base + I2C_TXDR, (request->mem_addr & 0xFF00U) >> 8); in i2c_request_mem_write() 1104 io_write8(base + I2C_TXDR, request->mem_addr & 0x00FFU); in i2c_request_mem_write() 1119 struct i2c_request *request, in i2c_request_mem_read() argument 1124 i2c_transfer_config(hi2c, request->dev_addr, request->mem_addr_size, in i2c_request_mem_read() 1130 if (request->mem_addr_size == I2C_MEMADD_SIZE_8BIT) { in i2c_request_mem_read() 1132 io_write8(base + I2C_TXDR, request->mem_addr & 0x00FFU); in i2c_request_mem_read() [all …]
|
| H A D | versal_puf.c | 101 struct versal_mbox_mem request = { in versal_puf_register() local 123 arg.ibuf[0].mem = request; in versal_puf_register() 181 struct versal_mbox_mem request = { in versal_puf_regenerate() local 203 arg.ibuf[0].mem = request; in versal_puf_regenerate()
|
| /optee_os/core/drivers/crypto/se050/glue/ |
| H A D | i2c.c | 19 struct rpc_i2c_request request = { in i2c_transfer() local 31 if ((*transfer)(&request, &bytes) == TEE_SUCCESS) in i2c_transfer()
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | sbi_mpxy_rpmi.c | 217 if ((!message->data.request && message->data.request_len) || in sbi_mpxy_rpmi_send_data() 229 , message->data.service_id, message->data.request, in sbi_mpxy_rpmi_send_data() 235 if (!message->data.request && message->data.request_len) { in sbi_mpxy_rpmi_send_data() 245 , message->data.service_id, message->data.request, in sbi_mpxy_rpmi_send_data()
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.doc | 111 brel(). If a buffer allocation request fails, obtain more storage from 131 space required to satisfy the allocation request and a sequence number 135 a nonzero value, whereupon BGET will retry the allocation request and, 149 fails, the allocation request fails and returns NULL to the caller. If 205 request fails, and optionally automatically acquire storage for 208 request fails, the <compact> function will be called with arguments 210 overhead) required to satisfy the allocation request, and a sequence 212 attempting to satisfy this allocation request. The sequence number is 1 213 for the first call on <compact> for a given allocation request, and 219 request fails, which can trigger automatic pool expansion if the [all …]
|
| /optee_os/core/arch/arm/plat-totalcompute/fdts/ |
| H A D | optee_sp_manifest.dts | 26 messaging-method = <0x3>; /* Direct request/response supported */
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | CONTRIBUTING.md | 17 …ibution passes basic tests before submission, and check the CI results after making a pull request. 27 1. Send a pull request (PR) and work with us until it gets merged and published. Contributions may … 58 …ow the correctness of the feature or bug fix should be added to the pull request, if no such tests…
|
| H A D | README.md | 332 * To report a bug or request a feature in Mbed TLS, please [file an issue on GitHub](https://github…
|
| H A D | ChangeLog | 61 which would allow an attacker who can request decryption of arbitrary 1364 the TLS 1.2 server certificate request would get corrupted, meaning the 1489 * Add accessors to configure DN hints for certificate request: 3729 Contributed by Aorimn in pull request #414. 3800 Suggested and contributed by jkivilin in pull request #394. 3804 Nicholas Wilson in pull request #348. 4946 * Add support for bit strings in X.509 names (request by Fredrik Axelsson).
|
| /optee_os/scripts/ |
| H A D | get_maintainer.py | 8 from urllib.request import urlopen
|
| /optee_os/ |
| H A D | MAINTAINERS | 21 request.
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 319 request floating-point conversion, an error code like
|