Home
last modified time | relevance | path

Searched +full:check +full:- +full:rust (Results 1 – 3 of 3) sorted by relevance

/optee_os/.github/workflows/
H A Dci.yml6 group: ci-${{ github.ref }} # unique per branch
7 cancel-in-progress: true # cancel previous runs on the same branch
11 runs-on: ubuntu-latest
14 - name: Checkout
17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages
18 - name: Update Git config
19 run: git config -
[all...]
/optee_os/lib/libutee/
H A Dtee_api.c1 // SPDX-License-Identifier: BSD-2-Clause
16 * return a known non-NULL invalid pointer when the
26 * Teaclave TrustZone SDK seems to roll their own in Rust.
34 /* System API - Internal Client API */
43 up->types = param_types; in copy_param()
45 switch (TEE_PARAM_TYPE_GET(up->types, n)) { in copy_param()
61 up->vals[n * 2] = a; in copy_param()
62 up->vals[n * 2 + 1] = b; in copy_param()
73 up->types = param_types; in copy_gp11_param()
75 switch (TEE_PARAM_TYPE_GET(up->types, n)) { in copy_gp11_param()
[all …]
/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h1 // SPDX-License-Identifier: BSD-3-Clause
3 * Copyright (c) 2016-2018, The Linux Foundation.
4 * Copyright (c) 2018-2024, Laurence Lundblade.
24 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
46 -------- ---- --------------------------------------------------
53 3/6/2021 mcr/llundblade Fix warnings related to --Wcast-qual
84 * This code is written so it will work correctly on big- and
85 * little-endian CPUs without configuration or any auto-detection of
98 * integers and floating-point values.
100 * Following is the recipe for configuring the endianness-related
[all …]