Searched refs:req_buf (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
| H A D | 0002-Fix-in-AEAD-for-psa-arch-test-254.patch | 61 rpc_status = serializer->deserialize_aead_update_req(req_buf, &op_handle, 89 rpc_status_t (*deserialize_aead_update_req)(const struct rpc_buffer *req_buf, 101 static rpc_status_t deserialize_aead_update_req(const struct rpc_buffer *req_buf, 107 @@ -208,6 +209,7 @@ static rpc_status_t deserialize_aead_update_req(const struct rpc_buffer *req_buf 108 memcpy(&recv_msg, req_buf->data, expected_fixed_len); 114 (uint8_t*)req_buf->data + expected_fixed_len,
|
| /openbmc/u-boot/drivers/tee/optee/ |
| H A D | rpmb.c | 154 void *req_buf; in optee_suppl_cmd_rpmb() local 167 req_buf = (u8 *)req_shm->addr + arg->params[0].u.rmem.offs; in optee_suppl_cmd_rpmb() 174 arg->ret = rpmb_process_request(dev_get_priv(dev), req_buf, req_size, in optee_suppl_cmd_rpmb()
|